From 396dbf68b1cfdce2e6f455b5ec646b4c5b65c55e Mon Sep 17 00:00:00 2001 From: nico Date: Mon, 25 May 2009 13:52:31 +0000 Subject: [package] busybox: update to v1.12.4 (partially closes: #4279) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16053 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/busybox/target-config.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'package/busybox/target-config.in') diff --git a/package/busybox/target-config.in b/package/busybox/target-config.in index 10a79ffdc..61f13670c 100644 --- a/package/busybox/target-config.in +++ b/package/busybox/target-config.in @@ -1,11 +1,14 @@ config BUSYBOX_CONFIG_FEATURE_DEVFS + bool default y if LINUX_2_4 default n if LINUX_2_6 config BUSYBOX_CONFIG_FEATURE_2_4_MODULES + bool default y if LINUX_2_4 default n if LINUX_2_6 config BUSYBOX_CONFIG_FEATURE_2_6_MODULES + bool default n if LINUX_2_4 default y if LINUX_2_6 -- cgit v1.2.3