1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-09-30 16:11:18 +02:00

swconfig: fix kernel version dependency

SVN-Revision: 16286
This commit is contained in:
Felix Fietkau 2009-06-01 22:14:06 +00:00
parent db5c4304f5
commit 569330c102

@ -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