diff options
author | Piotr Dymacz <pepe2k@gmail.com> | 2022-02-20 12:43:38 +0100 |
---|---|---|
committer | Piotr Dymacz <pepe2k@gmail.com> | 2022-02-21 19:16:30 +0100 |
commit | 034531db73fa2546ad6724dd90ed13fe7a3ee7fb (patch) | |
tree | e9bba0d9a5b34bc5aca9090617642da42e56cb88 /target/linux | |
parent | cbfce9236754700a343632fff8e035acbc1b1384 (diff) | |
download | upstream-034531db73fa2546ad6724dd90ed13fe7a3ee7fb.tar.gz upstream-034531db73fa2546ad6724dd90ed13fe7a3ee7fb.tar.bz2 upstream-034531db73fa2546ad6724dd90ed13fe7a3ee7fb.zip |
ath79: image: drop 'BOARDNAME' from devices recipes
The 'BOARDNAME' variable is part of target configuration and shouldn't
be part of a device's image recipe.
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ath79/image/generic-tp-link.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/ath79/image/generic-tp-link.mk b/target/linux/ath79/image/generic-tp-link.mk index 2880dbda1d..c47fcd0039 100644 --- a/target/linux/ath79/image/generic-tp-link.mk +++ b/target/linux/ath79/image/generic-tp-link.mk @@ -9,7 +9,6 @@ define Device/tplink_archer-a7-v5 DEVICE_PACKAGES := kmod-usb2 kmod-usb-ledtrig-usbport kmod-ath10k-ct \ ath10k-firmware-qca988x-ct TPLINK_BOARD_ID := ARCHER-A7-V5 - BOARDNAME := ARCHER-A7-V5 endef TARGET_DEVICES += tplink_archer-a7-v5 @@ -181,7 +180,6 @@ define Device/tplink_archer-c7-v4 DEVICE_PACKAGES := kmod-usb2 kmod-usb-ledtrig-usbport kmod-ath10k-ct \ ath10k-firmware-qca988x-ct TPLINK_BOARD_ID := ARCHER-C7-V4 - BOARDNAME := ARCHER-C7-V4 SUPPORTED_DEVICES += archer-c7-v4 endef TARGET_DEVICES += tplink_archer-c7-v4 @@ -195,7 +193,6 @@ define Device/tplink_archer-c7-v5 DEVICE_PACKAGES := kmod-usb2 kmod-usb-ledtrig-usbport kmod-ath10k-ct \ ath10k-firmware-qca988x-ct TPLINK_BOARD_ID := ARCHER-C7-V5 - BOARDNAME := ARCHER-C7-V5 SUPPORTED_DEVICES += archer-c7-v5 endef TARGET_DEVICES += tplink_archer-c7-v5 @@ -207,7 +204,6 @@ define Device/tplink_archer-d50-v1 DEVICE_VARIANT := v1 DEVICE_PACKAGES := kmod-usb2 kmod-usb-ledtrig-usbport \ kmod-ath10k-ct-smallbuffers ath10k-firmware-qca988x-ct - BOARDNAME := ARCHER-D50-V1 IMAGE_SIZE := 7808k TPLINK_HWID := 0xC1200001 TPLINK_HWREV := 0x00000046 |