summaryrefslogtreecommitdiff
path: root/openwrt/package/Makefile
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-10-03 00:08:45 +0000
committerNicolas Thill <nico@openwrt.org>2005-10-03 00:08:45 +0000
commit4dc9b07d896ea11c969634ba27e2adc9ce2e0386 (patch)
tree506a0f75514d0dab7a611700110e1e664db583ab /openwrt/package/Makefile
parent3839676d6352168a5d6ef7502cc7a57e256e05b5 (diff)
downloadmtk-20170518-4dc9b07d896ea11c969634ba27e2adc9ce2e0386.zip
mtk-20170518-4dc9b07d896ea11c969634ba27e2adc9ce2e0386.tar.gz
mtk-20170518-4dc9b07d896ea11c969634ba27e2adc9ce2e0386.tar.bz2
add rarpd (thanks to Jeff Dairiki)
SVN-Revision: 2036
Diffstat (limited to 'openwrt/package/Makefile')
-rw-r--r--openwrt/package/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile
index c6ddc5d..8b41cf6 100644
--- a/openwrt/package/Makefile
+++ b/openwrt/package/Makefile
@@ -138,6 +138,7 @@ package-$(BR2_PACKAGE_PPTP) += pptp
package-$(BR2_PACKAGE_PPTPD) += pptpd
package-$(BR2_PACKAGE_QUAGGA) += quagga
package-$(BR2_PACKAGE_RADVD) += radvd
+package-$(BR2_PACKAGE_RARPD) += rarpd
package-$(BR2_PACKAGE_READLINE) += readline
package-$(BR2_PACKAGE_ROBOCFG) += robocfg
package-$(BR2_PACKAGE_RP_PPPOE) += rp-pppoe
@@ -246,6 +247,7 @@ portmap-compile: tcp_wrappers-compile
postgresql-compile: zlib-compile
ppp-compile: linux-atm-compile
quagga-compile: readline-compile ncurses-compile
+rarpd-compile: libnet-compile
ifneq ($(BR2_PACKAGE_LIBRRD),)
rrdcollect-compile: rrdtool-compile
endif