linux: update linux-amlogic 3.10 and 3.14

This commit is contained in:
chewitt 2017-05-20 10:51:47 +01:00
parent 2a15ccbc86
commit f2935775e4

View File

@ -29,13 +29,13 @@ PKG_SHORTDESC="linux26: The Linux kernel 2.6 precompiled kernel binary image and
PKG_LONGDESC="This package contains a precompiled kernel image and the modules." PKG_LONGDESC="This package contains a precompiled kernel image and the modules."
case "$LINUX" in case "$LINUX" in
amlogic-3.10) amlogic-3.10)
PKG_VERSION="de626d8" PKG_VERSION="7c63993"
PKG_URL="https://github.com/LibreELEC/linux-amlogic/archive/$PKG_VERSION.tar.gz" PKG_URL="https://github.com/LibreELEC/linux-amlogic/archive/$PKG_VERSION.tar.gz"
PKG_SOURCE_DIR="$PKG_NAME-amlogic-$PKG_VERSION*" PKG_SOURCE_DIR="$PKG_NAME-amlogic-$PKG_VERSION*"
PKG_PATCH_DIRS="amlogic-3.10" PKG_PATCH_DIRS="amlogic-3.10"
;; ;;
amlogic-3.14) amlogic-3.14)
PKG_VERSION="20791e8" PKG_VERSION="6c88aa0"
PKG_URL="https://github.com/LibreELEC/linux-amlogic/archive/$PKG_VERSION.tar.gz" PKG_URL="https://github.com/LibreELEC/linux-amlogic/archive/$PKG_VERSION.tar.gz"
PKG_SOURCE_DIR="$PKG_NAME-amlogic-$PKG_VERSION*" PKG_SOURCE_DIR="$PKG_NAME-amlogic-$PKG_VERSION*"
PKG_PATCH_DIRS="amlogic-3.14" PKG_PATCH_DIRS="amlogic-3.14"