Skip to content
Snippets Groups Projects
Commit 034531db authored by Piotr Dymacz's avatar Piotr Dymacz
Browse files

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: default avatarPiotr Dymacz <pepe2k@gmail.com>
parent cbfce923
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment