summaryrefslogtreecommitdiff
path: root/packages/linux/handhelds-pxa_2.4.19-rmk6-pxa1-hh39.bb
AgeCommit message (Collapse)AuthorFiles
2005-04-28MergeKoen Kooi1
2005/04/28 19:06:13+02:00 (none)!patrick various local fixes 2005/04/24 19:32:00+02:00 (none)!patrick Merge bk://openembedded.bkbits.net/openembedded into gollum.(none):/scratch/oe/openembedded_official 2005/04/24 16:42:09+02:00 (none)!patrick enabled build of USB gadget modules 2005/04/24 13:28:27+02:00 (none)!patrick Merge bk://openembedded.bkbits.net/openembedded into gollum.(none):/scratch/oe/openembedded_official 2005/04/24 12:59:25+02:00 (none)!patrick added module parameter "compat_mode" which disables RNDIS and thus makes g_ether compatible with usbnet from older Linux kernels 2005/04/22 19:15:51+02:00 (none)!patrick build g_ether with RNDIS support 2005/04/17 19:15:55+02:00 (none)!patrick Merge bk://openembedded.bkbits.net/openembedded into gollum.(none):/scratch/oe/openembedded_official 2005/04/17 19:06:36+02:00 (none)!patrick This ChangeSet ensures that the USB gadget code is compiled as modules in addition to the normal USB modules, without replacing those. The intention is that people who have trouble with the default modules (like myself with an IPAQ 3970 and an IBM ThinkPad 42 and several other users) can easily switch to the alternative USB networking code without having to recompile and reinstall the kernel. Modifications necessary to actually switch to the new modules are done automatically by the following script, which can be run as part of the OE build process by adding ROOTFS_POSTPROCESS_COMMAND += "<path to script>; " to the local.conf. If ed is installed on the IPAQ, then it can also be run there, otherwise the config file changes have to be done manually. --------------------------------------------------------- #!/bin/sh cd ${D:-/} # autoload g_ether instead of usb-eth rm -f etc/modutils/usb-eth echo 'g_ether' >etc/modutils/g_ether # use same configuration for usb0 (provided by g_ether) as # for usbf (provided by usb-eth) - cannot have both at the same time ed etc/network/interfaces <<EOF /usb0 s/dhcp/static a address 192.168.0.202 netmask 255.255.255.0 network 192.168.0.0 gateway 192.168.0.200
2005-04-16Merge bk://oe-devel@oe-devel.bkbits.net/openembeddedKoen Kooi1
into bitbake.utwente.nl:/home/koen/OE/openembedded 2005/04/16 10:27:09+02:00 utwente.nl!koen handhelds-pxa_2.4.19-rmk6-pxa1-hh39.bb: bump PR for hh-pxa-hh39 BKrev: 4260cc79Kt0PF0NpGo1o1s0mBxxixw
2005-04-15Merge bk://oe-devel@oe-devel.bkbits.net/openembeddedKoen Kooi1
into bitbake.utwente.nl:/home/koen/OE/openembedded 2005/04/15 12:11:14+02:00 utwente.nl!koen Add -hh39 sa and pxa kernels. They feature WE17, and updated h5400 sound drivers BKrev: 425f9355AQYUGDq5AvrdZyPqMxH56w