mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-13 02:14:53 +00:00
brcm-2.4/brcm47xx: fix typos and indenting in the preinit interface script (thx, cshore)
SVN-Revision: 19339
This commit is contained in:
parent
47d1d39b95
commit
056f25aedf
@ -1,8 +1,8 @@
|
|||||||
. /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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user