diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2006-04-01 19:09:59 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2006-04-01 19:09:59 +0000 |
commit | 0fcdaa8c18f4ed67e18075a3d820ca266a33c5e8 (patch) | |
tree | de137d7e58810385211264bc8728e97d8808fd0d /openwrt | |
parent | 24a0d74c0d9da6044deece097ed594554bd92465 (diff) | |
download | mtk-20170518-0fcdaa8c18f4ed67e18075a3d820ca266a33c5e8.zip mtk-20170518-0fcdaa8c18f4ed67e18075a3d820ca266a33c5e8.tar.gz mtk-20170518-0fcdaa8c18f4ed67e18075a3d820ca266a33c5e8.tar.bz2 |
add gnupg from Michael Cohen, thx
SVN-Revision: 3570
Diffstat (limited to 'openwrt')
-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 5351ef8..55fdba0 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 4719c3e..09df4fe 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 |