linux: add support for linux-3.1.10

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-04-22 17:30:14 +02:00
parent 250503d65f
commit 180e2100fa

View File

@ -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