summaryrefslogtreecommitdiff
path: root/package/axtls
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-11 18:19:44 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-11 18:19:44 +0100
commitb608c5a7dc38765319cc5f7cb32d35fcb0701d08 (patch)
tree15bcd0cd2d80058dbdd6bea3e6fb73cb7e7000bb /package/axtls
parent55d3db867cddc1b2917a60cda577a7865f49eda8 (diff)
fix misusage of CFLAGS, found via -fhonour-copts
Diffstat (limited to 'package/axtls')
-rw-r--r--package/axtls/Makefile4
-rw-r--r--package/axtls/files/config4
2 files changed, 6 insertions, 2 deletions
diff --git a/package/axtls/Makefile b/package/axtls/Makefile
index c3c659666..62dbb7226 100644
--- a/package/axtls/Makefile
+++ b/package/axtls/Makefile
@@ -4,9 +4,9 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= axtls
-PKG_VERSION:= 1.2.2
+PKG_VERSION:= 1.3.0
PKG_RELEASE:= 1
-PKG_MD5SUM:= 03471b5a5874e2ce86025f24b3fa0958
+PKG_MD5SUM:= 4a06dd5b34489f11fbf2b4249a9dd303
PKG_DESCR:= small embedded webserver
PKG_SECTION:= net/security
PKG_DEPENDS:= libaxtls
diff --git a/package/axtls/files/config b/package/axtls/files/config
index ed4e64806..a37878b3a 100644
--- a/package/axtls/files/config
+++ b/package/axtls/files/config
@@ -50,6 +50,7 @@ CONFIG_USE_DEV_URANDOM=y
# CONFIG_OPENSSL_COMPATIBLE is not set
# CONFIG_PERFORMANCE_TESTING is not set
# CONFIG_SSL_TEST is not set
+# CONFIG_AXTLSWRAP is not set
CONFIG_AXHTTPD=y
#
@@ -118,3 +119,6 @@ SQU_KARATSUBA_THRESH=0
# CONFIG_BIGINT_SLIDING_WINDOW is not set
# CONFIG_BIGINT_SQUARE is not set
# CONFIG_BIGINT_CHECK_ON is not set
+CONFIG_INTEGER_32BIT=y
+# CONFIG_INTEGER_16BIT is not set
+# CONFIG_INTEGER_8BIT is not set