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

@ -12,7 +12,7 @@ define Device/asus_rt-n56u
IMAGE/sysupgrade.bin += | mkrtn56uimg -s IMAGE/sysupgrade.bin += | mkrtn56uimg -s
DEVICE_VENDOR := Asus DEVICE_VENDOR := Asus
DEVICE_MODEL := RT-N56U DEVICE_MODEL := RT-N56U
DEVICE_PACKAGES := kmod-usb-ohci kmod-usb2 swconfig DEVICE_PACKAGES := kmod-usb-ohci kmod-usb2
SUPPORTED_DEVICES += rt-n56u SUPPORTED_DEVICES += rt-n56u
endef endef
TARGET_DEVICES += asus_rt-n56u TARGET_DEVICES += asus_rt-n56u
@ -23,7 +23,7 @@ define Device/belkin_f9k1109v1
DEVICE_VENDOR := Belkin DEVICE_VENDOR := Belkin
DEVICE_MODEL := F9K1109 DEVICE_MODEL := F9K1109
DEVICE_VARIANT := Version 1.0 DEVICE_VARIANT := Version 1.0
DEVICE_PACKAGES := kmod-usb-ohci kmod-usb2 kmod-usb-ledtrig-usbport swconfig DEVICE_PACKAGES := kmod-usb-ohci kmod-usb2 kmod-usb-ledtrig-usbport
IMAGE_SIZE := 7808k IMAGE_SIZE := 7808k
KERNEL := kernel-bin | append-dtb | lzma -d16 | uImage lzma KERNEL := kernel-bin | append-dtb | lzma -d16 | uImage lzma
# Stock firmware checks for this uImage image name during upload. # Stock firmware checks for this uImage image name during upload.
@ -40,7 +40,7 @@ define Device/dlink_dir-645
SEAMA_SIGNATURE := wrgn39_dlob.hans_dir645 SEAMA_SIGNATURE := wrgn39_dlob.hans_dir645
DEVICE_VENDOR := D-Link DEVICE_VENDOR := D-Link
DEVICE_MODEL := DIR-645 DEVICE_MODEL := DIR-645
DEVICE_PACKAGES := kmod-usb-ohci kmod-usb2 swconfig DEVICE_PACKAGES := kmod-usb-ohci kmod-usb2
SUPPORTED_DEVICES += dir-645 SUPPORTED_DEVICES += dir-645
endef endef
TARGET_DEVICES += dlink_dir-645 TARGET_DEVICES += dlink_dir-645
@ -54,7 +54,6 @@ define Device/edimax_br-6475nd
append-metadata | check-size append-metadata | check-size
DEVICE_VENDOR := Edimax DEVICE_VENDOR := Edimax
DEVICE_MODEL := BR-6475nD DEVICE_MODEL := BR-6475nD
DEVICE_PACKAGES := swconfig
SUPPORTED_DEVICES += br-6475nd SUPPORTED_DEVICES += br-6475nd
endef endef
TARGET_DEVICES += edimax_br-6475nd TARGET_DEVICES += edimax_br-6475nd
@ -89,7 +88,7 @@ define Device/samsung_cy-swr1100
SEAMA_SIGNATURE := wrgnd10_samsung_ss815 SEAMA_SIGNATURE := wrgnd10_samsung_ss815
DEVICE_VENDOR := Samsung DEVICE_VENDOR := Samsung
DEVICE_MODEL := CY-SWR1100 DEVICE_MODEL := CY-SWR1100
DEVICE_PACKAGES := kmod-usb-ohci kmod-usb2 kmod-usb-ledtrig-usbport swconfig DEVICE_PACKAGES := kmod-usb-ohci kmod-usb2 kmod-usb-ledtrig-usbport
SUPPORTED_DEVICES += cy-swr1100 SUPPORTED_DEVICES += cy-swr1100
endef endef
TARGET_DEVICES += samsung_cy-swr1100 TARGET_DEVICES += samsung_cy-swr1100
@ -103,7 +102,7 @@ define Device/sitecom_wlr-6000
senao-header -r 0x0202 -p 0x41 -t 2 senao-header -r 0x0202 -p 0x41 -t 2
DEVICE_VENDOR := Sitecom DEVICE_VENDOR := Sitecom
DEVICE_MODEL := WLR-6000 DEVICE_MODEL := WLR-6000
DEVICE_PACKAGES := kmod-usb-ohci kmod-usb2 swconfig DEVICE_PACKAGES := kmod-usb-ohci kmod-usb2
SUPPORTED_DEVICES += wlr-6000 SUPPORTED_DEVICES += wlr-6000
endef endef
TARGET_DEVICES += sitecom_wlr-6000 TARGET_DEVICES += sitecom_wlr-6000
@ -117,7 +116,6 @@ define Device/trendnet_tew-691gr
umedia-header 0x026910 umedia-header 0x026910
DEVICE_VENDOR := TRENDnet DEVICE_VENDOR := TRENDnet
DEVICE_MODEL := TEW-691GR DEVICE_MODEL := TEW-691GR
DEVICE_PACKAGES := swconfig
SUPPORTED_DEVICES += tew-691gr SUPPORTED_DEVICES += tew-691gr
endef endef
TARGET_DEVICES += trendnet_tew-691gr TARGET_DEVICES += trendnet_tew-691gr
@ -131,7 +129,6 @@ define Device/trendnet_tew-692gr
umedia-header 0x026920 umedia-header 0x026920
DEVICE_VENDOR := TRENDnet DEVICE_VENDOR := TRENDnet
DEVICE_MODEL := TEW-692GR DEVICE_MODEL := TEW-692GR
DEVICE_PACKAGES := swconfig
SUPPORTED_DEVICES += tew-692gr SUPPORTED_DEVICES += tew-692gr
endef endef
TARGET_DEVICES += trendnet_tew-692gr TARGET_DEVICES += trendnet_tew-692gr

View File

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