Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | apex: Updated to 1.5.8 | Rod Whitby | 2007-06-29 |
| | | | | SVN-Revision: 7768 | ||
* | check for + in the broadcast address before attempting a dns lookup | Felix Fietkau | 2007-06-29 |
| | | | | SVN-Revision: 7767 | ||
* | fix broadcast address (#1611) | Mike Baker | 2007-06-28 |
| | | | | SVN-Revision: 7766 | ||
* | Add a patch for openssl to fix some breakage that happens when compiled with ↵ | Felix Fietkau | 2007-06-28 |
| | | | | | | | | | | | gcc 4.2.0 Note: this does not cover all instances, but it will at least compile. If the broken parts are reached at run time, the program will crash. I wonder whose stupid idea it was to intentionally(!) make programs segfault when they hit something that *might* be unsafe to use. Patch taken from http://www.mail-archive.com/openssl-dev@openssl.org/msg22667.html SVN-Revision: 7764 | ||
* | update magicbox target to 2.6.22-rc6, select gcc 4.2.0 as default for this ↵ | Felix Fietkau | 2007-06-28 |
| | | | | | | target (4.1.2 segfaults at compile time) SVN-Revision: 7762 | ||
* | fix gcc 4.2.0 compile for ppc | Felix Fietkau | 2007-06-28 |
| | | | | SVN-Revision: 7761 | ||
* | update to 2.6.22-rc6 | Gabor Juhos | 2007-06-28 |
| | | | | SVN-Revision: 7758 | ||
* | Initialise firewall before network (#1988) | Florian Fainelli | 2007-06-28 |
| | | | | SVN-Revision: 7757 | ||
* | add extif fixes (#1984) | Felix Fietkau | 2007-06-28 |
| | | | | SVN-Revision: 7756 | ||
* | disable cpu wait support for bcm4710 (suggested in #1641) | Felix Fietkau | 2007-06-28 |
| | | | | SVN-Revision: 7755 | ||
* | add update target to toolchain/ | Felix Fietkau | 2007-06-28 |
| | | | | SVN-Revision: 7754 | ||
* | replace gcc 4.2 snapshot with 4.2.0 release (sync patches with uclibc ↵ | Felix Fietkau | 2007-06-28 |
| | | | | | | buildroot), adjust gcc makefile for PATCH_DIR changes SVN-Revision: 7753 | ||
* | remove the custom Build/Prepare override in binutils, use PATCH_DIR, refresh ↵ | Felix Fietkau | 2007-06-28 |
| | | | | | | patches using quilt SVN-Revision: 7752 | ||
* | enable the refresh target in toolchain/ | Felix Fietkau | 2007-06-28 |
| | | | | SVN-Revision: 7751 | ||
* | allow packages to override the patch directory using the PATCH_DIR variable | Felix Fietkau | 2007-06-28 |
| | | | | SVN-Revision: 7750 | ||
* | disable quilt for kernel-headers | Felix Fietkau | 2007-06-28 |
| | | | | SVN-Revision: 7749 | ||
* | fill in the kernel version info for every target, move the kernel tarball ↵ | Felix Fietkau | 2007-06-28 |
| | | | | | | md5sums to a central place SVN-Revision: 7748 | ||
* | add MODULE_LICENSE("GPL") to the atheros ethernet driver | Felix Fietkau | 2007-06-28 |
| | | | | SVN-Revision: 7747 | ||
* | clean up the madwifi SoC support patch - remove some breakage that went ↵ | Felix Fietkau | 2007-06-28 |
| | | | | | | unnoticed because it only applies to kernelversions before 2.6.19 SVN-Revision: 7746 | ||
* | brcm47xx: fix parts of the cache code that were not covered by the ↵ | Felix Fietkau | 2007-06-27 |
| | | | | | | kmap_coherent patch yet. this seems to fix the crazy segfaults we were getting... SVN-Revision: 7745 | ||
* | replace led driver, and resync kernel config | Gabor Juhos | 2007-06-27 |
| | | | | SVN-Revision: 7744 | ||
* | add fragmentation and rts settings thanks rene closes #1725 | Travis Kemen | 2007-06-27 |
| | | | | SVN-Revision: 7743 | ||
* | add nvram fixup script | Felix Fietkau | 2007-06-27 |
| | | | | SVN-Revision: 7742 | ||
* | Also mark ipset as broken | Florian Fainelli | 2007-06-27 |
| | | | | SVN-Revision: 7740 | ||
* | Make aodv-uu as broken for all archs until we fix it | Florian Fainelli | 2007-06-27 |
| | | | | SVN-Revision: 7739 | ||
* | don't include .config if DUMP is set | Felix Fietkau | 2007-06-26 |
| | | | | SVN-Revision: 7738 | ||
* | Remove ssb patch that was part of previous tree pull | Peter Denison | 2007-06-26 |
| | | | | SVN-Revision: 7737 | ||
* | calling of prom_detect_board is needed only when we still don't know the board | Gabor Juhos | 2007-06-26 |
| | | | | SVN-Revision: 7736 | ||
* | Merge bcm43xx-mac80211 driver from tree at bu3sch.de, pulled 24/6 | Peter Denison | 2007-06-25 |
| | | | | SVN-Revision: 7734 | ||
* | Merge mac80211 driver from tree at bu3sch.de, pulled 24/6 | Peter Denison | 2007-06-25 |
| | | | | SVN-Revision: 7733 | ||
* | Merge SSB driver from tree at bu3sch.de, pulled 24/6 | Peter Denison | 2007-06-25 |
| | | | | SVN-Revision: 7732 | ||
* | make the broadcom firmware image code more sane and also fix jffs2-256k ↵ | Felix Fietkau | 2007-06-25 |
| | | | | | | related bugs (#1888) SVN-Revision: 7731 | ||
* | from now on, the kernel parses parameters passed by our lzma-loader | Gabor Juhos | 2007-06-25 |
| | | | | SVN-Revision: 7730 | ||
* | madwifi: add some extra delay between bringing the interface up and ↵ | Felix Fietkau | 2007-06-25 |
| | | | | | | configuring it (#1703) SVN-Revision: 7729 | ||
* | make top-level .gitignore only apply to top-level files/directories (#1960) | Felix Fietkau | 2007-06-25 |
| | | | | SVN-Revision: 7728 | ||
* | add nat module fix from #1772 | Felix Fietkau | 2007-06-25 |
| | | | | SVN-Revision: 7727 | ||
* | hotplug2: add fork handling optimization (also fixes that pesky pppoe race ↵ | Felix Fietkau | 2007-06-25 |
| | | | | | | condition in #1655) SVN-Revision: 7726 | ||
* | update to hotplug2 svn version (recommended by iSteve) | Felix Fietkau | 2007-06-25 |
| | | | | SVN-Revision: 7725 | ||
* | fix image generation for the ZyXEL boards | Gabor Juhos | 2007-06-25 |
| | | | | SVN-Revision: 7724 | ||
* | from now on, the lzma loader is able to pass parameters to the kernel | Gabor Juhos | 2007-06-25 |
| | | | | SVN-Revision: 7723 | ||
* | fix failsafe on broadcom, send netlink events in diag when running linux 2.6 | Felix Fietkau | 2007-06-25 |
| | | | | SVN-Revision: 7722 | ||
* | hotplug2: add a missing cflag, allow hotplug events that are not 'add' | Felix Fietkau | 2007-06-25 |
| | | | | SVN-Revision: 7721 | ||
* | make hotplug2 use the build system cflags | Felix Fietkau | 2007-06-25 |
| | | | | SVN-Revision: 7720 | ||
* | remove bogus dependency, fix a few cosmetic bugs | Felix Fietkau | 2007-06-25 |
| | | | | SVN-Revision: 7719 | ||
* | add lzma compression format to mkimage (will be used on infineon amazon) | Felix Fietkau | 2007-06-24 |
| | | | | SVN-Revision: 7718 | ||
* | Upgrade ntfs-3g to 1.616 (#1954) | Florian Fainelli | 2007-06-23 |
| | | | | SVN-Revision: 7717 | ||
* | Upgrade fuse to 2.6.5 (#1955) | Florian Fainelli | 2007-06-23 |
| | | | | SVN-Revision: 7716 | ||
* | fix hardware byte swapping to work in little endian mode as well | Gabor Juhos | 2007-06-23 |
| | | | | SVN-Revision: 7712 | ||
* | Fix brcm43xx build for PCI-less systems (patch from Michael Buesch) | Peter Denison | 2007-06-22 |
| | | | | SVN-Revision: 7711 | ||
* | add antenna diversity config support for broadcom-wl | Felix Fietkau | 2007-06-22 |
| | | | | SVN-Revision: 7710 |