Author: viric
Date: Tue Nov 23 20:46:45 2010
New Revision: 24828
URL: https://svn.nixos.org/websvn/nix/?rev=24828&sc=1
Log:
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.
Modified:
nixpkgs/branches/stdenv-updates/pkgs/misc/uboot/nanonote.nix
Modified: nixpkgs/branches/stdenv-updates/pkgs/misc/uboot/nanonote.nix
==============================================================================
--- nixpkgs/branches/stdenv-updates/pkgs/misc/uboot/nanonote.nix Tue Nov
23 19:24:08 2010 (r24827)
+++ nixpkgs/branches/stdenv-updates/pkgs/misc/uboot/nanonote.nix Tue Nov
23 20:46:45 2010 (r24828)
@@ -16,7 +16,7 @@
srcPatches = fetchgit {
url = "git://projects.qi-hardware.com/openwrt-xburst.git";
rev = "3244d5ef9f93802f9b9b6f4405636424abf6fa83";
- sha256 =
"8ae25853028930b418fad90637e0e68f9888285ba3ad1f720be45f08823ee855";
+ sha256 =
"99dde9c3c4c66722d3ee2223d306bc84289a8aa77d0b5918ca49c2f4032ab38f";
};
patchPhase = ''
@@ -25,6 +25,7 @@
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
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits