summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Marangi2024-10-25 12:56:20 +0000
committerChristian Marangi2024-10-28 23:07:54 +0000
commit285e200e5ed672798583a6645ee0afccbb2177dd (patch)
treee4a534d27d159112d3e23a2262c1753e82c6b1cc
parent8009342f43c51ce06a51170d9d0594a344de004f (diff)
downloadopenwrt-285e200e5ed672798583a6645ee0afccbb2177dd.tar.gz
ramips: mt7621: drop kmod-i2c-ralink from ASUS RP-AC56
Drop kmod-i2c-ralink from ASUS RP-AC56 as it was wrongly added. Such kmod is not supported on mt7621 as i2c is handled by the mediatek driver and not bay the ralink downstream one. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
-rw-r--r--target/linux/ramips/image/mt7621.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk
index 753e637adb..34ed9a4d54 100644
--- a/target/linux/ramips/image/mt7621.mk
+++ b/target/linux/ramips/image/mt7621.mk
@@ -404,7 +404,7 @@ define Device/asus_rp-ac56
DEVICE_MODEL := RP-AC56
IMAGE_SIZE := 16000k
DEVICE_PACKAGES := kmod-mt7603 kmod-mt76x2 \
- kmod-i2c-ralink kmod-sound-mt7620 -uboot-envtools
+ kmod-sound-mt7620 -uboot-envtools
IMAGES += factory.bin
IMAGE/factory.bin := append-kernel | append-rootfs | pad-rootfs | check-size
IMAGE/sysupgrade.bin := append-kernel | append-rootfs | pad-rootfs | \