From 591ef90ec477fd9c7dba33bc668ff3a2d8056129 Mon Sep 17 00:00:00 2001 From: Boris Kraut Date: Sun, 17 Apr 2016 23:20:41 +0200 Subject: [PATCH] Update BusyBox to 1.24.2 (24) --- metadata/ru.meefik.busybox.txt | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/metadata/ru.meefik.busybox.txt b/metadata/ru.meefik.busybox.txt index a4b7bd9451..548194d532 100644 --- a/metadata/ru.meefik.busybox.txt +++ b/metadata/ru.meefik.busybox.txt @@ -10,8 +10,6 @@ Auto Name:BusyBox Summary:Install BusyBox Description: Install a recent and un-crippled version of BusyBox. - -Warning: This is an untested build! . Repo Type:git @@ -52,6 +50,23 @@ Build:1.24.1,23 ./bb-build.sh mips nopie && \ cp -fR compiled/mips ../app/src/main/assets/ +Build:1.24.2,24 + commit=1.24.2 + subdir=app + gradle=yes + scandelete=app/src/main/assets + build=cd ../contrib && \ + export ANDROID_NDK_ROOT=$$NDK$$ && \ + ./bb-build.sh arm pie && \ + ./bb-build.sh arm nopie && \ + cp -fR compiled/arm ../app/src/main/assets/ && \ + ./bb-build.sh intel pie && \ + ./bb-build.sh intel nopie && \ + cp -fR compiled/intel ../app/src/main/assets/ && \ + ./bb-build.sh mips pie && \ + ./bb-build.sh mips nopie && \ + cp -fR compiled/mips ../app/src/main/assets/ + Auto Update Mode:None Update Check Mode:Tags Current Version:1.24.2