diff options
| author | Daniel Golle | 2025-11-07 12:01:41 +0000 |
|---|---|---|
| committer | Daniel Golle | 2025-11-07 12:03:05 +0000 |
| commit | 81a9c9f3c819258d896c7b57e74655cfae3782f1 (patch) | |
| tree | 502169a2565a764445c1b4813d210d73b30fa96b | |
| parent | 2e74eb6d93a7db37bb8e0ec901ae08078afa9a65 (diff) | |
| download | openwrt-81a9c9f3c819258d896c7b57e74655cfae3782f1.tar.gz | |
mediatek: remove non-existing mt7987-2p5g-phy-firmware-internal
Because the firmware has not yet been accepted in linux-firmware we
cannot yet package mt7987-2p5g-phy-firmware-internal. Remove it from
DEVICE_PACKAGES of the BPi-R4-mini until the an upcoming linux-firmware
release will come with this firmware included, allowing us to then
create that package.
Fixes: 8b6c6978d6 ("mediatek: add support for BananaPi BPi-R4 Lite")
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
| -rw-r--r-- | target/linux/mediatek/image/filogic.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mediatek/image/filogic.mk b/target/linux/mediatek/image/filogic.mk index cc97a38673..1e774cc5c0 100644 --- a/target/linux/mediatek/image/filogic.mk +++ b/target/linux/mediatek/image/filogic.mk @@ -649,7 +649,7 @@ define Device/bananapi_bpi-r4-lite DEVICE_DTC_FLAGS := --pad 4096 DEVICE_DTS_DIR := ../dts DEVICE_DTS_LOADADDR := 0x4ff00000 - DEVICE_PACKAGES := mt7987-2p5g-phy-firmware-internal kmod-eeprom-at24 \ + DEVICE_PACKAGES := kmod-eeprom-at24 \ kmod-gpio-pca953x kmod-i2c-mux-pca954x kmod-rtc-pcf8563 \ kmod-sfp e2fsprogs mkf2fs BLOCKSIZE := 128k |