From dba22eec82cd44cd837433b84bfb89c56c5fd957 Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Fri, 10 Aug 2018 22:41:19 +0200 Subject: [PATCH 1/1] topasa900: set OLDEST_KERNEL due to old kernel support. drop unused features --- conf/machine/topasa900.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/conf/machine/topasa900.conf b/conf/machine/topasa900.conf index 841333d..66b1ed8 100644 --- a/conf/machine/topasa900.conf +++ b/conf/machine/topasa900.conf @@ -13,7 +13,7 @@ MACHINE_DISPLAY_WIDTH_PIXELS = "320" MACHINE_DISPLAY_HEIGHT_PIXELS = "240" MACHINE_DISPLAY_ORIENTATION = "0" MACHINE_DISPLAY_PPI = "110" -MACHINE_FEATURES = "kernel26 apm alsa usbgadget usbhost vfat screen touchscreen" +MACHINE_FEATURES = "apm alsa usbgadget usbhost vfat screen touchscreen" #XSERVER = "xserver-kdrive-fbdev" #PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" PREFERRED_PROVIDER_virtual/kernel = "linux-tx09" @@ -23,3 +23,5 @@ UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512" IMAGE_FSTYPES ?= "ubi" UBI_VOLNAME = "rootfs" + +OLDEST_KERNEL_topasa900 = "2.6.38" -- 2.39.2