From: wbx Date: Sat, 1 Apr 2006 19:09:59 +0000 (+0000) Subject: add gnupg from Michael Cohen, thx X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=d1272e9f9fedc1e899e48531fbd338dbe0e89620;hp=7bd6eb6535f6fb81f5b7fb74086f0648b7d652ec add gnupg from Michael Cohen, thx git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3570 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/Config.in b/package/Config.in index 5351ef844..55fdba073 100644 --- a/package/Config.in +++ b/package/Config.in @@ -24,6 +24,7 @@ source "package/deco/Config.in" source "package/elinks/Config.in" source "package/fetchmail/Config.in" source "package/gpsd/Config.in" +source "package/gpg/Config.in" source "package/haserl/Config.in" source "package/irssi/Config.in" source "package/jamvm/Config.in" diff --git a/package/Makefile b/package/Makefile index 4719c3eb7..09df4fe2b 100644 --- a/package/Makefile +++ b/package/Makefile @@ -64,6 +64,7 @@ package-$(BR2_PACKAGE_GMEDIASERVER) += gmediaserver package-$(BR2_COMPILE_GMP) += gmp package-$(BR2_COMPILE_GNUTLS) += gnutls package-$(BR2_PACKAGE_GPSD) += gpsd +package-$(BR2_PACKAGE_GPG) += gpg package-$(BR2_COMPILE_GSM) += gsm package-$(BR2_PACKAGE_HASERL) += haserl package-$(BR2_PACKAGE_HEYU) += heyu