Initial commit

This commit is contained in:
DanyLE
2025-07-11 10:52:26 +02:00
parent 14e5176fa5
commit d0a8888bce
76 changed files with 8450 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
hostname = "diya"
do_install:append () {
cat << 'EOF' >> "${D}${sysconfdir}/profile"
export DISK="mmcblk1"
EOF
cat << EOF >> "${D}${sysconfdir}/modules"
sprdwl_ng
sprdbt_tty
bluetooth
hci_uart
rfcomm
EOF
}