diff options
Diffstat (limited to 'openwrt/target/linux/package/diag/Config.in')
-rw-r--r-- | openwrt/target/linux/package/diag/Config.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/openwrt/target/linux/package/diag/Config.in b/openwrt/target/linux/package/diag/Config.in index 001da0a00..b34f77369 100644 --- a/openwrt/target/linux/package/diag/Config.in +++ b/openwrt/target/linux/package/diag/Config.in @@ -1,8 +1,7 @@ config BR2_PACKAGE_KMOD_DIAG prompt "kmod-diag......................... Driver for router LEDs and Buttons" tristate - default y if BR2_LINUX_2_4_BRCM + depends BR2_LINUX_2_4_BRCM default m if CONFIG_DEVEL - default n help Driver for router LEDs and Buttons |