13 lines
154 B
Plaintext
13 lines
154 B
Plaintext
|
hostname = "diya"
|
||
|
|
||
|
do_install:append () {
|
||
|
cat << EOF >> "${D}${sysconfdir}/modules"
|
||
|
uwe5622_bsp_sdio
|
||
|
sprdwl_ng
|
||
|
sprdbt_tty
|
||
|
bluetooth
|
||
|
hci_uart
|
||
|
rfcomm
|
||
|
EOF
|
||
|
}
|