mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
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:
@@ -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
|
||||||
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user