From 95b0272424a2dee95663002db19c6f9a4d03d36c Mon Sep 17 00:00:00 2001 From: parazyd Date: Mon, 10 Oct 2016 19:59:26 +0200 Subject: [PATCH] update doc/ --- doc/crosstool-ng.md | 2 +- doc/quirks.md | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/doc/crosstool-ng.md b/doc/crosstool-ng.md index 85233ab..661b051 100644 --- a/doc/crosstool-ng.md +++ b/doc/crosstool-ng.md @@ -21,7 +21,7 @@ working toolchain: * Install the required dependencies for using ct-ng ``` -; sudo apt-get install build-essential autoconf automake ncurses-dev gperf flex texinfo help2man libtool-bin +; sudo apt-get install build-essential autoconf automake ncurses-dev gperf flex texinfo help2man libtool-bin bison gawk ``` * Compile crosstool-ng diff --git a/doc/quirks.md b/doc/quirks.md index 55b5cdf..db0ca59 100644 --- a/doc/quirks.md +++ b/doc/quirks.md @@ -28,10 +28,6 @@ Notes and quirks for specific devices * You will need android tools * Run the bootloader -## Nokia N900 -* Please read the following on what to do: - [http://talk.maemo.org/showthread.php?t=81613](http://talk.maemo.org/showthread.php?t=81613) - ``` adb reboot-bootloader ``` @@ -41,5 +37,7 @@ adb reboot-bootloader ``` fastboot boot zImage-3.1.10-tk* ``` - +## Nokia N900 +* Please read the following on what to do: + [http://talk.maemo.org/showthread.php?t=81613](http://talk.maemo.org/showthread.php?t=81613)