mirror of https://github.com/hak5/openwrt.git
ramips: remove unnecessary DEVICE_PACKAGES for Belkin F7C027
kmod-usb-dwc2 and kmod-usb-ledtrig-usbport are not target default packages, and Belkin F7C027 does not have a USB port anyway. Just drop it. Signed-off-by: Sungbo Eo <mans0n@gorani.run>master
parent
d16a486766
commit
1dedad2a00
|
@ -298,7 +298,6 @@ define Device/belkin_f7c027
|
|||
IMAGE_SIZE := 7616k
|
||||
DEVICE_VENDOR := Belkin
|
||||
DEVICE_MODEL := F7C027
|
||||
DEVICE_PACKAGES := --kmod-usb-dwc2 -kmod-usb-ledtrig-usbport
|
||||
SUPPORTED_DEVICES += f7c027
|
||||
endef
|
||||
TARGET_DEVICES += belkin_f7c027
|
||||
|
|
Loading…
Reference in New Issue