diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2022-06-26 15:05:27 +0200 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2022-07-15 15:21:44 +0200 |
commit | 50c232d6f446637b7086056f4f78809272572ca3 (patch) | |
tree | fb70e180d02900b6ae4a0435a1fa538de57146bd /target/linux/ipq40xx | |
parent | fffb8cacf1e25fe171e4cf1dedc347352df9596e (diff) | |
download | upstream-50c232d6f446637b7086056f4f78809272572ca3.tar.gz upstream-50c232d6f446637b7086056f4f78809272572ca3.tar.bz2 upstream-50c232d6f446637b7086056f4f78809272572ca3.zip |
ipq-wifi: drop upstreamed board-2.bin
The BDFs for the:
GL.iNet GL-B2200
were upstreamed to the ath10k-firmware repository
and landed in linux-firmware.git
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target/linux/ipq40xx')
-rw-r--r-- | target/linux/ipq40xx/image/generic.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ipq40xx/image/generic.mk b/target/linux/ipq40xx/image/generic.mk index 26d9082638..792122f7a1 100644 --- a/target/linux/ipq40xx/image/generic.mk +++ b/target/linux/ipq40xx/image/generic.mk @@ -576,7 +576,7 @@ define Device/glinet_gl-b2200 pad-to 33792k | append-rootfs |\ append-metadata | gzip IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata - DEVICE_PACKAGES := ath10k-firmware-qca9888-ct ipq-wifi-glinet_gl-b2200 \ + DEVICE_PACKAGES := ath10k-firmware-qca9888-ct \ kmod-fs-ext4 kmod-mmc kmod-spi-dev mkf2fs e2fsprogs kmod-fs-f2fs endef TARGET_DEVICES += glinet_gl-b2200 |