treewide: remove empty default cases
There is no apparent reason to have an empty default case. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
parent
2dcea33ba4
commit
7709df69e9
@ -88,8 +88,6 @@ zyxel,wre6606)
|
||||
ucidef_set_led_wlan "wlan2g" "WLAN2G" "${boardname}:green:wlan2g" "phy0tpt"
|
||||
ucidef_set_led_wlan "wlan5g" "WLAN5G" "${boardname}:green:wlan5g" "phy1tpt"
|
||||
;;
|
||||
*)
|
||||
;;
|
||||
esac
|
||||
|
||||
board_config_flush
|
||||
|
||||
@ -14,8 +14,6 @@ set_preinit_iface() {
|
||||
zyxel,nbg6617)
|
||||
ifname=eth0
|
||||
;;
|
||||
*)
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
|
||||
@ -49,8 +49,6 @@ tplink,vr2600v)
|
||||
zyxel,nbg6817)
|
||||
ucidef_set_led_netdev "wan" "WAN" "${boardname}:white:internet" "eth1"
|
||||
;;
|
||||
*)
|
||||
;;
|
||||
esac
|
||||
|
||||
board_config_flush
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=missing-macros
|
||||
PKG_RELEASE:=10
|
||||
PKG_RELEASE:=11
|
||||
|
||||
include $(INCLUDE_DIR)/host-build.mk
|
||||
|
||||
|
||||
@ -147,8 +147,6 @@ case $host_os in
|
||||
cygwin* | mingw* | pw32*)
|
||||
test "X$LIBS" != "X" && LIBS="$LIBS "
|
||||
LIBS="${LIBS}-lwinmm" ;;
|
||||
*)
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
])#
|
||||
|
||||
Loading…
Reference in New Issue
Block a user