ath79: remove swconfig from DSA users
There is no need to have the swconfig binary when DSA is in use. Both of these devices have a single switch. Signed-off-by: Rosen Penev <rosenp@gmail.com> Link: https://github.com/openwrt/openwrt/pull/24543 Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
This commit is contained in:
parent
6dad0070e2
commit
2a837da774
2 changed files with 2 additions and 2 deletions
|
|
@ -58,7 +58,7 @@ TARGET_DEVICES += ubnt_edgeswitch-5xp
|
|||
define Device/ubnt_edgeswitch-8xp
|
||||
$(Device/ubnt-sw)
|
||||
DEVICE_MODEL := EdgeSwitch 8XP
|
||||
DEVICE_PACKAGES += kmod-dsa-b53-mdio
|
||||
DEVICE_PACKAGES += kmod-dsa-b53-mdio -swconfig
|
||||
DEVICE_COMPAT_VERSION := 1.1
|
||||
DEVICE_COMPAT_MESSAGE := Config cannot be migrated from swconfig to DSA
|
||||
endef
|
||||
|
|
|
|||
|
|
@ -534,7 +534,7 @@ define Device/tplink_tl-wr941-v2
|
|||
$(Device/tplink-4m)
|
||||
SOC := ar9132
|
||||
DEVICE_MODEL := TL-WR941ND
|
||||
DEVICE_PACKAGES := kmod-dsa-mv88e6060
|
||||
DEVICE_PACKAGES := kmod-dsa-mv88e6060 -swconfig
|
||||
DEVICE_VARIANT := v2/v3
|
||||
DEVICE_ALT0_VENDOR := TP-Link
|
||||
DEVICE_ALT0_MODEL := TL-WR941N
|
||||
|
|
|
|||
Loading…
Reference in a new issue