mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-17 17:24:43 +02:00
brcm-2.4/brcm47xx: fix typos and indenting in the preinit interface script (thx, cshore)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19339 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c3dc4ee20f
commit
a71096dd1b
@ -1,11 +1,11 @@
|
|||||||
. /etc/functions.sh
|
#!/bin/sh
|
||||||
|
|
||||||
port_net_echo() {
|
port_net_echo() {
|
||||||
[ -n "$pi_ifname" ] && grep "$pi_ifname" /proc/net/dev >/dev/null ] {
|
[ -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
|
if [ "$pi_preinit_net_messages" = "y" ] || [ "$pi_failsafe_net_message" = "true" ] && [ "$pi_preinit_no_failsafe_netmsg" != "y" ]; then
|
||||||
netmsg $pi_broadcast "$1"
|
netmsg $pi_broadcast "$1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
preinit_ip_deconfig() {
|
preinit_ip_deconfig() {
|
||||||
@ -13,8 +13,8 @@ preinit_ip_deconfig() {
|
|||||||
ifconfig $ifname 0.0.0.0 down
|
ifconfig $ifname 0.0.0.0 down
|
||||||
else
|
else
|
||||||
grep "$pi_ifname" /proc/net/dev >/dev/null && {
|
grep "$pi_ifname" /proc/net/dev >/dev/null && {
|
||||||
ifconfig $pi_ifname 0.0.0.0 down
|
ifconfig $pi_ifname 0.0.0.0 down
|
||||||
}
|
}
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user