mirror of
https://bitbucket.org/gwenhael/cubietruck-slackware.git
synced 2024-12-26 21:58:20 +01:00
no kernel patch by default
This commit is contained in:
parent
f0ade6db13
commit
a3c25dd877
1 changed files with 2 additions and 2 deletions
4
build.sh
4
build.sh
|
@ -26,7 +26,7 @@ DISPLAY=${DISPLAY:-"HDMI"} # "HDMI" or "VGA"
|
|||
IMAGE_SIZE_MB=${IMAGE_SIZE_MB:-2000}
|
||||
SLACKWARE_VERSION=${SLACKWARE_VERSION:-14.1}
|
||||
ROOTFS_VERSION=${ROOTFS_VERSION:-04Nov13}
|
||||
CONFIG_HZ=${CONFIG_HZ:-300HZ} # 250HZ, 300HZ or 1000HZ
|
||||
#CONFIG_HZ=${CONFIG_HZ:-300HZ} # 250HZ, 300HZ or 1000HZ
|
||||
TOOLCHAIN_VERSION=${TOOLCHAIN_VERSION:-4.8-2013.10}
|
||||
TOOLCHAIN_URL_RANDOM_NUMBER=${TOOLCHAIN_URL_RANDOM_NUMBER:-155358238}
|
||||
|
||||
|
@ -104,7 +104,7 @@ else
|
|||
git clone https://github.com/patrickhwood/linux-sunxi $DEST/linux-sunxi
|
||||
|
||||
###PATCH kernel CONFIG_HZ, Arm dfault is hardcoded 100hz (10ms latency!). For mulitimedia and desktop a higher frequency is recomended.
|
||||
test -f $CWD/patch/$CONFIG_HZ.patch && patch -f $DEST/linux-sunxi/arch/arm/Kconfig < $CWD/patch/$CONFIG_HZ.patch
|
||||
#test -f $CWD/patch/$CONFIG_HZ.patch && patch -f $DEST/linux-sunxi/arch/arm/Kconfig < $CWD/patch/$CONFIG_HZ.patch
|
||||
fi
|
||||
|
||||
#--------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue