diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2007-06-08 10:29:05 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2007-06-08 10:29:05 +0000 |
commit | 0f34319e6e7cb46c116e835916eae67c73b78793 (patch) | |
tree | 4d7fcd9e361bee86d2fba3e76ebb2cb5fa0d8763 /package/busybox/target-config.in | |
parent | a2f2b9cfad9e3c8d2b3009ed21ebfed5ffb2597f (diff) | |
download | upstream-0f34319e6e7cb46c116e835916eae67c73b78793.tar.gz upstream-0f34319e6e7cb46c116e835916eae67c73b78793.tar.bz2 upstream-0f34319e6e7cb46c116e835916eae67c73b78793.zip |
only support 2.6 modules on 2.6, and only 2.4 modules on 2.4
SVN-Revision: 7529
Diffstat (limited to 'package/busybox/target-config.in')
-rw-r--r-- | package/busybox/target-config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/busybox/target-config.in b/package/busybox/target-config.in index 86f270b590..10a79ffdc8 100644 --- 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 |