Merge pull request #3458 from kszaq/drop_aml_3.14

Goodbye Amlogic 3.14
This commit is contained in:
CvH
2019-05-04 07:22:11 +02:00
committed by GitHub
179 changed files with 16 additions and 11238 deletions

View File

@@ -854,7 +854,7 @@ check_update() {
FLASH_FREE=$(df /flash/ | awk '/[0-9]%/{print $4}')
FLASH_FREE=$(( $FLASH_FREE * 1024 ))
# Disregard kernel size if it's a a block device, which is the case on Amlogic/WeTek devices
# Disregard kernel size if it's a a block device
if [ ! -b "/$IMAGE_KERNEL" ]; then
OLD_KERNEL=$(stat -t "/flash/$IMAGE_KERNEL" | awk '{print $2}')
else