swconfig: fix kernel version dependency
SVN-Revision: 16286
This commit is contained in:
parent
db5c4304f5
commit
569330c102
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue