Sfoglia il codice sorgente

only support 2.6 modules on 2.6, and only 2.4 modules on 2.4

SVN-Revision: 7529
Imre Kaloz 18 anni fa
parent
commit
0f34319e6e
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  1. 7 0
      package/busybox/target-config.in

+ 7 - 0
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