mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
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>
This commit is contained in:
parent
ccfc454548
commit
93ead910dc
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user