diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-12-14 23:01:47 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-12-14 23:01:47 +0000 |
commit | 7ec285553efbb64a077be097330a20a7079b387d (patch) | |
tree | 1802064dc5e232bf2a6d31e15e3230af1d1bad2b /openwrt/package/vrrpd/ipkg | |
parent | c7221546a12bc52a3730f15918bfb0acf81b3cf1 (diff) | |
download | mtk-20170518-7ec285553efbb64a077be097330a20a7079b387d.zip mtk-20170518-7ec285553efbb64a077be097330a20a7079b387d.tar.gz mtk-20170518-7ec285553efbb64a077be097330a20a7079b387d.tar.bz2 |
fix package name in template call, remove unneeded patch, 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..
SVN-Revision: 2674
Diffstat (limited to 'openwrt/package/vrrpd/ipkg')
-rw-r--r-- | openwrt/package/vrrpd/ipkg/vrrpd.conffiles | 1 | ||||
-rw-r--r--[-rwxr-xr-x] | openwrt/package/vrrpd/ipkg/vrrpd.control | 5 |
2 files changed, 3 insertions, 3 deletions
diff --git a/openwrt/package/vrrpd/ipkg/vrrpd.conffiles b/openwrt/package/vrrpd/ipkg/vrrpd.conffiles new file mode 100644 index 0000000..9680ca3 --- /dev/null +++ b/openwrt/package/vrrpd/ipkg/vrrpd.conffiles @@ -0,0 +1 @@ +/etc/default/vrrpd diff --git a/openwrt/package/vrrpd/ipkg/vrrpd.control b/openwrt/package/vrrpd/ipkg/vrrpd.control index 92cce30..435dda1 100755..100644 --- a/openwrt/package/vrrpd/ipkg/vrrpd.control +++ b/openwrt/package/vrrpd/ipkg/vrrpd.control @@ -1,5 +1,4 @@ Package: vrrpd -Section: net -Architecture: mipsel Priority: optional -Description: VRRPd is an implementation of Virtual Router Redundancy Protocol as specified in rfc2338. +Section: net +Description: An implementation of the Virtual Router Redundancy Protocol |