mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 22:23:08 +02:00
224068b0aa
don't use PKG_INSTALL_DIR since upstream does not provide a make install target, add configurable init script, add Id tag and target optimization cflags.. git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2674 3c298f89-4303-0410-b956-a3cf2f4a3e73
14 lines
475 B
Plaintext
14 lines
475 B
Plaintext
config BR2_PACKAGE_VRRPD
|
|
prompt "vrrpd............................. Virtual Router Redundancy Protocol daemon"
|
|
tristate
|
|
default m if CONFIG_DEVEL
|
|
help
|
|
VRRPd is an implementation of Virtual Router Redundancy
|
|
Protocol as specified in rfc2338. VRRPd is interoperable with
|
|
other RFC-based VRRP implementations, including Cisco and
|
|
Juniper, and is included as a standard feature on ImageStream
|
|
routers.
|
|
|
|
http://www.sourceforge.net/projects/vrrpd
|
|
|