Skip to content

Commit e29dba7

Browse files
committed
sunxi: enable bluetooth on Olimex T113
Include the required firmware as well. Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
1 parent 15dbb0f commit e29dba7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

target/linux/sunxi/image/cortexa7.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,8 @@ define Device/olimex_olinuxino
342342
$(call Device/FitImageGzip)
343343
DEVICE_VENDOR := Olimex
344344
DEVICE_MODEL := T113 Olinuxino
345-
DEVICE_PACKAGES:=kmod-rtc-sunxi kmod-rtl8723bs wpad-basic-mbedtls
345+
DEVICE_PACKAGES:=kmod-rtc-sunxi kmod-rtl8723bs wpad-basic-mbedtls \
346+
rtl8723bs-firmware kmod-btrtl kmod-hci-uart
346347
SOC := sun8i-t113s
347348
IMAGE/sdcard.img.gz := sunxi-sdcard | append-metadata | gzip
348349
endef

0 commit comments

Comments
 (0)