summaryrefslogtreecommitdiff
path: root/openwrt/package
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-06-20 19:35:34 +0000
committerNicolas Thill <nico@openwrt.org>2005-06-20 19:35:34 +0000
commit8be73c61e7790076819ecc8c14acfc94151181f0 (patch)
treef6ec45e25c868f243203cce38f7fe5efbddcca3e /openwrt/package
parent1b965aebd357520e0b4cbb8d309e8afc28ba8e4c (diff)
downloadmtk-20170518-8be73c61e7790076819ecc8c14acfc94151181f0.zip
mtk-20170518-8be73c61e7790076819ecc8c14acfc94151181f0.tar.gz
mtk-20170518-8be73c61e7790076819ecc8c14acfc94151181f0.tar.bz2
Add missing symbol type
SVN-Revision: 1276
Diffstat (limited to 'openwrt/package')
-rw-r--r--openwrt/package/gnutls/Config.in1
-rw-r--r--openwrt/package/opencdk/Config.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/package/gnutls/Config.in b/openwrt/package/gnutls/Config.in
index fe1e458..a3d72e4 100644
--- a/openwrt/package/gnutls/Config.in
+++ b/openwrt/package/gnutls/Config.in
@@ -1,4 +1,5 @@
config BR2_PACKAGE_GNUTLS
+ bool
default n
depends BR2_PACKAGE_LIBGNUTLS
diff --git a/openwrt/package/opencdk/Config.in b/openwrt/package/opencdk/Config.in
index 22d94f6..6a4cc70 100644
--- a/openwrt/package/opencdk/Config.in
+++ b/openwrt/package/opencdk/Config.in
@@ -1,4 +1,5 @@
config BR2_PACKAGE_OPENCDK
+ bool
default n
depends BR2_PACKAGE_LIBOPENCDK