mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
packages/linux: Allow usage of kernel 3.14 for Amlogic devices
This commit is contained in:
parent
17f2645aa4
commit
c19fd5e561
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user