Initial commit
This commit is contained in:
commit
df5befa9d1
45 changed files with 2030 additions and 0 deletions
9
root-fs/etc/default/udhcpd
Executable file
9
root-fs/etc/default/udhcpd
Executable file
|
@ -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"
|
Reference in a new issue