projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
stop build when an error occurs and when BUILDLOG is set (#5160)
[openwrt.git]
/
package
/
busybox
/
target-config.in
diff --git
a/package/busybox/target-config.in
b/package/busybox/target-config.in
index
77c58ce
..
61f1367
100644
(file)
--- a/
package/busybox/target-config.in
+++ b/
package/busybox/target-config.in
@@
-1,11
+1,14
@@
config BUSYBOX_CONFIG_FEATURE_DEVFS
config BUSYBOX_CONFIG_FEATURE_DEVFS
+ bool
default y if LINUX_2_4
default n if LINUX_2_6
default y if LINUX_2_4
default n if LINUX_2_6
-config BUSYBOX_CONFIG_MDEV
- default n if LINUX_2_4
- default y if LINUX_2_6
+config BUSYBOX_CONFIG_FEATURE_2_4_MODULES
+ bool
+ default y if LINUX_2_4
+ default n if LINUX_2_6
-config BUSYBOX_CONFIG_FEATURE_MDEV_CONF
+config BUSYBOX_CONFIG_FEATURE_2_6_MODULES
+ bool
default n if LINUX_2_4
default y if LINUX_2_6
default n if LINUX_2_4
default y if LINUX_2_6
This page took
0.02233 seconds
and
4
git commands to generate.