diff --git a/external/config/sources/families/sun50iw9.conf b/external/config/sources/families/sun50iw9.conf index 9dbafc0..8157473 100755 --- a/external/config/sources/families/sun50iw9.conf +++ b/external/config/sources/families/sun50iw9.conf @@ -68,7 +68,7 @@ family_tweaks_s() family_tweaks_bsp() { - install -m 755 $EXTER/packages/blobs/bt/hciattach/hciattach_opi_$ARCH $destination/usr/bin/hciattach_opi + install -m 755 $EXTER/packages/blobs/bt/hciattach/hciattach_opi_${ARCH}_${BRANCH} $destination/usr/bin/hciattach_opi } uboot_custom_postprocess() diff --git a/external/packages/blobs/bt/hciattach/hciattach_opi_arm64_current b/external/packages/blobs/bt/hciattach/hciattach_opi_arm64_current new file mode 100755 index 0000000..2012b12 Binary files /dev/null and b/external/packages/blobs/bt/hciattach/hciattach_opi_arm64_current differ diff --git a/external/packages/blobs/bt/hciattach/hciattach_opi_arm64 b/external/packages/blobs/bt/hciattach/hciattach_opi_arm64_legacy similarity index 100% rename from external/packages/blobs/bt/hciattach/hciattach_opi_arm64 rename to external/packages/blobs/bt/hciattach/hciattach_opi_arm64_legacy diff --git a/scripts/main.sh b/scripts/main.sh index 7a8ce8c..c81f532 100755 --- a/scripts/main.sh +++ b/scripts/main.sh @@ -180,8 +180,8 @@ LINUXFAMILY="${BOARDFAMILY}" if [[ -z $BRANCH ]]; then options=() - [[ $KERNEL_TARGET == *current* ]] && options+=("current" "Recommended. Come with best support") - [[ $KERNEL_TARGET == *legacy* ]] && options+=("legacy" "Old stable / Legacy") + [[ $KERNEL_TARGET == *current* ]] && options+=("current" "Mainline") + [[ $KERNEL_TARGET == *legacy* ]] && options+=("legacy" "Old stable") [[ $KERNEL_TARGET == *dev* && $EXPERT = yes ]] && options+=("dev" "\Z1Development version (@kernel.org)\Zn") menustr="Select the target kernel branch\nExact kernel versions depend on selected board"