From f0a4e49137c1ba865a55aa8c8ca48dac949e0379 Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Fri, 8 Jun 2007 10:29:05 +0000 Subject: only support 2.6 modules on 2.6, and only 2.4 modules on 2.4 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7529 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/busybox/target-config.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'package/busybox/target-config.in') 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 -- cgit v1.2.3