diff options
| author | Waldemar Brodkorb <wbx@openwrt.org> | 2006-04-01 19:09:59 +0000 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openwrt.org> | 2006-04-01 19:09:59 +0000 |
| commit | 6fdb0b206199f339e6c098cd0975e9c057406014 (patch) | |
| tree | c60374fc4ceb332a0030143249c97e19a2618a22 | |
| parent | dcdd6fd27b42076e805e92fd98c7151ba39d45e6 (diff) | |
| download | upstream-6fdb0b206199f339e6c098cd0975e9c057406014.tar.gz upstream-6fdb0b206199f339e6c098cd0975e9c057406014.tar.bz2 upstream-6fdb0b206199f339e6c098cd0975e9c057406014.zip | |
add gnupg from Michael Cohen, thx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3570 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | openwrt/package/Config.in | 1 | ||||
| -rw-r--r-- | openwrt/package/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/Config.in b/openwrt/package/Config.in index 5351ef84494..55fdba073a9 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 4719c3eb7bd..09df4fe2b9b 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 |
