projects/RPi/options: switch to linux-3.6

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-10-25 22:34:16 +02:00
parent a4d2c9931f
commit 17c2cbde4e
3 changed files with 307 additions and 142 deletions

View File

@ -20,9 +20,6 @@
PKG_NAME="linux"
PKG_VERSION="3.6.3"
if [ "$LINUX" = "3.2" ]; then
PKG_VERSION="3.2.31"
fi
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"

File diff suppressed because it is too large Load Diff

View File

@ -94,7 +94,7 @@
# Kernel to use. values can be:
# default: default mainline kernel
# ti-omap4: Ti's OMAP4 kernel
LINUX="3.2"
LINUX="default"
# use linux-next (latest rc) instead latest released version
LINUX_NEXT="no"