mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
[brcm-2.4] [brcm47xx] fix syntax error in preinit (#6575)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19344 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
51081411ba
commit
7b37567d97
@ -4,7 +4,7 @@ port_net_echo() {
|
||||
[ -n "$pi_ifname" ] && grep "$pi_ifname" /proc/net/dev >/dev/null && {
|
||||
if [ "$pi_preinit_net_messages" = "y" ] || [ "$pi_failsafe_net_message" = "true" ] && [ "$pi_preinit_no_failsafe_netmsg" != "y" ]; then
|
||||
netmsg $pi_broadcast "$1"
|
||||
}
|
||||
fi
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user