brcm47xx: whitespace cleanups
SVN-Revision: 34329
This commit is contained in:
parent
203cbbd51d
commit
aa8e887a46
7 changed files with 7 additions and 16 deletions
|
@ -5,5 +5,3 @@ init_hotplug_failsafe() {
|
||||||
}
|
}
|
||||||
|
|
||||||
boot_hook_add preinit_main init_hotplug_failsafe
|
boot_hook_add preinit_main init_hotplug_failsafe
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -5,4 +5,3 @@ enable_reset_button() {
|
||||||
}
|
}
|
||||||
|
|
||||||
boot_hook_add preinit_main enable_reset_button
|
boot_hook_add preinit_main enable_reset_button
|
||||||
|
|
||||||
|
|
|
@ -7,9 +7,8 @@ failsafe_ip() {
|
||||||
}
|
}
|
||||||
|
|
||||||
[ -n "$pi_ifname" ] && grep -q "$pi_ifname" /proc/net/dev && {
|
[ -n "$pi_ifname" ] && grep -q "$pi_ifname" /proc/net/dev && {
|
||||||
ifconfig $pi_ifname $pi_ip netmask $pi_netmask broadcast $pi_broadcast up
|
ifconfig $pi_ifname $pi_ip netmask $pi_netmask broadcast $pi_broadcast up
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
boot_hook_add failsafe failsafe_ip
|
boot_hook_add failsafe failsafe_ip
|
||||||
|
|
||||||
|
|
|
@ -3,4 +3,3 @@
|
||||||
do_mount_procfs() {
|
do_mount_procfs() {
|
||||||
mount none /proc -t proc
|
mount none /proc -t proc
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -35,5 +35,3 @@ preinit_net_echo() {
|
||||||
|
|
||||||
} || port_net_echo $1
|
} || port_net_echo $1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -8,5 +8,3 @@ indicate_failsafe() {
|
||||||
preinit_net_echo "Entering Failsafe!\n"
|
preinit_net_echo "Entering Failsafe!\n"
|
||||||
indicate_failsafe_led
|
indicate_failsafe_led
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue