projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b6c824
)
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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15304
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/swconfig/Makefile
patch
|
blob
|
history
diff --git
a/package/swconfig/Makefile
b/package/swconfig/Makefile
index
6f55e43
..
058e1e2
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