ramips: mt7621: drop kmod-i2c-ralink from ASUS RP-AC56
authorChristian Marangi <ansuelsmth@gmail.com>
Fri, 25 Oct 2024 12:56:20 +0000 (14:56 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Mon, 28 Oct 2024 23:07:54 +0000 (00:07 +0100)
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>
target/linux/ramips/image/mt7621.mk

index 753e637adbcd1243084fdf11cd46881727037275..34ed9a4d54a634cea397b12d6b477d348ca70ea4 100644 (file)
@@ -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 | \