# Allwinner H5 quad core 512MB RAM SoC GBE WiFi SPI BOARD_NAME="Orange Pi Zero Plus" BOARDFAMILY="sun50iw2" BOOTCONFIG="orangepi_zero_plus_defconfig" DEFAULT_CONSOLE="serial" MODULES="g_serial" MODULES_BLACKLIST="lima" SERIALCON="ttyS0,ttyGS0" DEFAULT_OVERLAYS="usbhost2 usbhost3" HAS_VIDEO_OUTPUT="no" KERNEL_TARGET="legacy,current,edge" function post_family_tweaks_bsp__orangepizeroplus_BSP() { display_alert "Installing BSP firmware and fixups" if [[ $BRANCH == legacy ]]; then # Bluetooth for most of others (custom patchram is needed only in legacy) install -m 755 $SRC/packages/bsp/rk3399/brcm_patchram_plus_rk3399 $destination/usr/bin cp $SRC/packages/bsp/rk3399/rk3399-bluetooth.service $destination/lib/systemd/system/ fi return 0 }