Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | kernel: if block2mtd does not find the device immediately, use ↵ | Felix Fietkau | 2009-09-25 | 2 | -0/+20 | |
| | | | | | | wait_for_device_probe() before trying again (should fix squashfs/jffs2 image boot issues), patch from #5216 SVN-Revision: 17720 | |||||
* | gcc: fix a linker error in 4.3.3 and 4.3.4 that is triggered by including an ↵ | Felix Fietkau | 2009-09-25 | 2 | -0/+22 | |
| | | | | | | object in a linking process which is already part of libbackend.a SVN-Revision: 17718 | |||||
* | gmp: upgrade to 4.3.1 and fix compile on 64-bit mac os x | Felix Fietkau | 2009-09-25 | 1 | -2/+18 | |
| | | | | SVN-Revision: 17717 | |||||
* | host build: do not hide the configure command | Felix Fietkau | 2009-09-25 | 1 | -1/+1 | |
| | | | | SVN-Revision: 17716 | |||||
* | libtool: update to 1.5.26 (patch from #4905) | Felix Fietkau | 2009-09-24 | 1 | -2/+2 | |
| | | | | SVN-Revision: 17715 | |||||
* | base-files: add libgcc dependency to libc (#5262) | Felix Fietkau | 2009-09-24 | 1 | -0/+1 | |
| | | | | SVN-Revision: 17714 | |||||
* | firewall: add sanity checks to zone default rules (patch from #5459) | Felix Fietkau | 2009-09-24 | 1 | -3/+3 | |
| | | | | SVN-Revision: 17713 | |||||
* | Add documentation for passphrase option. | Felix Fietkau | 2009-09-24 | 1 | -0/+8 | |
| | | | | | | | | | | | The wifi-iface actually supports an undocumented option to choose whether to treat a passphrase as a text passphrase or an encoded passphrase (like encoded by the wpa_passphrase utility). This patch documents that functionality. Signed-off-by: Warren Turkal <wt@penguintechs.org> SVN-Revision: 17712 | |||||
* | update dnsmasq to 2.50 (#5784) | Felix Fietkau | 2009-09-24 | 1 | -2/+2 | |
| | | | | SVN-Revision: 17711 | |||||
* | brcm47xx - add cache workarounds to 2.6.28 (merged from 2.6.30), fixes ↵ | Felix Fietkau | 2009-09-24 | 1 | -0/+135 | |
| | | | | | | #4293, should fix #2374 SVN-Revision: 17710 | |||||
* | merge r17683 to 2.6.30 | Felix Fietkau | 2009-09-24 | 1 | -1/+4 | |
| | | | | SVN-Revision: 17701 | |||||
* | atheros: add config and patches for 2.6.31 (untested), includes patch from #5847 | Felix Fietkau | 2009-09-24 | 12 | -0/+6516 | |
| | | | | SVN-Revision: 17700 | |||||
* | add bfs to linux 2.6.31 | Felix Fietkau | 2009-09-24 | 2 | -0/+6450 | |
| | | | | SVN-Revision: 17699 | |||||
* | ar71xx: flush mii register writes | Gabor Juhos | 2009-09-23 | 2 | -2/+8 | |
| | | | | SVN-Revision: 17695 | |||||
* | ar71xx: refresh 2.6.28 patches | Gabor Juhos | 2009-09-23 | 1 | -3/+3 | |
| | | | | SVN-Revision: 17694 | |||||
* | ar71xx: don't use mac_base2 in the ag71xx driver | Gabor Juhos | 2009-09-23 | 4 | -58/+23 | |
| | | | | SVN-Revision: 17693 | |||||
* | ar71xx: remove some extern directives in the ag71xx driver | Gabor Juhos | 2009-09-23 | 1 | -6/+6 | |
| | | | | SVN-Revision: 17692 | |||||
* | madwifi: fix bugs in the calibration triggers | Felix Fietkau | 2009-09-23 | 1 | -0/+177 | |
| | | | | SVN-Revision: 17691 | |||||
* | madwifi: fix a theoretical tx buffer leak | Felix Fietkau | 2009-09-23 | 1 | -0/+10 | |
| | | | | SVN-Revision: 17690 | |||||
* | madwifi: fix beacon slot handling and add support for more than 4 vaps ↵ | Felix Fietkau | 2009-09-23 | 1 | -0/+151 | |
| | | | | | | (useful for wds per-sta interfaces) SVN-Revision: 17689 | |||||
* | madwifi: fix sta mode reconnect when roaming between different aps of the ↵ | Felix Fietkau | 2009-09-23 | 1 | -0/+33 | |
| | | | | | | same essid SVN-Revision: 17688 | |||||
* | madwifi: fix maximum txpower display | Felix Fietkau | 2009-09-23 | 8 | -97/+111 | |
| | | | | SVN-Revision: 17687 | |||||
* | merge missing updates to squashfs lzma support from 2.6.30 to 2.6.31 | Felix Fietkau | 2009-09-23 | 1 | -8/+38 | |
| | | | | SVN-Revision: 17686 | |||||
* | kernel: refresh 2.6.30 patches | Gabor Juhos | 2009-09-23 | 1 | -11/+11 | |
| | | | | SVN-Revision: 17685 | |||||
* | uml: refresh patches | Gabor Juhos | 2009-09-23 | 3 | -19/+6 | |
| | | | | SVN-Revision: 17684 | |||||
* | kernel: check return code of nla_parse in pcomp_lzma on 2.6.31 | Gabor Juhos | 2009-09-23 | 1 | -1/+4 | |
| | | | | SVN-Revision: 17683 | |||||
* | add external toolchain support, enhance native toolchain support (special ↵ | Nicolas Thill | 2009-09-23 | 5 | -62/+410 | |
| | | | | | | thanks to Luigi Mantellini for his help... and patience ;) SVN-Revision: 17682 | |||||
* | when using -O2 instead of -Os, get rid of the two optimizations that are ↵ | Felix Fietkau | 2009-09-22 | 3 | -0/+27 | |
| | | | | | | causing most of the extra bloat. brings kernel size close to the -Os size again SVN-Revision: 17679 | |||||
* | unlzma: fix a race condition and add some optimizations to improve ↵ | Felix Fietkau | 2009-09-22 | 2 | -36/+124 | |
| | | | | | | performance also make peek_old_byte errors non-fatal SVN-Revision: 17678 | |||||
* | implement doth (802.11h) and wmm (802.11e) options for broadcom as well; ↵ | Jo-Philipp Wich | 2009-09-22 | 2 | -3/+19 | |
| | | | | | | update docs SVN-Revision: 17676 | |||||
* | use mktemp instead of tempfile in combined-image.sh to make it work on OS X | Jo-Philipp Wich | 2009-09-22 | 1 | -2/+2 | |
| | | | | SVN-Revision: 17674 | |||||
* | accommodate for 5 digits svn revisions :) | Nicolas Thill | 2009-09-22 | 1 | -1/+1 | |
| | | | | SVN-Revision: 17670 | |||||
* | Implement a preliminary combined image format. - add sysupgrade support for ↵ | Jo-Philipp Wich | 2009-09-22 | 3 | -0/+114 | |
| | | | | | | combined images by providing a platform.sh backend - use the mtd fis partition table rewrite facility to resize partitions on demand - generate generic combined images for the atheros target SVN-Revision: 17668 | |||||
* | mtd: fix wrong open() return code checks | Felix Fietkau | 2009-09-21 | 2 | -9/+9 | |
| | | | | SVN-Revision: 17666 | |||||
* | Add 2.6.31 patches | Lars-Peter Clausen | 2009-09-21 | 156 | -0/+51350 | |
| | | | | SVN-Revision: 17665 | |||||
* | Cleaned config-2.6.31 defaults for PPC | Hamish Guthrie | 2009-09-21 | 1 | -0/+1 | |
| | | | | SVN-Revision: 17664 | |||||
* | Add default /etc/dnsmasq.conf | Felix Fietkau | 2009-09-21 | 2 | -0/+39 | |
| | | | | | | | | | | | | | | | | | | | | | dnsmasq allows adding of arbitrary SRV/PTR/TXT/CNAME records. However, those options sometimes can not be passed as command-line arguments due to excess length. This patch tries to solve this problem: 1. Provide /etc/dnsmasq.conf file with comments about adding SRV/PTR/TXT/CNAME records. 2. Add this file to conffiles list so it is preserver during backup/restore or system upgrade. If someone needs a lot of custom records, default configuration file can be edited. Since manual pages and documentation is not installed, provided comments should be enough to figure out option syntax. Signed-off-by: Alexey I. Froloff <raorn@altlinux.org> SVN-Revision: 17663 | |||||
* | mtd: bump release | Felix Fietkau | 2009-09-21 | 1 | -1/+1 | |
| | | | | SVN-Revision: 17661 | |||||
* | mtd: update copyright headers | Felix Fietkau | 2009-09-21 | 3 | -5/+36 | |
| | | | | SVN-Revision: 17660 | |||||
* | mtd: add support for rewriting the fis table layout on redboot based systems | Felix Fietkau | 2009-09-21 | 5 | -56/+451 | |
| | | | | SVN-Revision: 17659 | |||||
* | implement write support for partitions covering only a part of an eraseblock ↵ | Felix Fietkau | 2009-09-21 | 4 | -2/+294 | |
| | | | | | | (buffer data that would otherwise be erased) SVN-Revision: 17658 | |||||
* | atheros: use the correct mtd erase callback in the spiflash driver | Felix Fietkau | 2009-09-21 | 1 | -3/+2 | |
| | | | | SVN-Revision: 17657 | |||||
* | remove board name hack (#5823) | Florian Fainelli | 2009-09-20 | 1 | -1/+0 | |
| | | | | SVN-Revision: 17652 | |||||
* | mklibs: fix libpthread link error (#5851) | Felix Fietkau | 2009-09-20 | 1 | -0/+28 | |
| | | | | SVN-Revision: 17639 | |||||
* | base-files: fix conffiles entry check (patch from #2425) | Felix Fietkau | 2009-09-19 | 1 | -1/+1 | |
| | | | | SVN-Revision: 17618 | |||||
* | opkg: fix the -force_space option | Felix Fietkau | 2009-09-19 | 1 | -0/+12 | |
| | | | | SVN-Revision: 17611 | |||||
* | add support for the Brain Fuck Scheduler v230 for 2.6.30 (disabled by default) | Felix Fietkau | 2009-09-19 | 2 | -0/+6413 | |
| | | | | SVN-Revision: 17606 | |||||
* | Fix lzma cmd args. | Lars-Peter Clausen | 2009-09-17 | 1 | -1/+1 | |
| | | | | SVN-Revision: 17604 | |||||
* | update to latest 2.6.27 and 2.6.30 kernels | Imre Kaloz | 2009-09-17 | 25 | -28/+28 | |
| | | | | SVN-Revision: 17602 | |||||
* | adm5120: use netdev_ops on kernels >= 2.6.30 (based on a patch by Alexandros ↵ | Gabor Juhos | 2009-09-17 | 1 | -0/+52 | |
| | | | | | | C. Couloumbis, closes #5846) SVN-Revision: 17601 |