From: Koen Kooi Date: Tue, 20 Feb 2007 16:00:41 +0000 (+0000) Subject: c3110x: add wifi driver for connexant chips (from poky) X-Git-Tag: Release-2010-05/1~9188 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4851eae037adb834dc9ab14589517d967139ca8;p=openembedded.git c3110x: add wifi driver for connexant chips (from poky) --- diff --git a/packages/c3110x/.mtn2git_empty b/packages/c3110x/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/c3110x/cx3110x_1.1.bb b/packages/c3110x/cx3110x_1.1.bb new file mode 100644 index 0000000000..b3a9ce87e3 --- /dev/null +++ b/packages/c3110x/cx3110x_1.1.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "cx3110x wifi support as found in the Nokia 770/800" +SECTION = "kernel/modules" +LICENSE = "GPL" +PR = "r0" + +export KERNEL_SRC_DIR = ${STAGING_KERNEL_DIR} +export LDFLAGS = "" + +SRC_URI = "https://garage.maemo.org/frs/download.php/939/cx3110x-1.1.tar.gz" + +S = "${WORKDIR}/cx3110x-${PV}" + +inherit module + +do_compile() { + oe_runmake modules +} +