Skip to content

Commit

Permalink
Includes busybox v1.27.2 (static)
Browse files Browse the repository at this point in the history
  • Loading branch information
meefik committed Aug 24, 2017
1 parent 1be9a76 commit 8a8c505
Show file tree
Hide file tree
Showing 26 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Changelog (English)
===================

1.27.2-34
Includes busybox v1.27.2 (static)

1.27.1-33
Includes busybox v1.27.1 (static)

Expand Down Expand Up @@ -52,7 +55,10 @@ Added feature of creating a zip-archive for installation via recovery
История изменений (Русский)
===========================

1.27.1-32
1.27.2-34
Включает сборку busybox v1.27.2 (статическая сборка)

1.27.1-33
Включает сборку busybox v1.27.1 (статическая сборка)

1.26.2-29
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This application is an BusyBox installer for Android.

[BusyBox](http://busybox.net) combines tiny versions of many common UNIX utilities into a single small executable. It provides replacements for most of the utilities you usually find in GNU fileutils, shellutils, etc. The utilities in BusyBox generally have fewer options than their full-featured GNU cousins; however, the options that are included provide the expected functionality and behave very much like their GNU counterparts. BusyBox provides a fairly complete environment for any small or embedded system.

Latest BusyBox v1.27.1, supported 357 applets:
Latest BusyBox v1.27.2, supported 357 applets:

[, [[, acpid, adjtimex, ar, arp, ash, awk, base64, basename, bbconfig,
beep, blkdiscard, blkid, blockdev, bootchartd, brctl, bunzip2, bzcat,
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId 'ru.meefik.busybox'
minSdkVersion 9
targetSdkVersion 25
versionCode 33
versionName '1.27.1'
versionCode 34
versionName '1.27.2'
}
buildTypes {
release {
Expand Down
Binary file modified app/src/main/assets/arm/static/bin/busybox
Binary file not shown.
Binary file modified app/src/main/assets/mips/static/bin/busybox
Binary file not shown.
Binary file modified app/src/main/assets/x86/static/bin/busybox
Binary file not shown.
2 changes: 1 addition & 1 deletion contrib/bb-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ helper()
exit 1
}

BB_VERSION="1.27.1"
BB_VERSION="1.27.2"
ANDROID_NATIVE_API_LEVEL="21"
GCC_VERSION="4.9"
MARCH="$1"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8a8c505

Please sign in to comment.