summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package/libxml2/Makefile4
-rw-r--r--target/arm/sys-available/keyasic-ka200016
2 files changed, 18 insertions, 2 deletions
diff --git a/package/libxml2/Makefile b/package/libxml2/Makefile
index 7157a0705..2d0ecadea 100644
--- a/package/libxml2/Makefile
+++ b/package/libxml2/Makefile
@@ -5,12 +5,12 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= libxml2
PKG_VERSION:= 2.9.1
-PKG_RELEASE:= 5
+PKG_RELEASE:= 6
PKG_MD5SUM:= 9c0cfef285d5c4a5c80d00904ddab380
PKG_DESCR:= XML C parser and toolkit
PKG_SECTION:= libs
PKG_DEPENDS:= zlib
-PKG_BUILDDEP:= autotool gettext-tiny libxml2-host zlib
+PKG_BUILDDEP:= autotool gettext-tiny python2-host libxml2-host zlib
PKG_URL:= http://www.xmlsoft.org/
PKG_SITES:= http://xmlsoft.org/sources/
PKG_OPTS:= dev
diff --git a/target/arm/sys-available/keyasic-ka2000 b/target/arm/sys-available/keyasic-ka2000
new file mode 100644
index 000000000..d4ed74282
--- /dev/null
+++ b/target/arm/sys-available/keyasic-ka2000
@@ -0,0 +1,16 @@
+config ADK_TARGET_SYSTEM_KEYASIC_KA2000
+ bool "KeyASIC KA2000 (f.e. Transcend WifiSD)"
+ select ADK_arm
+ select ADK_little
+ select ADK_keyasic_ka2000
+ select ADK_KERNEL_AEABI
+ select ADK_EABI
+ select ADK_CPU_ARMV5
+ select ADK_TARGET_NO_FPU
+ select ADK_TOOLCHAIN
+ select ADK_STATIC
+ select BUSYBOX_STATIC
+ help
+ KeyASIC KA2000 aka Transcend WifiSD.
+ Build a toolchain only and make all binaries static.
+