X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=package%2Fbusybox%2Ftarget-config.in;fp=package%2Fbusybox%2Ftarget-config.in;h=77c58cef14239f318e75298de93bcbb9ceafa261;hp=0000000000000000000000000000000000000000;hb=3dd7a187188e0fa9e66cd19430c3d759c547ac6b;hpb=26795c47b30d188df0203e6b7e8e39b5034d9a73 diff --git a/package/busybox/target-config.in b/package/busybox/target-config.in new file mode 100644 index 0000000000..77c58cef14 --- /dev/null +++ b/package/busybox/target-config.in @@ -0,0 +1,11 @@ +config BUSYBOX_CONFIG_FEATURE_DEVFS + default y if LINUX_2_4 + default n if LINUX_2_6 + +config BUSYBOX_CONFIG_MDEV + default n if LINUX_2_4 + default y if LINUX_2_6 + +config BUSYBOX_CONFIG_FEATURE_MDEV_CONF + default n if LINUX_2_4 + default y if LINUX_2_6