diff options
Diffstat (limited to 'openwrt/target/linux/package/diag')
-rw-r--r-- | openwrt/target/linux/package/diag/Config.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/openwrt/target/linux/package/diag/Config.in b/openwrt/target/linux/package/diag/Config.in index a33f81267..001da0a00 100644 --- a/openwrt/target/linux/package/diag/Config.in +++ b/openwrt/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 |