From 1a73c7e2c98f05b830dd6634b044ea42fd81cdf5 Mon Sep 17 00:00:00 2001 From: wbx Date: Sun, 25 Dec 2005 20:04:16 +0000 Subject: first ar531x support for 2.4, thx Mile Albon, some addons from me for mips big endian toolchain git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2781 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/package/diag/Config.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'target/linux/package/diag') diff --git a/target/linux/package/diag/Config.in b/target/linux/package/diag/Config.in index a33f81267..001da0a00 100644 --- a/target/linux/package/diag/Config.in +++ b/target/linux/package/diag/Config.in @@ -1,6 +1,8 @@ config BR2_PACKAGE_KMOD_DIAG prompt "kmod-diag......................... Driver for router LEDs and Buttons" tristate - default y + default y if BR2_LINUX_2_4_BRCM + default m if CONFIG_DEVEL + default n help Driver for router LEDs and Buttons -- cgit v1.2.3