10 lines
256 B
Plaintext
10 lines
256 B
Plaintext
ubootconfig=none
|
|
dtb_name=rk3588-firefly-itx-3588j
|
|
platform=rockchip
|
|
|
|
POST_BOARD_OVERLAY() {
|
|
echo "Put ${board} firmware into rootfs..."
|
|
|
|
mkdir -p ${rootfs_dir}/etc/modules-load.d/
|
|
echo "8821cu" >> ${rootfs_dir}/etc/modules-load.d/8821cu.conf
|
|
} |