16 lines
232 B
Plaintext
16 lines
232 B
Plaintext
hostname = "diya"
|
|
|
|
do_install:append () {
|
|
cat << 'EOF' >> "${D}${sysconfdir}/profile"
|
|
export DISK="mmcblk1"
|
|
EOF
|
|
cat << EOF >> "${D}${sysconfdir}/modules"
|
|
uwe5622_bsp_sdio
|
|
sprdwl_ng
|
|
sprdbt_tty
|
|
bluetooth
|
|
hci_uart
|
|
rfcomm
|
|
EOF
|
|
}
|