From f2935775e4331bc1d8efe68c60f8ea8f58e65144 Mon Sep 17 00:00:00 2001 From: chewitt Date: Sat, 20 May 2017 10:51:47 +0100 Subject: [PATCH] linux: update linux-amlogic 3.10 and 3.14 --- packages/linux/package.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/linux/package.mk b/packages/linux/package.mk index 96e499eef7..e4a9229e7c 100644 --- a/packages/linux/package.mk +++ b/packages/linux/package.mk @@ -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." case "$LINUX" in amlogic-3.10) - PKG_VERSION="de626d8" + PKG_VERSION="7c63993" PKG_URL="https://github.com/LibreELEC/linux-amlogic/archive/$PKG_VERSION.tar.gz" PKG_SOURCE_DIR="$PKG_NAME-amlogic-$PKG_VERSION*" PKG_PATCH_DIRS="amlogic-3.10" ;; amlogic-3.14) - PKG_VERSION="20791e8" + PKG_VERSION="6c88aa0" PKG_URL="https://github.com/LibreELEC/linux-amlogic/archive/$PKG_VERSION.tar.gz" PKG_SOURCE_DIR="$PKG_NAME-amlogic-$PKG_VERSION*" PKG_PATCH_DIRS="amlogic-3.14"