aboutsummaryrefslogtreecommitdiffstats
path: root/packages/linux/files
AgeCommit message (Collapse)Author
2006-01-22openzaurus-sa: upgrade wireless extension API to V18Michael Lauer
2005-09-19added opensimpad-2.4.27-vrs1-pxa1-jpm1 kernel. This contains theFrederic Bompart
following new patches over 2.4.25: - simpad-proc-sys-board.patch (/proc/sys/board patch from Till Harbaum) - simpad-serial.patch (DTR/RTS/CTS support patch from Till Harbaum) - mppe-20040216.patch (add MPPE encryption for PPP) - 2.4.27-mh1.patch (bluetooth patches from Marcel Holtmann) Common patches were placed in the "opensimpad" directory.
2005-06-30import clean BK tree at cset 1.3670Koen Kooi
2005-04-28MergeKoen Kooi
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-22Merge bk://oe-devel@oe-devel.bkbits.net/openembeddedMichael Lauer
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2005/04/22 09:32:31+02:00 uni-frankfurt.de!mickeyl add a working updater for akita, add piro patches to pxa27x kernel and adjust akita and spitz defconfigs. major portions courtesy Jose Bernardo Silva, thanks\! 2005/04/21 15:46:40+02:00 uni-frankfurt.de!mickeyl upgrade openzaurus-pxa27x to 20050228 version (C1000) BKrev: 4268a8cbSHxbn-Yo06vgeSoWRcJ4fg
2005-01-23add irda patches from 2.4.20 and 2.4.21 to 2.4.18-embedix. patch courtesy ↵Michael Lauer
Hermann Lacheiner BKrev: 41f3a5d7JRDa-Ea2czsP5S3TcjWY9A
2004-12-09Merge oe-devel@oe-devel.bkbits.net:openembeddedChris Larson
into hyperion.kergoth.com:/home/kergoth/code/openembedded 2004/12/09 03:39:39-06:00 kergoth.com!kergoth Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit. BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA