mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-03 14:23:02 +02:00
cn9130-crb: Set Infix default password
Since we don't have any VPD defined on this board, supply a default password hash via the device tree instead. Also, specify the path to external USB port, so that Infix will pick it up in ietf-hardware.
This commit is contained in:
@@ -7,6 +7,15 @@
|
||||
|
||||
/ {
|
||||
model = "Marvell Armada CN9130-CRB-A";
|
||||
|
||||
chosen {
|
||||
infix {
|
||||
/* "admin" */
|
||||
factory-password-hash = "$5$mI/zpOAqZYKLC2WU$i7iPzZiIjOjrBF3NyftS9CCq8dfYwHwrmUK097Jca9A";
|
||||
usb-ports = <&cp0_usb3_1>;
|
||||
usb-port-names = "USB";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
&cp0_pcie0 {
|
||||
|
||||
Reference in New Issue
Block a user