diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-03-24 21:11:24 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2005-03-24 21:11:24 +0000 |
commit | 152e98f5f5c88805dc0ae12f3571926e1409161c (patch) | |
tree | 579146ee62f5a49fbfb95a1593daadd5ae5e8a42 /openwrt/package/Makefile | |
parent | 93dcab6f34ff1742f29c026da9b25e6472b87c66 (diff) | |
download | mtk-20170518-152e98f5f5c88805dc0ae12f3571926e1409161c.zip mtk-20170518-152e98f5f5c88805dc0ae12f3571926e1409161c.tar.gz mtk-20170518-152e98f5f5c88805dc0ae12f3571926e1409161c.tar.bz2 |
add gmp, needed for openswan
SVN-Revision: 448
Diffstat (limited to 'openwrt/package/Makefile')
-rw-r--r-- | openwrt/package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 2466911..8aab7f1 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -11,6 +11,7 @@ package-$(BR2_PACKAGE_DROPBEAR) += dropbear package-$(BR2_PACKAGE_DNSMASQ) += dnsmasq package-$(BR2_PACKAGE_EBTABLES) += ebtables package-$(BR2_PACKAGE_EZIPUPDATE) += ez-ipupdate +package-$(BR2_PACKAGE_GMP) += gmp package-$(BR2_PACKAGE_HASERL) += haserl package-$(BR2_PACKAGE_IPTABLES) += iptables package-$(BR2_PACKAGE_IPROUTE2) += iproute2 |