lib: Unbreak pogoplug example platform

Vendor needed to be made valid
This commit is contained in:
John Ericson 2017-12-05 14:17:00 -05:00
parent a3e35fbbe1
commit c8d435476d

View file

@ -60,7 +60,7 @@ rec {
pogoplug4 = rec {
arch = "armv5tel";
config = "armv5tel-softfloat-linux-gnueabi";
config = "armv5tel-unknown-linux-gnueabi";
float = "soft";
platform = platforms.pogoplug4;