newlines
parent
e49358c0cf
commit
726f394eac
|
@ -33,4 +33,4 @@ config odhcpd 'odhcpd'
|
|||
option maindhcp '0'
|
||||
option leasefile '/tmp/hosts/odhcpd'
|
||||
option leasetrigger '/usr/sbin/odhcpd-update'
|
||||
option loglevel '4'
|
||||
option loglevel '4'
|
||||
|
|
|
@ -22,4 +22,4 @@ config 'interface' 'wan'
|
|||
|
||||
config 'interface' 'wan6'
|
||||
option 'ifname' 'eth1'
|
||||
option 'proto' 'dhcpv6'
|
||||
option 'proto' 'dhcpv6'
|
||||
|
|
|
@ -12,4 +12,4 @@ config timeserver 'ntp'
|
|||
list server '0.openwrt.pool.ntp.org'
|
||||
list server '1.openwrt.pool.ntp.org'
|
||||
list server '2.openwrt.pool.ntp.org'
|
||||
list server '3.openwrt.pool.ntp.org'
|
||||
list server '3.openwrt.pool.ntp.org'
|
||||
|
|
|
@ -13,4 +13,4 @@ config 'wifi-iface' "${WIFI_IFACE}"
|
|||
option 'ssid' "${WIFI_SSID}"
|
||||
option 'encryption' "${WIFI_ENCRYPTION}"
|
||||
option 'key' "${WIFI_KEY}"
|
||||
option 'disassoc_low_ack' '0'
|
||||
option 'disassoc_low_ack' '0'
|
||||
|
|
Loading…
Reference in New Issue