diff options
| author | Nicolas Thill <nico@openwrt.org> | 2005-06-15 02:35:48 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2005-06-15 02:35:48 +0000 |
| commit | cc7341d6c2a5ab670de4fe223ae787be5f12414b (patch) | |
| tree | ac6bf46cfdd21595bb9d35d5238c891f41c21f28 /openwrt/package/Makefile | |
| parent | 0bf5db2abe2fb66b45d7c65ef54047e44b6239cc (diff) | |
| download | mtk-20170518-cc7341d6c2a5ab670de4fe223ae787be5f12414b.zip mtk-20170518-cc7341d6c2a5ab670de4fe223ae787be5f12414b.tar.gz mtk-20170518-cc7341d6c2a5ab670de4fe223ae787be5f12414b.tar.bz2 | |
Add gnutls package
SVN-Revision: 1253
Diffstat (limited to 'openwrt/package/Makefile')
| -rw-r--r-- | openwrt/package/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 4551b0d..0cc914f 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -28,6 +28,7 @@ package-$(BR2_PACKAGE_FUSE) += fuse package-$(BR2_PACKAGE_GDB) += gdb package-$(BR2_PACKAGE_GLIB) += glib package-$(BR2_PACKAGE_GMP) += gmp +package-$(BR2_PACKAGE_GNUTLS) += gnutls package-$(BR2_PACKAGE_HASERL) += haserl package-$(BR2_PACKAGE_HOWL) += howl package-$(BR2_PACKAGE_HTPDATE) += htpdate @@ -141,6 +142,7 @@ dropbear-compile: zlib-compile dsniff-compile: libnids-compile openssl-compile libgdbm-compile fprobe-compile: libpcap-compile gdb-compile: ncurses-compile +gnutls-compile: libgcrypt-compile opencdk-compile libtasn1-compile kismet-compile: uclibc++-compile libpcap-compile ncurses-compile lcd4linux-compile: ncurses-compile libgcrypt-compile: libgpg-error-compile |
