diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-06-20 19:35:34 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-06-20 19:35:34 +0000 |
commit | 8be73c61e7790076819ecc8c14acfc94151181f0 (patch) | |
tree | f6ec45e25c868f243203cce38f7fe5efbddcca3e /openwrt/package/gnutls/Config.in | |
parent | 1b965aebd357520e0b4cbb8d309e8afc28ba8e4c (diff) | |
download | mtk-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/gnutls/Config.in')
-rw-r--r-- | openwrt/package/gnutls/Config.in | 1 |
1 files changed, 1 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 |