ath79: move D-Link DAP-1720 A1 to tiny sub-target
authorShiji Yang <yangshiji66@qq.com>
Tue, 19 Mar 2024 13:25:52 +0000 (21:25 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 30 Mar 2024 00:04:17 +0000 (01:04 +0100)
commit085feb60adf621d6cae8fd6cc7d6a2d84eb3314a
treedde8c29d96b61935e1c82b86706c315b4043527e
parent8201e402c5485817eaf8838347b35e48f7086739
ath79: move D-Link DAP-1720 A1 to tiny sub-target

This device only has 64 MiB RAM and ath10k wireless driver will
consume a lot of memory. Let's move it to the tiny sub-target to
get extra 7 MiB of free space. In this way, we can extend their
lifetime to receive support for the next OpenWrt LTS version. This
patch also trims the duplicate "recovery.bin" image as it's the
same as the "factory.bin".

Signed-off-by: Shiji Yang <yangshiji66@qq.com>
target/linux/ath79/generic/base-files/etc/board.d/01_leds
target/linux/ath79/generic/base-files/etc/board.d/02_network
target/linux/ath79/generic/base-files/etc/uci-defaults/09_fix-checksum
target/linux/ath79/image/generic.mk
target/linux/ath79/image/tiny.mk
target/linux/ath79/tiny/base-files/etc/board.d/01_leds
target/linux/ath79/tiny/base-files/etc/board.d/02_network
target/linux/ath79/tiny/base-files/etc/uci-defaults/09_fix-checksum