diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-04-05 02:03:37 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-04-05 02:03:37 +0000 |
commit | 9423c3bef9a97bf898ce00ad373257895baedc32 (patch) | |
tree | 82683ad6a43de4b818e43dcc4caf807fef3aad61 /package/Makefile | |
parent | 23b4419db4cbb51352740304d4f1340588d7260c (diff) | |
download | upstream-9423c3bef9a97bf898ce00ad373257895baedc32.tar.gz upstream-9423c3bef9a97bf898ce00ad373257895baedc32.tar.bz2 upstream-9423c3bef9a97bf898ce00ad373257895baedc32.zip |
add openswan
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@565 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index 4d3c85c266..99696770c1 100644 --- a/package/Makefile +++ b/package/Makefile @@ -31,6 +31,7 @@ package-$(BR2_PACKAGE_NFSD) += nfs-server package-$(BR2_PACKAGE_NOCATSPLASH) += nocatsplash package-$(BR2_PACKAGE_NTPCLIENT) += ntpclient package-$(BR2_PACKAGE_OPENSSL) += openssl +package-$(BR2_PACKAGE_OPENSWAN) += openswan package-$(BR2_PACKAGE_OPENNTPD) += openntpd package-$(BR2_PACKAGE_OPENVPN) += openvpn package-$(BR2_PACKAGE_PCRE) += pcre @@ -62,6 +63,7 @@ ifeq ($(BR2_PACKAGE_OPENVPN_LZO),y) openvpn-compile: lzo-compile endif +openswan-compile: gmp-compile nocatsplash-compile: glib-compile arpwatch-compile: libpcap-compile tcpdump-compile: libpcap-compile |