diff options
author | Mathias Kresin <dev@kresin.me> | 2018-08-08 07:19:30 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-08-08 08:11:11 +0200 |
commit | b94b4b0862daeae635285519f5eed2495165b1b5 (patch) | |
tree | fa8dcdc241f24fae657990a5ede3fb26442acb9c /target | |
parent | 12121e643b33eaa857c3f0a12b957e673b98e8e2 (diff) | |
download | upstream-b94b4b0862daeae635285519f5eed2495165b1b5.tar.gz upstream-b94b4b0862daeae635285519f5eed2495165b1b5.tar.bz2 upstream-b94b4b0862daeae635285519f5eed2495165b1b5.zip |
ath79: don't include tl-wdr3600 image build code for tl-wdr4300
Including the tl-wdr3600 image build code just to overwrite most of it
doesn't make much sense and only makes it hard to read.
Furthermore, the tl-wdr4300 image will be marked as compatible with the
tl-wdr3600 this way.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ath79/image/generic-tp-link.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/ath79/image/generic-tp-link.mk b/target/linux/ath79/image/generic-tp-link.mk index 6c9e7879cb..623252ee7d 100644 --- a/target/linux/ath79/image/generic-tp-link.mk +++ b/target/linux/ath79/image/generic-tp-link.mk @@ -40,8 +40,10 @@ endef TARGET_DEVICES += tplink_tl-wdr3600 define Device/tplink_tl-wdr4300 - $(Device/tplink_tl-wdr3600) + $(Device/tplink-8mlzma) + ATH_SOC := ar9344 DEVICE_TITLE := TP-LINK TL-WDR4300 + DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ledtrig-usbport TPLINK_HWID := 0x43000001 SUPPORTED_DEVICES += tl-wdr4300 endef |