mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 00:41:17 +00:00
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>
This commit is contained in:
parent
cbfce92367
commit
034531db73
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user