mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
lib: Unbreak pogoplug example platform
Vendor needed to be made valid
This commit is contained in:
parent
a3e35fbbe1
commit
c8d435476d
@ -60,7 +60,7 @@ rec {
|
||||
|
||||
pogoplug4 = rec {
|
||||
arch = "armv5tel";
|
||||
config = "armv5tel-softfloat-linux-gnueabi";
|
||||
config = "armv5tel-unknown-linux-gnueabi";
|
||||
float = "soft";
|
||||
|
||||
platform = platforms.pogoplug4;
|
||||
|
Loading…
Reference in New Issue
Block a user