mirror of
https://bitbucket.org/gwenhael/cubietruck-slackware.git
synced 2024-12-25 21:58:38 +01:00
organize patch files
This commit is contained in:
parent
598287a8db
commit
63a65dedf2
2 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -130,7 +130,7 @@ if [ "$COMPILE" = "true" ]; then
|
||||||
git clone https://github.com/cubieboard/u-boot-sunxi $DEST/u-boot-sunxi
|
git clone https://github.com/cubieboard/u-boot-sunxi $DEST/u-boot-sunxi
|
||||||
|
|
||||||
# Applying Patch for 2gb memory
|
# Applying Patch for 2gb memory
|
||||||
patch -f $DEST/u-boot-sunxi/include/configs/sunxi-common.h < $CWD/patch/memory.patch || true
|
patch -f $DEST/u-boot-sunxi/include/configs/sunxi-common.h < $CWD/patches/u-boot-sunxi/memory.patch || true
|
||||||
fi
|
fi
|
||||||
echo "------ Compiling boot loader"
|
echo "------ Compiling boot loader"
|
||||||
( cd $DEST/u-boot-sunxi
|
( cd $DEST/u-boot-sunxi
|
||||||
|
|
Loading…
Reference in a new issue