--- conf/machine/om-gta01.conf | 2 +- conf/machine/om-gta02.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/conf/machine/om-gta01.conf b/conf/machine/om-gta01.conf index 4b9dc5e..017530e 100644 --- a/conf/machine/om-gta01.conf +++ b/conf/machine/om-gta01.conf @@ -9,7 +9,7 @@ TARGET_ARCH = "arm" PREFERRED_PROVIDER_virtual/kernel ?= "linux-openmoko-2.6.24" UBOOT_ENTRYPOINT = "30008000" -OLDEST_KERNEL ?= "2.6.29" +OLDEST_KERNEL_linux-gnueabi = "2.6.24" MACHINE_FEATURES = "kernel26 apm alsa bluetooth gps usbgadget usbhost phone vfat ext2" MACHINE_DISPLAY_WIDTH_PIXELS = "480" diff --git a/conf/machine/om-gta02.conf b/conf/machine/om-gta02.conf index 8b1b76f..e479236 100644 --- a/conf/machine/om-gta02.conf +++ b/conf/machine/om-gta02.conf @@ -10,7 +10,7 @@ PREFERRED_PROVIDER_virtual/kernel ?= "linux-openmoko-stable" PREFERRED_PROVIDER_virtual/xserver ?= "xserver-kdrive-glamo" UBOOT_ENTRYPOINT = "30008000" -OLDEST_KERNEL ?= "2.6.29" +OLDEST_KERNEL_linux-gnueabi = "2.6.24" MACHINE_FEATURES = "kernel26 apm alsa bluetooth gps usbgadget usbhost phone wifi vfat ext2" MACHINE_DISPLAY_WIDTH_PIXELS = "480" -- 1.6.4.3 _______________________________________________ Shr-devel mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-devel
