2
0
forked from Ivasoft/openwrt

at91: introduce vendor_model scheme and drop board names

This introduces the vendor_model scheme to this target in order to
harmonize device names within the target and with the rest of
OpenWrt. In addition, custom board names are dropped in favor
of the generic script which takes the compatible.

Use the SUPPORTED_DEVICES variable to store the compatible where it
deviates from the device name, so we can use it in build recipes.

While at it, harmonize a few indents as well.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
Adrian Schmutzler
2020-08-23 20:15:17 +02:00
parent 186569e2e8
commit 7f1540cc46
9 changed files with 152 additions and 229 deletions

View File

@@ -9,7 +9,7 @@ board_config_update
case "$(board_name)" in
sama5d3_xplained)
atmel,sama5d3-xplained)
ucidef_set_interfaces_lan_wan "eth0" "eth1"
;;