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