diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-24 23:17:53 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-03-24 23:17:53 +0000 |
commit | 1ddd3743de21315fa1eba2e1e8021710586e5816 (patch) | |
tree | aee76fe6b4fec8cab5d3dd7ee0ee0341eaa93d22 /package/Makefile | |
parent | 33748edbf2d3a18dd49f74032faf0f8e5f06d7fd (diff) |
add libwrap, portmap, nfs-server
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@450 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index 8aab7f146a..5009a321a4 100644 --- a/package/Makefile +++ b/package/Makefile @@ -21,11 +21,13 @@ package-$(BR2_PACKAGE_LZO) += lzo package-$(BR2_PACKAGE_MATRIXSSL) += matrixssl package-$(BR2_PACKAGE_MICROPERL) += microperl package-$(BR2_PACKAGE_NCURSES) += ncurses +package-$(BR2_PACKAGE_NFSD) += nfs-server package-$(BR2_PACKAGE_OPENSSL) += openssl package-$(BR2_PACKAGE_OPENNTPD) += openntpd package-$(BR2_PACKAGE_OPENVPN) += openvpn package-$(BR2_PACKAGE_PCRE) += pcre package-$(BR2_PACKAGE_POPT) += popt +package-$(BR2_PACKAGE_PORTMAP) += portmap package-$(BR2_PACKAGE_PPP) += ppp package-$(BR2_PACKAGE_PPTP) += pptp package-$(BR2_PACKAGE_PPTPD) += pptpd @@ -42,6 +44,8 @@ tcpdump-compile: libpcap-compile dropbear-compile: zlib-compile openssl-compile: zlib-compile openvpn-compile: openssl-compile +nfs-server-compile: portmap-compile +portmap-compile: tcp_wrappers-compile $(patsubst %,%-prepare,$(package-y) $(package-m)): linux-install %-prepare: |