Parcourir la source

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 <[email protected]>
Adrian Schmutzler il y a 5 ans
Parent
commit
40325abe52
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      target/linux/ramips/image/rt305x.mk

+ 1 - 1
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