mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-06 15:43:02 +02:00
This commit consolidates all BSP support files into the Buildroot standard board/ directory. The concept of selectable boards in menuconfig remains as-is but now lives in board/ instead. Drop support for board-specific post-build.sh scripts, not needed atm. and we should really use Buildroot _POST_INSTALL_HOOKS in the board .mk files instead. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
14 lines
248 B
Devicetree
14 lines
248 B
Devicetree
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Common Infix OS defaults
|
|
*/
|
|
|
|
/ {
|
|
chosen {
|
|
infix {
|
|
/* Default admin user password: 'admin' */
|
|
factory-password-hash = "$5$mI/zpOAqZYKLC2WU$i7iPzZiIjOjrBF3NyftS9CCq8dfYwHwrmUK097Jca9A";
|
|
};
|
|
};
|
|
};
|