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:
@@ -3,9 +3,9 @@
|
||||
# Copyright (C) 2017 LEDE-Project.org
|
||||
#
|
||||
|
||||
. /lib/mvebu.sh
|
||||
. /lib/functions.sh
|
||||
|
||||
board=$(mvebu_board_name)
|
||||
board=$(board_name)
|
||||
|
||||
case "$board" in
|
||||
armada-xp-linksys-mamba)
|
||||
|
||||
Reference in New Issue
Block a user