mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
fix missing update for include() api change (#815)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4909 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
7e9bc6aacd
commit
652c662b7d
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
. /etc/functions.sh
|
||||
include network
|
||||
include /lib/network
|
||||
scan_interfaces
|
||||
|
||||
# The following is to automatically configure the DHCP settings
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
## Please make changes in /etc/firewall.user
|
||||
|
||||
. /etc/functions.sh
|
||||
include network
|
||||
include /lib/network
|
||||
|
||||
scan_interfaces
|
||||
config_get WAN wan ifname
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user