diff options
author | Felix Fietkau <nbd@nbd.name> | 2021-10-17 16:05:34 +0200 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2022-03-23 12:52:20 +0000 |
commit | c6256a6533ecaf56635d8a3c502f3cf61efa16f5 (patch) | |
tree | ba30eb08e1460e0cb54f18fbecf196ee71b6b9cc /target/linux | |
parent | 28343cfb7dab9c3b35241690839616a0cd34c42e (diff) | |
download | upstream-c6256a6533ecaf56635d8a3c502f3cf61efa16f5.tar.gz upstream-c6256a6533ecaf56635d8a3c502f3cf61efa16f5.tar.bz2 upstream-c6256a6533ecaf56635d8a3c502f3cf61efa16f5.zip |
ramips: remove kmod-mt7663-firmware-sta from device packages
This firmware should only be used for mobile devices (e.g. laptops), where
AP mode functionality is typically not used. This firmware supports a lot
of power saving offload functionality at the expense of AP mode support.
Signed-off-by: Felix Fietkau <nbd@nbd.name>
(cherry picked from commit a1ac8728f80314c574201013e7fea58536c2b3ee)
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ramips/image/mt7621.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index a3bc14d59d..8ee2a020bb 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ramips/image/mt7621.mk @@ -803,7 +803,7 @@ define Device/linksys_e5600 DEVICE_VENDOR := Linksys DEVICE_MODEL := E5600 DEVICE_PACKAGES := kmod-mt7603 kmod-mt7615e kmod-mt7663-firmware-ap \ - kmod-mt7663-firmware-sta uboot-envtools + uboot-envtools UBINIZE_OPTS := -E 5 IMAGES += factory.bin IMAGE/sysupgrade.bin := sysupgrade-tar | check-size | append-metadata @@ -1237,7 +1237,7 @@ define Device/tplink_archer-a6-v3 DEVICE_MODEL := Archer A6 DEVICE_VARIANT := V3 DEVICE_PACKAGES := kmod-mt7603 kmod-mt7615e \ - kmod-mt7663-firmware-ap kmod-mt7663-firmware-sta + kmod-mt7663-firmware-ap TPLINK_BOARD_ID := ARCHER-A6-V3 KERNEL := $(KERNEL_DTB) | uImage lzma IMAGE_SIZE := 15744k |