summaryrefslogtreecommitdiff
path: root/target/device/valka/target_skeleton/etc/default/rc.conf
diff options
context:
space:
mode:
Diffstat (limited to 'target/device/valka/target_skeleton/etc/default/rc.conf')
-rwxr-xr-xtarget/device/valka/target_skeleton/etc/default/rc.conf16
1 files changed, 9 insertions, 7 deletions
diff --git a/target/device/valka/target_skeleton/etc/default/rc.conf b/target/device/valka/target_skeleton/etc/default/rc.conf
index c82c944c7..01b9b54a6 100755
--- a/target/device/valka/target_skeleton/etc/default/rc.conf
+++ b/target/device/valka/target_skeleton/etc/default/rc.conf
@@ -67,14 +67,16 @@ ln_program="/bin/ln"
killall_program="/usr/bin/killall"
modules_enable="YES"
-### Misc GUI stuff ##################################
-gui_enable="yes"
-xorg_program="/usr/bin/Xfbdev"
-xorg_flags=""
-xorg_log="/var/log/Xorg.log"
-
### Lighttpd ########################################
lighttpd_enable="YES"
-lighttpd_program="/usr/bin/lighttpd"
+lighttpd_program="/usr/sbin/lighttpd"
lighttpd_flags="-f /etc/lighttpd.conf"
lighttpd_pidfile="/var/run/lighttpd.pid"
+
+### nbd swap ########################################
+nbd_swap_eanble="NO"
+nbd_swap_device="/dev/nd0"
+nbd_swap_server="192.168.1.1"
+nbd_swap_port="1234"
+nbd_swap_program="/sbin/nbd-client"
+nbd_swap_pidfile="/var/run/nbd_swap.pid"