summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
Diffstat (limited to 'package')
-rw-r--r--package/busybox/config/networking/Config.in2
-rw-r--r--package/git/Makefile4
-rw-r--r--package/uclibc-ng-test/Makefile3
3 files changed, 6 insertions, 3 deletions
diff --git a/package/busybox/config/networking/Config.in b/package/busybox/config/networking/Config.in
index 341092334..5e0ea5819 100644
--- a/package/busybox/config/networking/Config.in
+++ b/package/busybox/config/networking/Config.in
@@ -872,7 +872,7 @@ config BUSYBOX_SSL_CLIENT
This tool pipes data to/from a socket, TLS-encrypting it.
config BUSYBOX_TC
bool "tc (8.3 kb)"
- default y
+ default n
help
Show / manipulate traffic control settings
diff --git a/package/git/Makefile b/package/git/Makefile
index 2756d68fb..22d678e6f 100644
--- a/package/git/Makefile
+++ b/package/git/Makefile
@@ -4,9 +4,9 @@
include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= git
-PKG_VERSION:= 2.44.0
+PKG_VERSION:= 2.45.1
PKG_RELEASE:= 1
-PKG_HASH:= e358738dcb5b5ea340ce900a0015c03ae86e804e7ff64e47aa4631ddee681de3
+PKG_HASH:= e64d340a8e627ae22cfb8bcc651cca0b497cf1e9fdf523735544ff4a732f12bf
PKG_DESCR:= fast version control system
PKG_SECTION:= dev/scm
PKG_BUILDDEP:= zlib curl expat
diff --git a/package/uclibc-ng-test/Makefile b/package/uclibc-ng-test/Makefile
index d05e57c91..ebc1f1b62 100644
--- a/package/uclibc-ng-test/Makefile
+++ b/package/uclibc-ng-test/Makefile
@@ -47,6 +47,9 @@ endif
ifeq ($(ADK_TARGET_ARCH_KVX),y)
XAKE_FLAGS+= NO_TLS=1
endif
+ifeq ($(ADK_TARGET_ARCH_NDS32),y)
+XAKE_FLAGS+= NO_TLS=1
+endif
uclibc-ng-test-install:
${INSTALL_DIR} ${IDIR_UCLIBC_NG_TEST}/etc