mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
packages/linux: Allow usage of kernel 3.14 for Amlogic devices
This commit is contained in:
@@ -34,10 +34,14 @@ case "$LINUX" in
|
||||
PKG_VERSION="b8b59bb"
|
||||
PKG_URL="https://github.com/hardkernel/linux/archive/$PKG_VERSION.tar.gz"
|
||||
;;
|
||||
amlogic*)
|
||||
amlogic-3.10)
|
||||
PKG_VERSION="$LINUX-c8d5b2f"
|
||||
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"
|
||||
;;
|
||||
amlogic-3.14)
|
||||
PKG_VERSION="$LINUX-9c0ad98"
|
||||
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"
|
||||
;;
|
||||
imx6)
|
||||
PKG_VERSION="3.14-mx6-sr"
|
||||
PKG_COMMIT="4386797"
|
||||
|
||||
Reference in New Issue
Block a user