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:
4e69f0f
)
add kernel 2.6 insmod support as default, just adds a few bytes
author
Waldemar Brodkorb
<wbx@openwrt.org>
Sat, 3 Sep 2005 21:01:09 +0000
(21:01 +0000)
committer
Waldemar Brodkorb
<wbx@openwrt.org>
Sat, 3 Sep 2005 21:01:09 +0000
(21:01 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1836
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/busybox/config/modutils/Config.in
patch
|
blob
|
history
diff --git
a/package/busybox/config/modutils/Config.in
b/package/busybox/config/modutils/Config.in
index
536236b
..
ee348f6
100644
(file)
--- a/
package/busybox/config/modutils/Config.in
+++ b/
package/busybox/config/modutils/Config.in
@@
-20,7
+20,7
@@
config BUSYBOX_CONFIG_FEATURE_2_4_MODULES
config BUSYBOX_CONFIG_FEATURE_2_6_MODULES
bool " Support version 2.6.x Linux kernels"
- default
n
+ default
y
depends on BUSYBOX_CONFIG_INSMOD
help
Support module loading for newer 2.6.x Linux kernels.