mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Revert "Store list of preinstalled extensions EXTENSIONS and add VENDORPRETTYNAME to image fingerprint"
This reverts commit 9af94d5977.
This commit is contained in:
@@ -40,7 +40,6 @@ function do_main_configuration() {
|
||||
|
||||
# Armbian image is set as unofficial if build manually or without declaring from outside
|
||||
[[ -z $VENDOR ]] && VENDOR="Armbian-unofficial"
|
||||
[[ -z $VENDORPRETTYNAME ]] && VENDORPRETTYNAME="${VENDOR}"
|
||||
|
||||
# Use framework defaults for community Armbian images and unsupported distribution when building Armbian distribution
|
||||
if [[ ${VENDOR} == "Armbian" ]] && [[ ${BOARD_TYPE} != "conf" || $(cat $SRC/config/distributions/$RELEASE/support) != "supported" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user