Permalink
Cannot retrieve contributors at this time
22 lines (15 sloc)
452 Bytes
| source "${BASH_SOURCE%/*}/include/rockchip64_common.inc" | |
| BOOTPATCHDIR="u-boot-rockchip64-mainline" | |
| case $BRANCH in | |
| legacy) | |
| KERNELSOURCE='https://github.com/ayufan-rock64/linux-kernel' | |
| KERNELBRANCH='tag:4.4.202-1237-rockchip-ayufan' | |
| KERNELDIR='linux-rockchip64' | |
| KERNELPATCHDIR='rockchip64-'$BRANCH | |
| if [[ $BOARD == station* ]]; then | |
| LINUXCONFIG='linux-station-'$BRANCH | |
| LINUXFAMILY=station | |
| fi | |
| ;; | |
| esac | |
| prepare_boot_configuration |