slitaz-arm diff sat-rpi @ rev 214
tazbian: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 05 17:03:59 2016 +0200 (2016-05-05) |
parents | abffc259e9cb |
children |
line diff
1.1 --- a/sat-rpi Thu May 15 17:19:14 2014 +0200 1.2 +++ b/sat-rpi Thu May 05 17:03:59 2016 +0200 1.3 @@ -175,7 +175,8 @@ 1.4 fi 1.5 1.6 # TazBerry, Piboot, Pileds, ... 1.7 - for tool in tazberry piboot pileds raspicomm piface pitft-setup 1.8 + for tool in tazberry piboot pileds raspicomm piface pitft-setup \ 1.9 + pibrella piborg/piborg 1.10 do 1.11 echo -n "Copying utility: $tool" 1.12 cp -f ${rpi}/${tool} ${rootfs}/usr/sbin 1.13 @@ -241,8 +242,8 @@ 1.14 cd ${kernel} 1.15 export PATH=$PATH:/cross/${arch}/tools/bin 1.16 export HOST_SYSTEM=${arch}-slitaz-linux-gnueabi 1.17 - #make mrproper && 1.18 - #make ARCH=arm bcmrpi_defconfig 1.19 + make mrproper && 1.20 + make ARCH=arm bcmrpi_defconfig 1.21 if [ ! "$nopatch" ]; then 1.22 echo "Patching SliTaz RPi Linux .config" 1.23 patch -p0 -i ${data}/linux-rpi.patch || exit 1