From 345b0ab3d05d41ed2271bcb2807778c2b39c17b7 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 1 Apr 2006 19:09:59 +0000 Subject: [PATCH 1/1] add gnupg from Michael Cohen, thx SVN-Revision: 3570 --- openwrt/package/Config.in | 1 + openwrt/package/Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/openwrt/package/Config.in b/openwrt/package/Config.in index 5351ef8449..55fdba073a 100644 --- a/openwrt/package/Config.in +++ b/openwrt/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/openwrt/package/Makefile b/openwrt/package/Makefile index 4719c3eb7b..09df4fe2b9 100644 --- a/openwrt/package/Makefile +++ b/openwrt/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 -- 2.30.2