9c777b2a6a
Alpine's firmware packages have been updated to include the latest raspberry pi firmware. This commit adjusts our aports. Details: * remove obsolete `aports/temp/linux-firmware` * `firmware/firmware-pi-bluetooth`: rename to `device/bluetooth-raspberry-pi` and remove firmware files (they are part of Alpine's `linux-firmware` now) * `device-raspberry-pi`: depend on `bluetooth-raspberry-pi` * `device-raspberry-pi`: note that Alpine's kernels depend non free firmware * `device-raspberry-pi`: remove non free firmware subpackage
2 lines
117 B
Text
2 lines
117 B
Text
# Set bluetooth power up
|
|
ACTION=="add", SUBSYSTEM=="bluetooth", KERNEL=="hci[0-9]*", RUN+="/usr/bin/hciconfig %k up"
|