mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-29 15:44:04 +00:00
only support 2.6 modules on 2.6, and only 2.4 modules on 2.4
SVN-Revision: 7529
This commit is contained in:
parent
a2f2b9cfad
commit
0f34319e6e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user