arm-sdk

os build toolkit for various embedded devices
git clone https://git.parazyd.org/arm-sdk
Log | Files | Refs | Submodules | README | LICENSE

commit b4c93ab937f6e0eacf7be2f4c5822b3832c8e132
parent 7d91fab5a0831d9aeaacca6595b7462fd50568d2
Author: parazyd <parazyd@dyne.org>
Date:   Sat, 16 Apr 2016 03:44:55 +0200

markdown annoyance

Diffstat:
MREADME.md | 2+-
Marm/init-arm | 0
Marm/scripts/raspberry-pi-2.sh | 4----
3 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/README.md b/README.md @@ -43,7 +43,7 @@ then step inside the sdk, "source" it: Now is the time you choose the device and OS you want to build the image for. Currently you can choose these distros: -* `devuan` +* `devuan` and one of the following devices: * `raspi2` * `bananapi` diff --git a/arm/init-arm b/arm/init-arm diff --git a/arm/scripts/raspberry-pi-2.sh b/arm/scripts/raspberry-pi-2.sh @@ -90,10 +90,6 @@ EOF sudo rm -rf rpi-firmware && notice "Removed rpi-firmware leftovers" cd ${workdir} - #notice "Cleaning up from kernel build..." - #sudo rm -r ${strapdir}/usr/src/kernel - #sudo rm ${strapdir}/usr/src/${device_name}.config - notice "Installing raspi-config..." sudo cp ${workdir}/../extra/rpi-conf/raspi-config ${strapdir}/usr/bin/raspi-config \ && notice "RPi-config: Installed script"