diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-15 09:47:32 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-15 09:47:32 +0000 |
commit | 3caa9be7eda4f8c4600b97de5f3cae73ba0d0bec (patch) | |
tree | 3c163137cb0c14aef59fdac38d53ff32197fa3d1 /openwrt/package/radvd/ipkg | |
parent | c483c621300298ed2fb52a8e8b540d5b7e104b4a (diff) | |
download | mtk-20170518-3caa9be7eda4f8c4600b97de5f3cae73ba0d0bec.zip mtk-20170518-3caa9be7eda4f8c4600b97de5f3cae73ba0d0bec.tar.gz mtk-20170518-3caa9be7eda4f8c4600b97de5f3cae73ba0d0bec.tar.bz2 |
Convert radvd to new packaging style
SVN-Revision: 904
Diffstat (limited to 'openwrt/package/radvd/ipkg')
-rw-r--r-- | openwrt/package/radvd/ipkg/radvd.conffiles | 1 | ||||
-rw-r--r-- | openwrt/package/radvd/ipkg/radvd.control | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/openwrt/package/radvd/ipkg/radvd.conffiles b/openwrt/package/radvd/ipkg/radvd.conffiles new file mode 100644 index 0000000..a1418c0 --- /dev/null +++ b/openwrt/package/radvd/ipkg/radvd.conffiles @@ -0,0 +1 @@ +/etc/radvd.conf diff --git a/openwrt/package/radvd/ipkg/radvd.control b/openwrt/package/radvd/ipkg/radvd.control new file mode 100644 index 0000000..52760ad --- /dev/null +++ b/openwrt/package/radvd/ipkg/radvd.control @@ -0,0 +1,7 @@ +Package: radvd +Priority: optional +Section: net +Maintainer: Sebastien NOEL <me@twolife.org> +Source: http://v6web.litech.org/radvd/ +Depends: kmod-ipv6 +Description: Routing Advertisement Daemon for IPv6 |