diff options
author | Felix Fietkau <nbd@nbd.name> | 2019-08-12 12:24:06 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2019-08-12 12:27:06 +0200 |
commit | 7ec092e64125b920aee6d1767dacea3f61b2fa6f (patch) | |
tree | 8344335456c0a79dfea092be51ed23233f709538 /target/linux/ramips/image | |
parent | 9861050b85e5381c93d73ffdbc24c130400e0fb8 (diff) | |
download | upstream-7ec092e64125b920aee6d1767dacea3f61b2fa6f.tar.gz upstream-7ec092e64125b920aee6d1767dacea3f61b2fa6f.tar.bz2 upstream-7ec092e64125b920aee6d1767dacea3f61b2fa6f.zip |
Revert faulty tree push
Revert "mac80211: add new minstrel_ht patches to improve probing on mt76x2" (9861050b85e5381c93d73ffdbc24c130400e0fb8)
Revert "kernel: use bulk free in kfree_skb_list to improve performance" (98b654de2e7502507b31f0fb82befbb48f9c8542)
Revert "ramips: add preliminary support for WIO ONE" (085141dc5ba5e763e1bf4c1a2fd6957160810ccc)
Revert "ramips: add preliminary support for SGE AP-MTKH7-0006 developer board" (b1db6d0539511f60bf65fbde28b16afa31180e34)
Revert "build: use config.site generated by autoconf-lean, drop hardcoded sitefiles" (363ce4329d4f6c00b4a7cb83dd1821fafc0d40ad)
Revert "toolchain: add autoconf-lean" (fdb30eed03ae56cd87078b64d9b2fac00799e783)
Revert "build: allow overriding the filename on the remote server when downloading" (6fa0e07758524eddf20c9b66dfcb55c490e1961e)
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/ramips/image')
-rw-r--r-- | target/linux/ramips/image/mt7621.mk | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index 15fdcbde05..d32feb7eab 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -685,27 +685,6 @@ define Device/xzwifi_creativebox-v1 endef TARGET_DEVICES += xzwifi_creativebox-v1 -define Device/ap-mtkh7-0006 - DTS := AP-MTKH7-0006 - IMAGE_SIZE := $(ralink_default_fw_size_32M) - SUPPORTED_DEVICES := sge,ap-mtkh7-0006 - DEVICE_TITLE := SGE AP-MTKH7-0006 - DEVICE_PACKAGES := \ - kmod-sdhci-mt7620 kmod-mt7603 kmod-mt76x2 \ - kmod-usb3 kmod-usb-ledtrig-usbport wpad-mini -endef -TARGET_DEVICES += ap-mtkh7-0006 - -define Device/wio-one - DTS := WIO-ONE - IMAGE_SIZE := $(ralink_default_fw_size_16M) - SUPPORTED_DEVICES := wio,wio-one - DEVICE_TITLE := WIO ONE - DEVICE_PACKAGES := \ - kmod-mt7603 kmod-mt76x2 kmod-usb3 wpad-mini -endef -TARGET_DEVICES += wio-one - define Device/youhua_wr1200js MTK_SOC := mt7621 IMAGE_SIZE := 16064k |