mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-21 14:21:27 +00:00
Support for user customizeable sources config
This commit is contained in:
parent
0b21f2f2a7
commit
ac93f20307
1 changed files with 5 additions and 0 deletions
|
@ -64,6 +64,11 @@ else
|
||||||
exit_with_error "Sources configuration not found" "$LINUXFAMILY"
|
exit_with_error "Sources configuration not found" "$LINUXFAMILY"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [[ -f $SRC/userpatches/sources/$LINUXFAMILY.conf ]]; then
|
||||||
|
display_alert "Adding user provided $LINUXFAMILY overrides"
|
||||||
|
source $SRC/userpatches/sources/$LINUXFAMILY.conf
|
||||||
|
fi
|
||||||
|
|
||||||
case $ARCH in
|
case $ARCH in
|
||||||
arm64)
|
arm64)
|
||||||
[[ -z $KERNEL_COMPILER ]] && KERNEL_COMPILER="aarch64-linux-gnu-"
|
[[ -z $KERNEL_COMPILER ]] && KERNEL_COMPILER="aarch64-linux-gnu-"
|
||||||
|
|
Loading…
Add table
Reference in a new issue