mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
linux: add support for linux-3.1.10
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
250503d65f
commit
180e2100fa
@ -46,6 +46,11 @@ if [ "$LINUX" = "ti-omap4" ]; then
|
||||
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||
fi
|
||||
|
||||
if [ "$LINUX" = "3.1.10" ]; then
|
||||
PKG_VERSION="3.1.10"
|
||||
PKG_URL="http://www.kernel.org/pub/linux/kernel/v3.x/$PKG_NAME-$PKG_VERSION.tar.xz"
|
||||
fi
|
||||
|
||||
if [ "$BOOTLOADER" = "atv-bootloader" ]; then
|
||||
PKG_DEPENDS="$PKG_DEPENDS atv-bootloader"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user