From ef19bc7b761933584eae8772e6897da7a44ba5bd Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Mon, 27 Apr 2020 22:59:40 +0200 Subject: [PATCH] ramips: remove (kmod-)swconfig DEVICE_PACKAGES for Sitecom WL-351 These definitions are not required since swconfig is selected for the target anyway and kmod-swconfig is pulled as dependency by kmod-switch-rtl8366rb. Signed-off-by: Adrian Schmutzler --- target/linux/ramips/image/rt305x.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ramips/image/rt305x.mk b/target/linux/ramips/image/rt305x.mk index ea3e3f6e93..322ddeed57 100644 --- a/target/linux/ramips/image/rt305x.mk +++ b/target/linux/ramips/image/rt305x.mk @@ -963,7 +963,7 @@ define Device/sitecom_wl-351 IMAGE_SIZE := 3776k DEVICE_VENDOR := Sitecom DEVICE_MODEL := WL-351 v1 - DEVICE_PACKAGES := kmod-switch-rtl8366rb kmod-swconfig swconfig + DEVICE_PACKAGES := kmod-switch-rtl8366rb SUPPORTED_DEVICES += wl-351 DEFAULT := n endef