diff options
Diffstat (limited to 'openwrt/package/radvd')
-rw-r--r-- | openwrt/package/radvd/Config.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/openwrt/package/radvd/Config.in b/openwrt/package/radvd/Config.in index 132690fa4..0923f1cb1 100644 --- a/openwrt/package/radvd/Config.in +++ b/openwrt/package/radvd/Config.in @@ -1,6 +1,9 @@ config BR2_PACKAGE_RADVD - select BR2_PACKAGE_KMOD_IPV6 - tristate "radvd" + tristate "radvd - IPv6 Routing Advertisement Daemon" default m if CONFIG_DEVEL + select BR2_PACKAGE_KMOD_IPV6 help Routing Advertisement Daemon for IPv6 + + http://v6web.litech.org/radvd/ + |