cx3110x: Add nokia770/nokia800 wifi kernel modules

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1278 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2007-02-20 15:08:37 +00:00
parent 1d84d82d45
commit 1797bec154
1 changed files with 18 additions and 0 deletions

View File

@ -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
}