From 14d6e354ff9945eed1d28cb488aa886530937ae1 Mon Sep 17 00:00:00 2001 From: Ricardo Salveti de Araujo Date: Mon, 9 Nov 2009 13:21:44 -0300 Subject: [PATCH 033/118] cx3110x: should also be compatible with nokia810 Signed-off-by: Ricardo Salveti de Araujo --- recipes/c3110x/cx3110x_1.1.bb | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/c3110x/cx3110x_1.1.bb b/recipes/c3110x/cx3110x_1.1.bb index 15cf514..715d21c 100644 --- a/recipes/c3110x/cx3110x_1.1.bb +++ b/recipes/c3110x/cx3110x_1.1.bb @@ -1,9 +1,9 @@ DESCRIPTION = "cx3110x wifi support as found in the Nokia 770/800" SECTION = "kernel/modules" LICENSE = "GPL" -PR = "r4" +PR = "r5" -COMPATIBLE_MACHINE = "(nokia770|nokia800)" +COMPATIBLE_MACHINE = "(nokia770|nokia800|nokia810)" export KERNEL_SRC_DIR = ${STAGING_KERNEL_DIR} export LDFLAGS = "" -- 1.6.3.3