projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Simplify configure and add target optimizations,
[openwrt.git]
/
openwrt
/
package
/
radvd
/
Config.in
diff --git
a/openwrt/package/radvd/Config.in
b/openwrt/package/radvd/Config.in
index
132690f
..
0923f1c
100644
(file)
--- a/
openwrt/package/radvd/Config.in
+++ b/
openwrt/package/radvd/Config.in
@@
-1,6
+1,9
@@
config BR2_PACKAGE_RADVD
config BR2_PACKAGE_RADVD
- select BR2_PACKAGE_KMOD_IPV6
- tristate "radvd"
+ tristate "radvd - IPv6 Routing Advertisement Daemon"
default m if CONFIG_DEVEL
default m if CONFIG_DEVEL
+ select BR2_PACKAGE_KMOD_IPV6
help
Routing Advertisement Daemon for IPv6
help
Routing Advertisement Daemon for IPv6
+
+ http://v6web.litech.org/radvd/
+
This page took
0.018511 seconds
and
4
git commands to generate.