Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix hostapd compilation which was broken only for 2.6.25 (#3733). Thanks to ↵ | Florian Fainelli | 2008-07-10 | 1 | -0/+13 |
| | | | | | | Hauke Mehrtens. SVN-Revision: 11763 | ||||
* | sit depends on tunnel4 | Matteo Croce | 2008-07-09 | 1 | -0/+1 |
| | | | | SVN-Revision: 11755 | ||||
* | revert r11749: b43 should not depend on crypto modules, mac80211 should | Peter Denison | 2008-07-09 | 1 | -1/+1 |
| | | | | SVN-Revision: 11754 | ||||
* | add missing \n to ath pci code | John Crispin | 2008-07-09 | 1 | -1/+1 |
| | | | | SVN-Revision: 11753 | ||||
* | On embedded devices we must not route the interrupts through the PCI core, ↵ | Peter Denison | 2008-07-08 | 1 | -0/+26 |
| | | | | | | if our host-bus is not PCI Reported-by: Steve Brown <sbrown@cortland.com> Signed-off-by: Michael Buesch <mb@bu3sch.d> SVN-Revision: 11750 | ||||
* | Make b43 module depend on crypto modules | Peter Denison | 2008-07-08 | 1 | -1/+1 |
| | | | | SVN-Revision: 11749 | ||||
* | Added in sub endpoint size patch | Hamish Guthrie | 2008-07-08 | 1 | -0/+11 |
| | | | | SVN-Revision: 11748 | ||||
* | Stick to 2.6.24 on rdc for now | Florian Fainelli | 2008-07-08 | 2 | -981/+2 |
| | | | | SVN-Revision: 11747 | ||||
* | Removed patches and config for non-functional 2.6.22 kernel | Hamish Guthrie | 2008-07-08 | 10 | -11303/+0 |
| | | | | SVN-Revision: 11746 | ||||
* | Added gpio and led drivers for 2.6.25.10 kernel | Hamish Guthrie | 2008-07-08 | 3 | -4/+734 |
| | | | | SVN-Revision: 11745 | ||||
* | Update libpcap to 0.9.8 (#3571) | Florian Fainelli | 2008-07-07 | 6 | -37/+496 |
| | | | | SVN-Revision: 11742 | ||||
* | Add support for WRT600N and WRT600N v1.1 (#3535) | Florian Fainelli | 2008-07-07 | 2 | -1/+43 |
| | | | | SVN-Revision: 11740 | ||||
* | Update hostapd to 0.6.3 (#3615) | Florian Fainelli | 2008-07-07 | 5 | -3189/+5 |
| | | | | SVN-Revision: 11738 | ||||
* | Update iw to snapshot 4d3a72da3f21761bf4f2866a6a3400d4ecf67365 | Florian Fainelli | 2008-07-06 | 1 | -3/+3 |
| | | | | SVN-Revision: 11734 | ||||
* | Define the size_t size for cris (#3722) | Florian Fainelli | 2008-07-06 | 1 | -0/+1 |
| | | | | SVN-Revision: 11701 | ||||
* | Update uml to 2.6.25.10 | Florian Fainelli | 2008-07-06 | 2 | -8/+15 |
| | | | | SVN-Revision: 11686 | ||||
* | add dma hack to ifxmips | John Crispin | 2008-07-06 | 1 | -0/+13 |
| | | | | SVN-Revision: 11678 | ||||
* | clean up board config | John Crispin | 2008-07-06 | 1 | -99/+125 |
| | | | | SVN-Revision: 11677 | ||||
* | make atheros wifi cards used on arcaydian 4519 ifxmips based boards work | John Crispin | 2008-07-06 | 6 | -7/+167 |
| | | | | SVN-Revision: 11676 | ||||
* | be a bit more verbose about madwifi errors | Felix Fietkau | 2008-07-06 | 1 | -33/+108 |
| | | | | SVN-Revision: 11675 | ||||
* | use boards mac on boards with brn loader, on ifxmips | John Crispin | 2008-07-05 | 1 | -2/+7 |
| | | | | SVN-Revision: 11674 | ||||
* | lots of ifxmips fixes and features | John Crispin | 2008-07-05 | 18 | -2592/+165 |
| | | | | SVN-Revision: 11673 | ||||
* | spurious initramfs breakage fix | Felix Fietkau | 2008-07-05 | 1 | -19/+20 |
| | | | | SVN-Revision: 11670 | ||||
* | update targets to 2.6.25.10 | Imre Kaloz | 2008-07-05 | 11 | -12/+12 |
| | | | | SVN-Revision: 11667 | ||||
* | update pronghorn patch | Imre Kaloz | 2008-07-05 | 1 | -5/+3 |
| | | | | SVN-Revision: 11666 | ||||
* | avr32: update to latest atmel sources | Matteo Croce | 2008-07-05 | 4 | -1056/+1600 |
| | | | | SVN-Revision: 11665 | ||||
* | This adds dhcp-boot support to dnsmasq-init: option name "virt0" option ↵ | Florian Fainelli | 2008-07-05 | 1 | -0/+22 |
| | | | | | | | | filename "pxelinux.0" option servername "mainframe0.dev" option serveraddress "9.3.2.1" closes #3529 SVN-Revision: 11663 | ||||
* | If the *.img file is larger than 0x1e8000 loading it with flash -s 0x100000 ↵ | Florian Fainelli | 2008-07-05 | 1 | -0/+1 |
| | | | | | | | | | -d 0xffe08000 -l <length> on the bootloader prompt will destroy the bootloader and brick the device. The attached patch tries to implement a size check and renames the image into *.img.too_big. It applies to svn r11401. Signed-off-by: Joerg Albert <jal2@gmx.de> SVN-Revision: 11662 | ||||
* | First stage of update for at91 devices to 2.6.25.10 kernel | Hamish Guthrie | 2008-07-04 | 9 | -1/+13959 |
| | | | | SVN-Revision: 11631 | ||||
* | fix typo | Matteo Croce | 2008-07-04 | 1 | -1/+1 |
| | | | | SVN-Revision: 11630 | ||||
* | Put the files created by the lzma decompressor patch in the files/ ↵ | Florian Fainelli | 2008-07-03 | 5 | -985/+1039 |
| | | | | | | directory. Add some early_printk debugging to the lzma decompressor to help track down problems when upgrading from one kernel version to another SVN-Revision: 11627 | ||||
* | update config, make 2.6.26-rc8 the default for ixp4xx | Imre Kaloz | 2008-07-03 | 2 | -1/+4 |
| | | | | SVN-Revision: 11625 | ||||
* | update kernel config | Imre Kaloz | 2008-07-02 | 1 | -0/+2 |
| | | | | SVN-Revision: 11624 | ||||
* | generate patched zImage for the Pronghorn, too | Imre Kaloz | 2008-07-02 | 1 | -1/+1 |
| | | | | SVN-Revision: 11623 | ||||
* | swap uart numbering on Pronghorn | Imre Kaloz | 2008-07-02 | 1 | -0/+44 |
| | | | | SVN-Revision: 11622 | ||||
* | oops, commited wrong version | Imre Kaloz | 2008-07-02 | 1 | -3/+3 |
| | | | | SVN-Revision: 11621 | ||||
* | rename patch | Imre Kaloz | 2008-07-02 | 1 | -0/+0 |
| | | | | SVN-Revision: 11620 | ||||
* | ixp4xx patches cleanup, round one | Imre Kaloz | 2008-07-02 | 17 | -320/+345 |
| | | | | SVN-Revision: 11619 | ||||
* | madwifi: fix sequence number check on incoming retransmit checks | Felix Fietkau | 2008-07-01 | 1 | -0/+26 |
| | | | | SVN-Revision: 11614 | ||||
* | improve xargs compatibility check (mostly Darwin/Mac OS X related) | Felix Fietkau | 2008-07-01 | 1 | -6/+5 |
| | | | | SVN-Revision: 11613 | ||||
* | fixes mdio, adds runtime board configuration for ifxmips | John Crispin | 2008-06-29 | 5 | -81/+192 |
| | | | | SVN-Revision: 11609 | ||||
* | lua: Fixed some cross-platform issues for PPC (and probably other architectures) | Steven Barth | 2008-06-29 | 3 | -2/+28 |
| | | | | SVN-Revision: 11608 | ||||
* | lots of ifxmips cleanups | John Crispin | 2008-06-29 | 14 | -373/+151 |
| | | | | SVN-Revision: 11607 | ||||
* | make the serial poirt used by prom.c configurable for ifxmips | John Crispin | 2008-06-28 | 3 | -2/+24 |
| | | | | SVN-Revision: 11606 | ||||
* | ifxmips should build uboot by default | John Crispin | 2008-06-28 | 1 | -0/+1 |
| | | | | SVN-Revision: 11605 | ||||
* | backport a fix to suppress warning when loading dnsmasq on >=2.6.25.7. this ↵ | John Crispin | 2008-06-28 | 1 | -0/+30 |
| | | | | | | patch can be removed when dnsmasq 2.43 is released SVN-Revision: 11604 | ||||
* | rename some ifxmips files | John Crispin | 2008-06-28 | 3 | -1/+1 |
| | | | | SVN-Revision: 11603 | ||||
* | fixes ifxmips watchdog driver | John Crispin | 2008-06-28 | 3 | -289/+112 |
| | | | | SVN-Revision: 11602 | ||||
* | move ifxmips uboot to package/ | Felix Fietkau | 2008-06-28 | 82 | -13/+18 |
| | | | | SVN-Revision: 11601 | ||||
* | compile libnl with -ffunction-sections to make binaries that use genl smaller | Felix Fietkau | 2008-06-28 | 1 | -0/+2 |
| | | | | SVN-Revision: 11600 |