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:
@@ -5,11 +5,10 @@
|
||||
|
||||
. /lib/functions/uci-defaults.sh
|
||||
. /lib/functions/system.sh
|
||||
. /lib/kirkwood.sh
|
||||
|
||||
board_config_update
|
||||
|
||||
board=$(kirkwood_board_name)
|
||||
board=$(board_name)
|
||||
|
||||
case "$board" in
|
||||
"dockstar"|\
|
||||
|
||||
Reference in New Issue
Block a user