projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
swconfig: fix up kernel dependencies
[openwrt.git]
/
package
/
swconfig
/
Makefile
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
This page took
0.019509 seconds
and
4
git commands to generate.