diff --git a/README.md b/README.md index f30abe88..8e6d4c24 100644 --- a/README.md +++ b/README.md @@ -106,11 +106,12 @@ - vm_dirty_ratio = 20% - And more! - - __Hex__ - - Introduced Ultra KSM - - Implemented power-oriented workqueues + - __HyperspaceFury__ + - Introduced UKSM (replaced KSM) + - Implemented system-wide power-oriented workqueues - Introduced sec_charger controls - Enable quad-core power savings + - Added support for CPU frequencies upto 1.4GHz - Added support for GPU frequencies upto 620MHz - And more! diff --git a/build_aether.sh b/build_aether.sh index bbd00bb7..3b50edba 100755 --- a/build_aether.sh +++ b/build_aether.sh @@ -24,7 +24,7 @@ # clear # Init Fields -AE_VERSION=Hex +AE_VERSION=HyperspaceFury AE_TOOLCHAIN=/home/caelestisz/AndroidBuilds/Toolchains/linaro-4.8/bin/arm-eabi- AE_DIR=$(pwd) # Init Methods