ath79: Fix led nodes for TL-WR740N v2 and add its clones
authorChuanhong Guo <gch981213@gmail.com>
Thu, 2 Aug 2018 05:17:44 +0000 (13:17 +0800)
committerMathias Kresin <dev@kresin.me>
Wed, 8 Aug 2018 06:11:11 +0000 (08:11 +0200)
commit1edba538a97fe8a17a388a43506fe562533b02ed
tree35782415e495f705636207a10046412607ffd992
parent55ff2951eac8fd86c91b9673395325e393e357ac
ath79: Fix led nodes for TL-WR740N v2 and add its clones

This patch did the following things:
1. Separate ath9k-leds out of gpio leds so that all other leds will work
   before ath9k loded (e.g. during preinit/init stage).
2. Rename wps led to qss since that's how TP-Link mark it.
3. Rename LED prefix to tp-link because that dts is shared by many devices.
4. Rename to wr740n-v1 because v1 is the first and v2 just use the fw of v1.
   (This will require a forced sysupgrade if you comes from
   the previous wr740n v2 image.)
5. Remove SUPPORTED_DEVICES.
   (tl-wr740n-v2 doesn't exist anywhere so it's useless.)
6. Add all WR741ND v1 clones found in ar71xx.

Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
12 files changed:
target/linux/ath79/base-files/etc/board.d/01_leds
target/linux/ath79/base-files/etc/board.d/02_network
target/linux/ath79/base-files/etc/hotplug.d/firmware/10-ath9k-eeprom
target/linux/ath79/dts/ar7240_tplink_tl-wr740n-v1.dts [new file with mode: 0644]
target/linux/ath79/dts/ar7240_tplink_tl-wr740n-v2.dts [deleted file]
target/linux/ath79/dts/ar7240_tplink_tl-wr740n-v3.dts [new file with mode: 0644]
target/linux/ath79/dts/ar7240_tplink_tl-wr741-v1.dts [new file with mode: 0644]
target/linux/ath79/dts/ar7240_tplink_tl-wr743nd-v1.dts [new file with mode: 0644]
target/linux/ath79/dts/ar7240_tplink_tl-wr74xn-v1.dtsi [new file with mode: 0644]
target/linux/ath79/dts/ar7240_tplink_tl-wr841-v5.dts [new file with mode: 0644]
target/linux/ath79/dts/ar7240_tplink_tl-wr941-v4.dts [new file with mode: 0644]
target/linux/ath79/image/tiny-tp-link.mk