summaryrefslogtreecommitdiff
path: root/packages/wifistix/wifistix-modules_5.0.16.p0.bb
blob: abd8a8c2463f9e8451a106d9109172c150ae348a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
DESCRIPTION = "Linux Driver for Marvel 88W8385 802.11b/g Wifi Module used in Gumstix daughtercards"
SECTION = "base"
PRIORITY = "optional"
HOMEPAGE = "http://www.gumstix.com"
LICENSE = "GPL"
RDEPENDS = "kernel (${KERNEL_VERSION})"
DEPENDS = "virtual/kernel"
PR = "r0"

SRC_URI = "http://files.gumstix.com/cf8385-5.0.16.p0-26306.tbz \
			file://marvell-devicename.patch;patch=1 \
			file://marvell-devicetable.patch;patch=1 \
			file://marvell-gumstix.patch;patch=1 \
			file://sbi-no-inline.patch;patch=1 \
			file://2.6.17-new-pcmcia-layer.patch;patch=1 \
			file://bad-cast.patch;patch=1 \
			file://struct-changes.patch;patch=1 \
			file://no-more-config-h.patch;patch=1 \
			file://realtime-kernel.patch;patch=1 \
			file://install-properly.patch;patch=1 \
			file://fix-essid-truncation.patch;patch=1"

S = "${WORKDIR}/src_cf8385"

inherit module-base

do_compile() {	
	unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS
	make CONFIG_GUMSTIX=y CONFIG_DEBUG=n KVER=2.6 KERNELDIR="${KERNEL_SOURCE}" \
		ARCH="${TARGET_ARCH}" CC="${KERNEL_CC}" EXTRA_CFLAGS="${CFLAGS}"
}

do_install() {	
	unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS
	make CONFIG_GUMSTIX=y CONFIG_DEBUG=n KVER=2.6 KERNELDIR="${KERNEL_SOURCE}" \
		ARCH="${TARGET_ARCH}" CC="${KERNEL_CC}" EXTRA_CFLAGS="${CFLAGS}" INSTALL_MOD_PATH="${D}" install
#	(grep -q mcf25 ${D}/etc/modprobe.conf || \
#	 echo -e 'alias mwlan0 mcf25\n' >> ${D}/etc/modprobe.conf)
#	(grep -q mwlan0 ${D}/etc/network/interfaces || \
#	 echo -e '\nauto mwlan0\niface mwlan0 inet dhcp\n	pre-up /sbin/iwconfig $$IFACE essid any txpower 100mW\n' >> $(TARGET_DIR)/etc/network/interfaces)
}

PACKAGES = "${PN}"
FILES_${PN} = "/lib/modules/"