On 02/19/2013 04:44 PM, Rafał Miłecki wrote: > 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?
Could we wait with this patch till there is a switch driver that could be configured by swconfig? @!PACKAGE_kmod-switch will not work because for some time we probably need both packages when not all drivers are converted. > --- > 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 > > _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
