swconfig: depend on !LINUX_2_4 in backfire
[openwrt-10.03/.git] / package / swconfig / Makefile
index ef9dbefbe6ba4543dcbefebf3c3bafecbfdbe411..7be481683f839c89d133cca9ec1c99bbad3e71a8 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2008-2009 OpenWrt.org
+# Copyright (C) 2008-2010 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -8,7 +8,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=swconfig
-PKG_RELEASE:=5
+PKG_RELEASE:=9
 
 include $(INCLUDE_DIR)/package.mk
 include $(INCLUDE_DIR)/kernel.mk
@@ -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_4 @!TARGET_brcm47xx +libuci +libnl-tiny
   TITLE:=Switch configuration utility
 endef