summaryrefslogtreecommitdiffstats
path: root/openwrt/package/gpg/Config.in
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-04-01 19:10:15 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-04-01 19:10:15 +0000
commitae79c56ca79eea3ccd77c48951af9bcfc9474b1c (patch)
treeb4fe0fc47b2bcc0d80f4466ce02206bcafa5f85e /openwrt/package/gpg/Config.in
parent68be7a01fc422f7acd85bdb5d821e02b862547ce (diff)
add gnupg from Michael Cohen, thx
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3571 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/gpg/Config.in')
-rw-r--r--openwrt/package/gpg/Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/openwrt/package/gpg/Config.in b/openwrt/package/gpg/Config.in
new file mode 100644
index 000000000..10f3ba9ac
--- /dev/null
+++ b/openwrt/package/gpg/Config.in
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_GPG
+ prompt "gpg .............................. Gnu Privacy Guard"
+ tristate
+ default m if CONFIG_DEVEL
+ help
+ GPG is an encryption program
+
+ http://www.gnupg.org
+