[oe-commits] org.oe.dev wifistix : Sync with gumstix repo.

crofton commit openembedded-commits at lists.openembedded.org
Tue Nov 20 14:41:38 UTC 2007


wifistix : Sync with gumstix repo.

Author: crofton at openembedded.org
Branch: org.openembedded.dev
Revision: 5c78b2077c12b748ddbcb3eac965642d2d89c95c
ViewMTN: http://monotone.openembedded.org/revision/info/5c78b2077c12b748ddbcb3eac965642d2d89c95c
Files:
1
packages/wifistix/wifistix-modules/mcf25
packages/wifistix/wifistix-modules/wifistix.conf
packages/wifistix/wifistix-modules_5.0.16.p0.bb
Diffs:

#
# mt diff -r2341ba088d08913693fdcc952b55be8c92ac531f -r5c78b2077c12b748ddbcb3eac965642d2d89c95c
#
# 
# 
# add_file "packages/wifistix/wifistix-modules/mcf25"
#  content [4beb468fcb7f536bca60c6f26ed1ed18bcdea0c1]
# 
# patch "packages/wifistix/wifistix-modules/wifistix.conf"
#  from [8e05a5ef94bf024fba3186952cbf09c52e2b187f]
#    to [412a96f2e1352a9e466614bc84d28a76f4be1244]
# 
# patch "packages/wifistix/wifistix-modules_5.0.16.p0.bb"
#  from [1f6020f4a46c11c6f194b1f39764e362f282c95b]
#    to [34aedfdb060c53347e5e2fdf66b13156d868d911]
# 
============================================================
--- packages/wifistix/wifistix-modules/mcf25	4beb468fcb7f536bca60c6f26ed1ed18bcdea0c1
+++ packages/wifistix/wifistix-modules/mcf25	4beb468fcb7f536bca60c6f26ed1ed18bcdea0c1
@@ -0,0 +1,2 @@
+mcf25
+
============================================================
--- packages/wifistix/wifistix-modules/wifistix.conf	8e05a5ef94bf024fba3186952cbf09c52e2b187f
+++ packages/wifistix/wifistix-modules/wifistix.conf	412a96f2e1352a9e466614bc84d28a76f4be1244
@@ -1,4 +1,4 @@
-install pcmcia /sbin/modprobe --ignore-install pcmcia && modprobe pxa2xx-cs
+alias wlan0 mcf25
 
-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
 
============================================================
--- packages/wifistix/wifistix-modules_5.0.16.p0.bb	1f6020f4a46c11c6f194b1f39764e362f282c95b
+++ packages/wifistix/wifistix-modules_5.0.16.p0.bb	34aedfdb060c53347e5e2fdf66b13156d868d911
@@ -9,12 +9,14 @@ SRC_URI = "http://files.gumstix.com/cf83
 
 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"
 






More information about the Openembedded-commits mailing list