From 61f22b5209df68923dcc83285129b0f99e086591 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Fri, 8 Feb 2008 10:46:32 +0000 Subject: cx3110x: added 2.0.15 version from Chinook (marked as broken for now) git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3720 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/cx3110x/cx3110x_2.0.15.bb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 meta/packages/cx3110x/cx3110x_2.0.15.bb (limited to 'meta/packages/cx3110x/cx3110x_2.0.15.bb') diff --git a/meta/packages/cx3110x/cx3110x_2.0.15.bb b/meta/packages/cx3110x/cx3110x_2.0.15.bb new file mode 100644 index 000000000..b4a184e21 --- /dev/null +++ b/meta/packages/cx3110x/cx3110x_2.0.15.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "cx3110x wifi support as found in the Nokia 770/N800/N810" +SECTION = "kernel/modules" +LICENSE = "GPL" +PACKAGES = "${PN}" + +COMPATIBLE_MACHINE = "(nokia800)" + +export KERNEL_SRC_DIR = ${STAGING_KERNEL_DIR} +export LDFLAGS = "" + +SRC_URI = "http://repository.maemo.org/pool/os2008/free/source/c/cx3110x-module-src/cx3110x-module-src_2.0.15-1.tar.gz" + +S = "${WORKDIR}/cx3110x-module-src-${PV}" + +inherit module + +do_compile() { + oe_runmake modules +} + +BROKEN = "1" +# require more headers or whole kernel source -- cgit v1.2.3