There is b53 PHY driver for Broadcom switches some may want to use one bcm47xx platform. We still don't use b53 as default, but let's at least allow switching to it.
Signed-off-by: Rafał Miłecki <[email protected]> --- As alternative we could use @!PACKAGE_kmod-switch in DEPENDS, but sure if it makes difference to anyone? --- package/network/config/swconfig/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/network/config/swconfig/Makefile b/package/network/config/swconfig/Makefile index 76817f0..57dcd71 100644 --- a/package/network/config/swconfig/Makefile +++ b/package/network/config/swconfig/Makefile @@ -18,7 +18,7 @@ include $(INCLUDE_DIR)/kernel.mk define Package/swconfig SECTION:=base CATEGORY:=Base system - DEPENDS:=@!TARGET_brcm47xx +libuci +libnl-tiny + DEPENDS:=+libuci +libnl-tiny TITLE:=Switch configuration utility endef -- 1.7.10.4 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
