diff options
| author | Mieczyslaw Nalewaj | 2024-06-19 12:49:44 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2024-07-21 12:57:03 +0000 |
| commit | 93ead910dc6069e5fe174a7fc843bb86b43a323f (patch) | |
| tree | 6d837d138d158dfd079da04f71f5213be8b23ed7 | |
| parent | ccfc4545488d215d94cf15282295c25ae9c9564b (diff) | |
| download | openwrt-93ead910dc6069e5fe174a7fc843bb86b43a323f.tar.gz | |
ramips: mt7620: remove kmod-switch-rtl8366-smi from package list
Remove kmod-switch-rtl8366-smi from the package list, as it is still loaded
because kmod-switch-rtl8367b depends on it
Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
Link: https://github.com/openwrt/openwrt/pull/15757
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/ramips/image/mt7620.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/image/mt7620.mk b/target/linux/ramips/image/mt7620.mk index da1c3e69e6..67deb8f040 100644 --- a/target/linux/ramips/image/mt7620.mk +++ b/target/linux/ramips/image/mt7620.mk @@ -1220,7 +1220,7 @@ define Device/tplink_archer-c2-v1 DEVICE_MODEL := Archer C2 DEVICE_VARIANT := v1 DEVICE_PACKAGES := kmod-mt76x0e kmod-usb2 kmod-usb-ohci \ - kmod-usb-ledtrig-usbport kmod-switch-rtl8366-smi kmod-switch-rtl8367b + kmod-usb-ledtrig-usbport kmod-switch-rtl8367b endef TARGET_DEVICES += tplink_archer-c2-v1 @@ -1605,7 +1605,7 @@ define Device/zyxel_keenetic-viva DEVICE_VENDOR := ZyXEL DEVICE_MODEL := Keenetic Viva DEVICE_PACKAGES := kmod-usb2 kmod-usb-ohci kmod-usb-ledtrig-usbport \ - kmod-switch-rtl8366-smi kmod-switch-rtl8367b + kmod-switch-rtl8367b IMAGES += factory.bin IMAGE/factory.bin := $$(sysupgrade_bin) | pad-to 64k | check-size | \ zyimage -d 8997 -v "ZyXEL Keenetic Viva" |