projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
We do not need to make the experimental/install-experimental targets starting with...
[openwrt.git]
/
package
/
busybox
/
target-config.in
diff --git
a/package/busybox/target-config.in
b/package/busybox/target-config.in
index
86f270b
..
10a79ff
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
This page took
0.02143 seconds
and
4
git commands to generate.