mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-02 20:07:31 +02:00
brcm47xx: whitespace cleanups
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34329 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
61ec66ad3f
commit
25d34577f9
@ -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 New Issue
Block a user