aboutsummaryrefslogtreecommitdiffstats
path: root/package/swconfig
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-06-01 22:14:06 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-06-01 22:14:06 +0000
commit90cfc524b6b550c3d9eee212f3dba62689755558 (patch)
tree76b908ff2e13d7ceaea99c520ceacf536688db7f /package/swconfig
parent6173862288f2605ca924cda7cdb14c07ed3180cd (diff)
downloadupstream-90cfc524b6b550c3d9eee212f3dba62689755558.tar.gz
upstream-90cfc524b6b550c3d9eee212f3dba62689755558.tar.bz2
upstream-90cfc524b6b550c3d9eee212f3dba62689755558.zip
swconfig: fix kernel version dependency
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16286 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/swconfig')
-rw-r--r--package/swconfig/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/swconfig/Makefile b/package/swconfig/Makefile
index fcabf83b59..d22fa628f9 100644
--- a/package/swconfig/Makefile
+++ b/package/swconfig/Makefile
@@ -16,7 +16,7 @@ include $(INCLUDE_DIR)/kernel.mk
define Package/swconfig
SECTION:=base
CATEGORY:=Base system
- DEPENDS:=@LINUX_2_6_26||LINUX_2_6_27||LINUX_2_6_28||LINUX_2_6_29 +libuci +libnl-tiny
+ DEPENDS:=@LINUX_2_6 +libuci +libnl-tiny
TITLE:=Switch configuration utility
endef