summaryrefslogtreecommitdiff
path: root/package/rarpd/ipkg
diff options
context:
space:
mode:
Diffstat (limited to 'package/rarpd/ipkg')
-rw-r--r--package/rarpd/ipkg/rarpd.control5
-rw-r--r--package/rarpd/ipkg/rarpd.postinst4
2 files changed, 0 insertions, 9 deletions
diff --git a/package/rarpd/ipkg/rarpd.control b/package/rarpd/ipkg/rarpd.control
deleted file mode 100644
index 221e869af..000000000
--- a/package/rarpd/ipkg/rarpd.control
+++ /dev/null
@@ -1,5 +0,0 @@
-Package: rarpd
-Priority: optional
-Section: net
-Depends: libnet
-Description: Reverse ARP Daemon
diff --git a/package/rarpd/ipkg/rarpd.postinst b/package/rarpd/ipkg/rarpd.postinst
deleted file mode 100644
index ed21e9d6f..000000000
--- a/package/rarpd/ipkg/rarpd.postinst
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-. $IPKG_INSTROOT/etc/functions.sh
-add_rcconf rarpd rarpd NO
-add_rcconf rarpd_flags rarpd_flags "-i eth0.0"