mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
projects/RPi/options: switch to linux-3.6
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
a4d2c9931f
commit
17c2cbde4e
@ -20,9 +20,6 @@
|
|||||||
|
|
||||||
PKG_NAME="linux"
|
PKG_NAME="linux"
|
||||||
PKG_VERSION="3.6.3"
|
PKG_VERSION="3.6.3"
|
||||||
if [ "$LINUX" = "3.2" ]; then
|
|
||||||
PKG_VERSION="3.2.31"
|
|
||||||
fi
|
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -94,7 +94,7 @@
|
|||||||
# Kernel to use. values can be:
|
# Kernel to use. values can be:
|
||||||
# default: default mainline kernel
|
# default: default mainline kernel
|
||||||
# ti-omap4: Ti's OMAP4 kernel
|
# ti-omap4: Ti's OMAP4 kernel
|
||||||
LINUX="3.2"
|
LINUX="default"
|
||||||
|
|
||||||
# use linux-next (latest rc) instead latest released version
|
# use linux-next (latest rc) instead latest released version
|
||||||
LINUX_NEXT="no"
|
LINUX_NEXT="no"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user