1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-27 19:35:04 +02:00

swconfig: mask on brcm47xx

SVN-Revision: 21270
This commit is contained in:
Jo-Philipp Wich 2010-04-30 15:55:08 +00:00
parent 3ea657a3e9
commit 504244e34f

View File

@ -16,7 +16,7 @@ include $(INCLUDE_DIR)/kernel.mk
define Package/swconfig
SECTION:=base
CATEGORY:=Base system
DEPENDS:=@LINUX_2_6 +libuci +libnl-tiny
DEPENDS:=@LINUX_2_6 @!TARGET_brcm47xx +libuci +libnl-tiny
TITLE:=Switch configuration utility
endef