diff options
author | Steven Barth <steven@midlink.org> | 2009-06-20 11:27:44 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2009-06-20 11:27:44 +0000 |
commit | 623b431c0ebf88fda906ec763ef97701c229229a (patch) | |
tree | 068074460ef401849cacb5d16810387b756e12b8 | |
parent | ab236ad6dafb1f11fc468c5742409d2a8ecc31e5 (diff) |
axTLS does not need dropbearkey/convert anymore (obsoleted by px5g)
-rw-r--r-- | contrib/package/luci/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index 018e47d0b..826fc193b 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -261,8 +261,6 @@ define Package/luci-nixio/config config PACKAGE_luci-nixio_axtls bool "Builtin (axTLS)" - select PACKAGE_dropbear - select PACKAGE_dropbearconvert config PACKAGE_luci-nixio_cyassl bool "CyaSSL" |