1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-05 04:08:55 +03:00
openwrt-xburst/package/busybox/target-config.in
kaloz 31089d4fdf 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
2007-06-08 10:29:05 +00:00

12 lines
266 B
Plaintext

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