2
0
forked from Ivasoft/openwrt

ramips: rt3883: remove swconfig from individual DEVICE_PACKAGES

In rt3883 subtarget, several devices add swconfig to their DEVICE_PACKAGES.
This is redundant as the package is already provided via DEFAULT_PACKAGES.

Remove the redundant inclusions.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
This commit is contained in:
Adrian Schmutzler
2020-04-27 23:04:55 +02:00
parent 40325abe52
commit f0435d5343
2 changed files with 6 additions and 9 deletions

View File

@@ -8,7 +8,7 @@
define Profile/Default
NAME:=Default Profile
PRIORITY:=1
PACKAGES:=kmod-usb-ohci kmod-usb2 swconfig
PACKAGES:=kmod-usb-ohci kmod-usb2
endef
define Profile/Default/Description