summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-11-23 20:46:45 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-11-23 20:46:45 +0000
commitdf8db9a701d6eee1d5c4b16dbad5430a8f371e1c (patch)
tree3b8e70a60d4d3333bc9f1d8bf0c5abd2012e216f /pkgs/misc
parent31b22ed108b2b0745d706ad8e0f30e8a40c5f698 (diff)
downloadnixlib-df8db9a701d6eee1d5c4b16dbad5430a8f371e1c.tar
nixlib-df8db9a701d6eee1d5c4b16dbad5430a8f371e1c.tar.gz
nixlib-df8db9a701d6eee1d5c4b16dbad5430a8f371e1c.tar.bz2
nixlib-df8db9a701d6eee1d5c4b16dbad5430a8f371e1c.tar.lz
nixlib-df8db9a701d6eee1d5c4b16dbad5430a8f371e1c.tar.xz
nixlib-df8db9a701d6eee1d5c4b16dbad5430a8f371e1c.tar.zst
nixlib-df8db9a701d6eee1d5c4b16dbad5430a8f371e1c.zip
Making the nanonote uboot not start the default console in ttyS0, but in tty0
instead.
It's more comfortable for those not having a serial line attached to it.


svn path=/nixpkgs/branches/stdenv-updates/; revision=24828
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/uboot/nanonote.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/misc/uboot/nanonote.nix b/pkgs/misc/uboot/nanonote.nix
index 9e39501a7a34..ff7c7742265e 100644
--- a/pkgs/misc/uboot/nanonote.nix
+++ b/pkgs/misc/uboot/nanonote.nix
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
   srcPatches = fetchgit {
     url = "git://projects.qi-hardware.com/openwrt-xburst.git";
     rev = "3244d5ef9f93802f9b9b6f4405636424abf6fa83";
-    sha256 = "8ae25853028930b418fad90637e0e68f9888285ba3ad1f720be45f08823ee855";
+    sha256 = "99dde9c3c4c66722d3ee2223d306bc84289a8aa77d0b5918ca49c2f4032ab38f";
   };
 
   patchPhase = ''
@@ -25,6 +25,7 @@ stdenv.mkDerivation {
         patch -p1 < $a
     done
     chmod +w -R *
+    sed -i -e 's/console=ttyS0,57600n8//' include/configs/qi_lb60.h
   '';
 
   # Remove the cross compiler prefix, and add reiserfs support