mvebu: split base-files across subtargets
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>
Sat, 18 Jan 2020 01:21:13 +0000 (02:21 +0100)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Tue, 21 Jan 2020 13:24:49 +0000 (14:24 +0100)
commit1fa04b5d9fb1cba56a8597d6da9e1d52b8030f6b
treeda02f4bb267128497f1ad7e3c755c8685d8005d1
parente93626f1f47ec6c1995067c9ed3798ebd468cda3
mvebu: split base-files across subtargets

For the mvebu target in particular, there is a lot of files in
base-files that are only relevant for one subtarget. Improve
overview and reduce size per subtarget by moving/splitting
base-files depending on the subtarget they belong to.

While at it, consolidate 01_leds by using the model part of
the board name as variable.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Acked-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
26 files changed:
target/linux/mvebu/base-files/etc/board.d/01_leds [deleted file]
target/linux/mvebu/base-files/etc/board.d/02_network [deleted file]
target/linux/mvebu/base-files/etc/init.d/bootcount [deleted file]
target/linux/mvebu/base-files/etc/uci-defaults/03_wireless [deleted file]
target/linux/mvebu/base-files/etc/uci-defaults/04_mambafan [deleted file]
target/linux/mvebu/base-files/lib/preinit/06_set_iface_mac [deleted file]
target/linux/mvebu/base-files/lib/preinit/81_linksys_syscfg [deleted file]
target/linux/mvebu/base-files/lib/preinit/82_uDPU [deleted file]
target/linux/mvebu/base-files/lib/upgrade/linksys.sh [deleted file]
target/linux/mvebu/base-files/lib/upgrade/platform.sh [deleted file]
target/linux/mvebu/base-files/lib/upgrade/uDPU.sh [deleted file]
target/linux/mvebu/cortexa53/base-files/etc/board.d/02_network [new file with mode: 0755]
target/linux/mvebu/cortexa53/base-files/lib/preinit/82_uDPU [new file with mode: 0644]
target/linux/mvebu/cortexa53/base-files/lib/upgrade/platform.sh [new file with mode: 0755]
target/linux/mvebu/cortexa53/base-files/lib/upgrade/uDPU.sh [new file with mode: 0644]
target/linux/mvebu/cortexa72/base-files/etc/board.d/02_network [new file with mode: 0755]
target/linux/mvebu/cortexa72/base-files/lib/upgrade/platform.sh [new file with mode: 0755]
target/linux/mvebu/cortexa9/base-files/etc/board.d/01_leds [new file with mode: 0755]
target/linux/mvebu/cortexa9/base-files/etc/board.d/02_network [new file with mode: 0755]
target/linux/mvebu/cortexa9/base-files/etc/init.d/bootcount [new file with mode: 0755]
target/linux/mvebu/cortexa9/base-files/etc/uci-defaults/03_wireless [new file with mode: 0644]
target/linux/mvebu/cortexa9/base-files/etc/uci-defaults/04_mambafan [new file with mode: 0644]
target/linux/mvebu/cortexa9/base-files/lib/preinit/06_set_iface_mac [new file with mode: 0644]
target/linux/mvebu/cortexa9/base-files/lib/preinit/81_linksys_syscfg [new file with mode: 0644]
target/linux/mvebu/cortexa9/base-files/lib/upgrade/linksys.sh [new file with mode: 0644]
target/linux/mvebu/cortexa9/base-files/lib/upgrade/platform.sh [new file with mode: 0755]