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/at91.sh
|
||||
|
||||
board_config_update
|
||||
|
||||
case "$(at91_board_name)" in
|
||||
case "$(board_name)" in
|
||||
|
||||
sama5d3_xplained)
|
||||
ucidef_set_interfaces_lan_wan "eth0" "eth1"
|
||||
|
||||
Reference in New Issue
Block a user