mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-18 04:14:43 +01:00
swconfig: fix up kernel dependencies
SVN-Revision: 15304
This commit is contained in:
parent
df22ac87e1
commit
c239c9814a
@ -17,7 +17,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||
define Package/swconfig
|
||||
SECTION:=base
|
||||
CATEGORY:=Base system
|
||||
DEPENDS:=@LINUX_2_6_26||LINUX_2_6_27
|
||||
DEPENDS:=@LINUX_2_6_26||LINUX_2_6_27||LINUX_2_6_28||LINUX_2_6_29
|
||||
TITLE:=Switch configuration utility
|
||||
endef
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user