X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=contrib%2Fpackage%2Fluci%2FMakefile;h=d803b9635c97b3498ce136ae8d0b41c36d34c5f4;hb=291206c9fa8051bd3de7b92e105433d3502b4fb6;hp=a1951309d1e68ce8bb75768b211ab0b69f9124ce;hpb=d9e011d7cb253a79a62649d7784be0abcedcfd18;p=project%2Fluci.git diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index a1951309d..d803b9635 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -116,7 +116,7 @@ endef define Package/luci-core/config choice prompt "Build Target" - default PACKAGE_luci-core_source + default PACKAGE_luci-core_compile config PACKAGE_luci-core_compile bool "Precompiled" @@ -240,7 +240,7 @@ endef -NIXIO_TLS:=cyassl +NIXIO_TLS:= define Package/luci-nixio $(call Package/luci/libtemplate) @@ -255,7 +255,10 @@ endef define Package/luci-nixio/config choice prompt "TLS Provider" - default PACKAGE_luci-nixio_cyassl + default PACKAGE_luci-nixio_notls + + config PACKAGE_luci-nixio_notls + bool "Disabled" config PACKAGE_luci-nixio_axtls bool "Builtin (axTLS)"