diff options
Diffstat (limited to 'openwrt/package/ndisc/Config.in')
-rw-r--r-- | openwrt/package/ndisc/Config.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/openwrt/package/ndisc/Config.in b/openwrt/package/ndisc/Config.in index 8759c32554..5aea49c8e8 100644 --- a/openwrt/package/ndisc/Config.in +++ b/openwrt/package/ndisc/Config.in @@ -7,8 +7,7 @@ config BR2_PACKAGE_NDISC config BR2_PACKAGE_NDISC6 tristate "ndisc6 - ICMPv6 neighbour discovery tool" -# default m if CONFIG_DEVEL - default n + default m if CONFIG_DEVEL select BR2_PACKAGE_NDISC help @@ -19,8 +18,7 @@ config BR2_PACKAGE_NDISC6 config BR2_PACKAGE_RDISC6 tristate "rdisc6 - ICMPv6 router discovery tool" -# default m if CONFIG_DEVEL - default n + default m if CONFIG_DEVEL select BR2_PACKAGE_NDISC help |