diff options
author | Mathias Kresin <dev@kresin.me> | 2018-12-06 12:07:56 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-12-06 13:28:22 +0100 |
commit | dacd962cfd2e7df52d5c711e50863cfc40bf9574 (patch) | |
tree | 1b812d2e37a4be6146e87c9755a31df8a85dd12f /target/linux/ath79/image/generic-tp-link.mk | |
parent | 9d8fcab77aab6a9133cd6898a68ad512b0b31310 (diff) | |
download | upstream-dacd962cfd2e7df52d5c711e50863cfc40bf9574.tar.gz upstream-dacd962cfd2e7df52d5c711e50863cfc40bf9574.tar.bz2 upstream-dacd962cfd2e7df52d5c711e50863cfc40bf9574.zip |
ath79: remove duplicate image build variables
Remove image build variables which are set to the same value as the
default image build recipe.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ath79/image/generic-tp-link.mk')
-rw-r--r-- | target/linux/ath79/image/generic-tp-link.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/image/generic-tp-link.mk b/target/linux/ath79/image/generic-tp-link.mk index c89198621e..b3f53e7469 100644 --- a/target/linux/ath79/image/generic-tp-link.mk +++ b/target/linux/ath79/image/generic-tp-link.mk @@ -37,7 +37,7 @@ define Device/tplink_archer-c7-v2 DEVICE_TITLE := TP-LINK Archer C7 v2 DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ledtrig-usbport kmod-ath10k-ct ath10k-firmware-qca988x-ct TPLINK_HWID := 0xc7000002 - IMAGES := sysupgrade.bin factory.bin factory-us.bin factory-eu.bin + IMAGES += factory-us.bin factory-eu.bin IMAGE/factory-us.bin := append-rootfs | mktplinkfw factory -C US IMAGE/factory-eu.bin := append-rootfs | mktplinkfw factory -C EU endef |