diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> | 2010-03-21 20:58:57 +0100 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> | 2010-03-28 18:15:49 +0200 |
commit | bdd0e53e9075481a88c2a8e4234f8fb4d677f0a2 (patch) | |
tree | df57e764d52ad0ed969d932d282bfddcdfcfd31e /conf/machine/eee701.conf | |
parent | 513aa6b432fd01bfbf7132297a738a84baead5ca (diff) |
eee701: changed preferred linux version from 2.6.32 to 2.6.33
This commit depends on commit 513aa6b432fd01bfbf7132297a738a84baead5ca
( linux-2.6.33: added eee701 defconfig )
Diffstat (limited to 'conf/machine/eee701.conf')
-rw-r--r-- | conf/machine/eee701.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/eee701.conf b/conf/machine/eee701.conf index b08ac6f2d7..81b8296d75 100644 --- a/conf/machine/eee701.conf +++ b/conf/machine/eee701.conf @@ -25,7 +25,7 @@ XSERVER = "xserver-xorg \ IMAGE_FSTYPES += "tar.gz" PREFERRED_PROVIDER_virtual/kernel ?= "linux" -PREFERRED_VERSION_linux ?= "2.6.32" +PREFERRED_VERSION_linux ?= "2.6.33" GLIBC_ADDONS = "nptl" GLIBC_EXTRA_OECONF = "--with-tls" |