projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2f2b9c
)
only support 2.6 modules on 2.6, and only 2.4 modules on 2.4
author
Imre Kaloz
<kaloz@openwrt.org>
Fri, 8 Jun 2007 10:29:05 +0000
(10:29 +0000)
committer
Imre Kaloz
<kaloz@openwrt.org>
Fri, 8 Jun 2007 10:29:05 +0000
(10:29 +0000)
SVN-Revision: 7529
package/busybox/target-config.in
patch
|
blob
|
history
diff --git
a/package/busybox/target-config.in
b/package/busybox/target-config.in
index 86f270b59093117a483cc223d969e38876f8dbbc..10a79ffdc830eab67b896ff5f954578a921287b5 100644
(file)
--- a/
package/busybox/target-config.in
+++ b/
package/busybox/target-config.in
@@
-2,3
+2,10
@@
config BUSYBOX_CONFIG_FEATURE_DEVFS
default y if LINUX_2_4
default n if LINUX_2_6
+config BUSYBOX_CONFIG_FEATURE_2_4_MODULES
+ default y if LINUX_2_4
+ default n if LINUX_2_6
+
+config BUSYBOX_CONFIG_FEATURE_2_6_MODULES
+ default n if LINUX_2_4
+ default y if LINUX_2_6