summaryrefslogtreecommitdiffstats
path: root/package/busybox
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2007-06-08 10:29:05 +0000
committerImre Kaloz <kaloz@openwrt.org>2007-06-08 10:29:05 +0000
commit0f34319e6e7cb46c116e835916eae67c73b78793 (patch)
tree4d7fcd9e361bee86d2fba3e76ebb2cb5fa0d8763 /package/busybox
parenta2f2b9cfad9e3c8d2b3009ed21ebfed5ffb2597f (diff)
downloadmaster-31e0f0ae-0f34319e6e7cb46c116e835916eae67c73b78793.tar.gz
master-31e0f0ae-0f34319e6e7cb46c116e835916eae67c73b78793.tar.bz2
master-31e0f0ae-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')
-rw-r--r--package/busybox/target-config.in7
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