-
Notifications
You must be signed in to change notification settings - Fork 19.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
treewide: disable GL.iNet’s devices support
This is required by their group admin, since they can represent the GL.iNet official.
- Loading branch information
1 parent
e14b03b
commit b2baa9e
Showing
4 changed files
with
48 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,44 +32,66 @@ define Device/qnap_301w | |
endef | ||
TARGET_DEVICES += qnap_301w | ||
|
||
define Device/zte_mf269 | ||
define Device/redmi_ax6 | ||
$(call Device/xiaomi_ax3600) | ||
DEVICE_VENDOR := Redmi | ||
DEVICE_MODEL := AX6 | ||
DEVICE_PACKAGES := ipq-wifi-redmi_ax6 | ||
endef | ||
TARGET_DEVICES += redmi_ax6 | ||
|
||
define Device/tplink_xtr10890 | ||
$(call Device/FitImage) | ||
$(call Device/UbiFit) | ||
DEVICE_VENDOR := ZTE | ||
DEVICE_MODEL := MF269 | ||
DEVICE_VENDOR := TPLINK | ||
DEVICE_MODEL := XTR10890 | ||
BLOCKSIZE := 128k | ||
PAGESIZE := 2048 | ||
DEVICE_DTS_CONFIG := [email protected] | ||
SOC := ipq8078 | ||
DEVICE_PACKAGES := ipq-wifi-tplink_xtr10890 uboot-envtools | ||
endef | ||
TARGET_DEVICES += tplink_xtr10890 | ||
|
||
define Device/xiaomi_ax3600 | ||
$(call Device/FitImage) | ||
$(call Device/UbiFit) | ||
DEVICE_VENDOR := Xiaomi | ||
DEVICE_MODEL := AX3600 | ||
BLOCKSIZE := 128k | ||
PAGESIZE := 2048 | ||
DEVICE_DTS_CONFIG := config@ac04 | ||
SOC := ipq8071 | ||
DEVICE_PACKAGES := ipq-wifi-zte_mf269 uboot-envtools | ||
DEVICE_PACKAGES := ipq-wifi-xiaomi_ax3600 kmod-ath10k-ct-smallbuffers ath10k-firmware-qca9887-ct | ||
endef | ||
TARGET_DEVICES += zte_mf269 | ||
TARGET_DEVICES += xiaomi_ax3600 | ||
|
||
define Device/tplink_tl-er2260t | ||
define Device/xiaomi_ax9000 | ||
$(call Device/FitImage) | ||
$(call Device/UbiFit) | ||
DEVICE_DTS := ipq8070-tl-er2260t | ||
DEVICE_DTS_CONFIG := config@hk07 | ||
$(call Device/UbiFit) | ||
DEVICE_VENDOR := Xiaomi | ||
DEVICE_MODEL := AX9000 | ||
BLOCKSIZE := 128k | ||
PAGESIZE := 2048 | ||
BOARD_NAME := tplink,tl-er2260t | ||
DEVICE_TITLE := TPLINK TL-ER2260T | ||
DEVICE_PACKAGES := qca-ssdk-shell | ||
DEVICE_DTS_CONFIG := config@hk14 | ||
SOC := ipq8072 | ||
DEVICE_PACKAGES := ipq-wifi-xiaomi_ax9000 kmod-ath11k-pci ath11k-firmware-qcn9074 \ | ||
kmod-ath10k-ct ath10k-firmware-qca9887-ct | ||
endef | ||
TARGET_DEVICES += tplink_tl-er2260t | ||
TARGET_DEVICES += xiaomi_ax9000 | ||
|
||
define Device/tplink_xtr10890 | ||
define Device/zte_mf269 | ||
$(call Device/FitImage) | ||
$(call Device/UbiFit) | ||
DEVICE_VENDOR := TPLINK | ||
DEVICE_MODEL := XTR10890 | ||
DEVICE_VENDOR := ZTE | ||
DEVICE_MODEL := MF269 | ||
BLOCKSIZE := 128k | ||
PAGESIZE := 2048 | ||
DEVICE_DTS_CONFIG := config@hk01.c6 | ||
SOC := ipq8078 | ||
DEVICE_PACKAGES := ipq-wifi-tplink_xtr10890 uboot-envtools | ||
DEVICE_DTS_CONFIG := config@ac04 | ||
SOC := ipq8071 | ||
DEVICE_PACKAGES := ipq-wifi-zte_mf269 uboot-envtools | ||
endef | ||
TARGET_DEVICES += tplink_xtr10890 | ||
TARGET_DEVICES += zte_mf269 | ||
|
||
define Device/zyxel_nbg7815 | ||
$(call Device/FitImage) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters