diff options
Diffstat (limited to 'package/vrrpd')
-rw-r--r-- | package/vrrpd/Config.in | 13 | ||||
-rw-r--r-- | package/vrrpd/Makefile | 4 | ||||
-rw-r--r-- | package/vrrpd/files/vrrpd.init | 2 |
3 files changed, 4 insertions, 15 deletions
diff --git a/package/vrrpd/Config.in b/package/vrrpd/Config.in deleted file mode 100644 index c003fd8e9..000000000 --- a/package/vrrpd/Config.in +++ /dev/null @@ -1,13 +0,0 @@ -config ADK_PACKAGE_VRRPD - prompt "vrrpd............................. Virtual Router Redundancy Protocol daemon" - tristate - default n - 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 - diff --git a/package/vrrpd/Makefile b/package/vrrpd/Makefile index e6b557eb5..cda12887f 100644 --- a/package/vrrpd/Makefile +++ b/package/vrrpd/Makefile @@ -15,7 +15,9 @@ include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,VRRPD,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) -BUILD_STYLE:= auto +CONFIG_STYLE:= manual +INSTALL_STYLE:= manual + MAKE_FLAGS:= CC="${TARGET_CC}" \ DBG_OPT="" \ MAIN_OPT="${TARGET_CFLAGS}" diff --git a/package/vrrpd/files/vrrpd.init b/package/vrrpd/files/vrrpd.init index cbac88074..9e8170643 100644 --- a/package/vrrpd/files/vrrpd.init +++ b/package/vrrpd/files/vrrpd.init @@ -14,7 +14,7 @@ autostop) ;; vrrpd $vrrpd_flags ;; stop) - killall vrrpd + pkill vrrpd ;; restart) sh $0 stop |