forked from Ivasoft/openwrt
treewide: use the generic board_name function
Use the generic function instead ot the target specific ones. Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
@@ -4,11 +4,10 @@
|
||||
#
|
||||
|
||||
. /lib/functions/uci-defaults.sh
|
||||
. /lib/brcm63xx.sh
|
||||
|
||||
board_config_update
|
||||
|
||||
case "$(brcm63xx_board_name)" in
|
||||
case "$(board_name)" in
|
||||
|
||||
cvg834g |\
|
||||
evg2000 |\
|
||||
|
||||
Reference in New Issue
Block a user