mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Update report
This commit is contained in:
21
config/boards/orangepilite2.csc
Normal file
21
config/boards/orangepilite2.csc
Normal file
@@ -0,0 +1,21 @@
|
||||
# Allwinner H6 quad core 1GB RAM SoC WiFi USB3
|
||||
BOARD_NAME="Orange Pi Lite 2"
|
||||
BOARDFAMILY="sun50iw6"
|
||||
BOARD_MAINTAINER=""
|
||||
BOOTCONFIG="orangepi_lite2_defconfig"
|
||||
KERNEL_TARGET="legacy,current,edge"
|
||||
CRUSTCONFIG="h6_defconfig"
|
||||
|
||||
function post_family_tweaks_bsp__orangepilite2_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
|
||||
}
|
||||
Reference in New Issue
Block a user