wifistix : Sync with gumstix repo.
authorPhilip Balister <philip@balister.org>
Tue, 20 Nov 2007 14:19:17 +0000 (14:19 +0000)
committerPhilip Balister <philip@balister.org>
Tue, 20 Nov 2007 14:19:17 +0000 (14:19 +0000)
packages/wifistix/wifistix-modules/mcf25 [new file with mode: 0644]
packages/wifistix/wifistix-modules/wifistix.conf
packages/wifistix/wifistix-modules_5.0.16.p0.bb

diff --git a/packages/wifistix/wifistix-modules/mcf25 b/packages/wifistix/wifistix-modules/mcf25
new file mode 100644 (file)
index 0000000..b0d5a7e
--- /dev/null
@@ -0,0 +1,2 @@
+mcf25
+
index 117d8a2..7554d4b 100644 (file)
@@ -1,4 +1,4 @@
-install pcmcia /sbin/modprobe --ignore-install pcmcia && modprobe pxa2xx-cs
-
 alias wlan0 mcf25
 
+install cfio /sbin/modprobe proc-gpio && echo GPIO out set > /proc/gpio/GPIO80 && /sbin/pccardctl eject && /sbin/modprobe --ignore-install cfio && /sbin/pccardctl insert && modprobe pxa2xx-cs
+
index 923f24e..787c631 100644 (file)
@@ -9,12 +9,14 @@ PR = "r0"
 
 SRC_URI = "http://files.gumstix.com/cf8385-5.0.16.p0-26306.tbz \
                        file://wifistix.conf \
+                       file://mcf25 \
                        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://sk_buff.patch;patch=1 \
                        file://struct-changes.patch;patch=1 \
                        file://no-more-config-h.patch;patch=1 \
                        file://realtime-kernel.patch;patch=1 \
@@ -41,10 +43,14 @@ do_install() {
 
        install -m 0755 -d ${D}${sysconfdir}/modprobe.d
        install -m 0644 ${WORKDIR}/wifistix.conf ${D}${sysconfdir}/modprobe.d/wifistix.conf
+       install -m 0755 -d ${D}${sysconfdir}/modutils
+       install -m 0644 ${WORKDIR}/mcf25 ${D}${sysconfdir}/modutils/mcf25
 }
 
 PACKAGES = "${PN}"
 FILES_${PN} = "${base_libdir}/modules/"
 FILES_${PN} += "${sysconfdir}/modprobe.d/"
+FILES_${PN} += "${sysconfdir}/modutils/"
 CONFFILES_${PN} = "${sysconfdir}/modprobe.d/wifistix.conf"
+CONFFILES_${PN} += "${sysconfdir}/modutils/mcf25"