diff options
Diffstat (limited to 'package/mrd6/ipkg')
-rw-r--r-- | package/mrd6/ipkg/mrd6.control | 6 | ||||
-rw-r--r-- | package/mrd6/ipkg/mrd6.postinst | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/package/mrd6/ipkg/mrd6.control b/package/mrd6/ipkg/mrd6.control new file mode 100644 index 000000000..89082b9f4 --- /dev/null +++ b/package/mrd6/ipkg/mrd6.control @@ -0,0 +1,6 @@ +Package: mrd6 +Architecture: mipsel +Section: net +Priority: optional +Depends: kmod-ipv6 +Description: IPv6 multicast routing daemon diff --git a/package/mrd6/ipkg/mrd6.postinst b/package/mrd6/ipkg/mrd6.postinst new file mode 100644 index 000000000..10332bae6 --- /dev/null +++ b/package/mrd6/ipkg/mrd6.postinst @@ -0,0 +1,3 @@ +#!/bin/sh +. $IPKG_INSTROOT/etc/functions.sh +add_rcconf mrd6 mrd6 NO |