aboutsummaryrefslogtreecommitdiffstats
path: root/packages/c3110x
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-02-20 16:00:41 +0000
committerKoen Kooi <koen@openembedded.org>2007-02-20 16:00:41 +0000
commitb4851eae037adb834dc9ab14589517d967139ca8 (patch)
treec0e186ec91145945a061df79b068a4e292606695 /packages/c3110x
parentf53262b3a0a7c2dbdef6b41a0da4fada1a9eac9e (diff)
downloadopenembedded-b4851eae037adb834dc9ab14589517d967139ca8.tar.gz
c3110x: add wifi driver for connexant chips (from poky)
Diffstat (limited to 'packages/c3110x')
-rw-r--r--packages/c3110x/.mtn2git_empty0
-rw-r--r--packages/c3110x/cx3110x_1.1.bb18
2 files changed, 18 insertions, 0 deletions
diff --git a/packages/c3110x/.mtn2git_empty b/packages/c3110x/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/c3110x/.mtn2git_empty
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
+}
+