From 1dedad2a00d8519d4892b8529b5f2fffcb768220 Mon Sep 17 00:00:00 2001 From: Sungbo Eo Date: Sun, 26 Apr 2020 20:22:33 +0900 Subject: [PATCH 1/1] 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 --- target/linux/ramips/image/rt305x.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/target/linux/ramips/image/rt305x.mk b/target/linux/ramips/image/rt305x.mk index 1a9f17c710..70f7a2003d 100644 --- a/target/linux/ramips/image/rt305x.mk +++ b/target/linux/ramips/image/rt305x.mk @@ -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 -- 2.30.2