Rename common.sh to compilation.sh to better reflect its content

This commit is contained in:
zador-blood-stained 2017-07-27 17:35:21 +03:00
parent 8d52a811aa
commit eaf5482cff
2 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ backtitle="Armbian building script, http://www.armbian.com | Author: Igor Pecovn
source $SRC/lib/debootstrap-ng.sh # System specific install
source $SRC/lib/distributions.sh # System specific install
source $SRC/lib/desktop.sh # Desktop specific install
source $SRC/lib/common.sh # Functions
source $SRC/lib/compilation.sh # Patching and compilation of kernel, uboot, ATF
source $SRC/lib/makeboarddeb.sh # Create board support package
source $SRC/lib/general.sh # General functions
source $SRC/lib/chroot-buildpackages.sh # Building packages in chroot