projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df22ac8
)
swconfig: fix up kernel dependencies
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 20 Apr 2009 18:57:50 +0000
(18:57 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 20 Apr 2009 18:57:50 +0000
(18:57 +0000)
SVN-Revision: 15304
package/swconfig/Makefile
patch
|
blob
|
history
diff --git
a/package/swconfig/Makefile
b/package/swconfig/Makefile
index 6f55e4379ad215af7e2aee66dbd0447c9805ea57..058e1e273853138eb23764976dc2823d9983658b 100644
(file)
--- a/
package/swconfig/Makefile
+++ b/
package/swconfig/Makefile
@@
-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