Update for sun50iw6

This commit is contained in:
orangepi-xunlong
2022-02-15 10:28:02 +08:00
parent 3027a84541
commit ed6d012459
2 changed files with 2 additions and 1 deletions

View File

@@ -2106,6 +2106,7 @@ CONFIG_EEPROM_EE1004=m
# CONFIG_ECHO is not set
# CONFIG_MISC_RTSX_USB is not set
CONFIG_UACCE=m
CONFIG_SUNXI_ADDR_MGT=m
# end of Misc devices
#

View File

@@ -87,5 +87,5 @@ family_tweaks_bsp()
[[ $BRANCH == legacy ]] && cp $EXTER/packages/bsp/sunxi/ap6255-wifi.service $destination/lib/systemd/system/
fi
install -m 755 $EXTER/packages/blobs/bt/hciattach/hciattach_opi_${ARCH}_${BRANCH} $destination/usr/bin/hciattach_opi
install -m 755 $EXTER/packages/blobs/bt/hciattach/hciattach_opi_${ARCH} $destination/usr/bin/hciattach_opi
}