summaryrefslogtreecommitdiff
path: root/ubuntu/scripts/ltp-network-udhcpd
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/scripts/ltp-network-udhcpd')
-rw-r--r--ubuntu/scripts/ltp-network-udhcpd9
1 files changed, 9 insertions, 0 deletions
diff --git a/ubuntu/scripts/ltp-network-udhcpd b/ubuntu/scripts/ltp-network-udhcpd
new file mode 100644
index 0000000..06a3de2
--- /dev/null
+++ b/ubuntu/scripts/ltp-network-udhcpd
@@ -0,0 +1,9 @@
+# Comment the following line to enable
+DHCPD_ENABLED="yes"
+
+# Options to pass to busybox' udhcpd.
+#
+# -S Log to syslog
+# -f run in foreground
+
+DHCPD_OPTS="-S"