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:
Adrian Schmutzler 2020-09-17 12:46:19 +02:00 committed by AmadeusGhost
parent 2dcea33ba4
commit 7709df69e9
5 changed files with 1 additions and 9 deletions

View File

@ -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

View File

@ -14,8 +14,6 @@ set_preinit_iface() {
zyxel,nbg6617)
ifname=eth0
;;
*)
;;
esac
}

View File

@ -49,8 +49,6 @@ tplink,vr2600v)
zyxel,nbg6817)
ucidef_set_led_netdev "wan" "WAN" "${boardname}:white:internet" "eth1"
;;
*)
;;
esac
board_config_flush

View File

@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=missing-macros
PKG_RELEASE:=10
PKG_RELEASE:=11
include $(INCLUDE_DIR)/host-build.mk

View File

@ -147,8 +147,6 @@ case $host_os in
cygwin* | mingw* | pw32*)
test "X$LIBS" != "X" && LIBS="$LIBS "
LIBS="${LIBS}-lwinmm" ;;
*)
;;
esac
fi
])#