forked from mirrors/nixpkgs
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
This commit is contained in:
parent
31b22ed108
commit
df8db9a701
|
@ -16,7 +16,7 @@ stdenv.mkDerivation {
|
||||||
srcPatches = fetchgit {
|
srcPatches = fetchgit {
|
||||||
url = "git://projects.qi-hardware.com/openwrt-xburst.git";
|
url = "git://projects.qi-hardware.com/openwrt-xburst.git";
|
||||||
rev = "3244d5ef9f93802f9b9b6f4405636424abf6fa83";
|
rev = "3244d5ef9f93802f9b9b6f4405636424abf6fa83";
|
||||||
sha256 = "8ae25853028930b418fad90637e0e68f9888285ba3ad1f720be45f08823ee855";
|
sha256 = "99dde9c3c4c66722d3ee2223d306bc84289a8aa77d0b5918ca49c2f4032ab38f";
|
||||||
};
|
};
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
|
@ -25,6 +25,7 @@ stdenv.mkDerivation {
|
||||||
patch -p1 < $a
|
patch -p1 < $a
|
||||||
done
|
done
|
||||||
chmod +w -R *
|
chmod +w -R *
|
||||||
|
sed -i -e 's/console=ttyS0,57600n8//' include/configs/qi_lb60.h
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# Remove the cross compiler prefix, and add reiserfs support
|
# Remove the cross compiler prefix, and add reiserfs support
|
||||||
|
|
Loading…
Reference in a new issue