summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* merge r17683 to 2.6.30Felix Fietkau2009-09-241-1/+4
| | | | SVN-Revision: 17701
* atheros: add config and patches for 2.6.31 (untested), includes patch from #5847Felix Fietkau2009-09-2412-0/+6516
| | | | SVN-Revision: 17700
* add bfs to linux 2.6.31Felix Fietkau2009-09-242-0/+6450
| | | | SVN-Revision: 17699
* ar71xx: flush mii register writesGabor Juhos2009-09-232-2/+8
| | | | SVN-Revision: 17695
* ar71xx: refresh 2.6.28 patchesGabor Juhos2009-09-231-3/+3
| | | | SVN-Revision: 17694
* ar71xx: don't use mac_base2 in the ag71xx driverGabor Juhos2009-09-234-58/+23
| | | | SVN-Revision: 17693
* ar71xx: remove some extern directives in the ag71xx driverGabor Juhos2009-09-231-6/+6
| | | | SVN-Revision: 17692
* madwifi: fix bugs in the calibration triggersFelix Fietkau2009-09-231-0/+177
| | | | SVN-Revision: 17691
* madwifi: fix a theoretical tx buffer leakFelix Fietkau2009-09-231-0/+10
| | | | SVN-Revision: 17690
* madwifi: fix beacon slot handling and add support for more than 4 vaps ↵Felix Fietkau2009-09-231-0/+151
| | | | | | (useful for wds per-sta interfaces) SVN-Revision: 17689
* madwifi: fix sta mode reconnect when roaming between different aps of the ↵Felix Fietkau2009-09-231-0/+33
| | | | | | same essid SVN-Revision: 17688
* madwifi: fix maximum txpower displayFelix Fietkau2009-09-238-97/+111
| | | | SVN-Revision: 17687
* merge missing updates to squashfs lzma support from 2.6.30 to 2.6.31Felix Fietkau2009-09-231-8/+38
| | | | SVN-Revision: 17686
* kernel: refresh 2.6.30 patchesGabor Juhos2009-09-231-11/+11
| | | | SVN-Revision: 17685
* uml: refresh patchesGabor Juhos2009-09-233-19/+6
| | | | SVN-Revision: 17684
* kernel: check return code of nla_parse in pcomp_lzma on 2.6.31Gabor Juhos2009-09-231-1/+4
| | | | SVN-Revision: 17683
* add external toolchain support, enhance native toolchain support (special ↵Nicolas Thill2009-09-235-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 Fietkau2009-09-223-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 Fietkau2009-09-222-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 Wich2009-09-222-3/+19
| | | | | | update docs SVN-Revision: 17676
* use mktemp instead of tempfile in combined-image.sh to make it work on OS XJo-Philipp Wich2009-09-221-2/+2
| | | | SVN-Revision: 17674
* accommodate for 5 digits svn revisions :)Nicolas Thill2009-09-221-1/+1
| | | | SVN-Revision: 17670
* Implement a preliminary combined image format. - add sysupgrade support for ↵Jo-Philipp Wich2009-09-223-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 checksFelix Fietkau2009-09-212-9/+9
| | | | SVN-Revision: 17666
* Add 2.6.31 patchesLars-Peter Clausen2009-09-21156-0/+51350
| | | | SVN-Revision: 17665
* Cleaned config-2.6.31 defaults for PPCHamish Guthrie2009-09-211-0/+1
| | | | SVN-Revision: 17664
* Add default /etc/dnsmasq.confFelix Fietkau2009-09-212-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 releaseFelix Fietkau2009-09-211-1/+1
| | | | SVN-Revision: 17661
* mtd: update copyright headersFelix Fietkau2009-09-213-5/+36
| | | | SVN-Revision: 17660
* mtd: add support for rewriting the fis table layout on redboot based systemsFelix Fietkau2009-09-215-56/+451
| | | | SVN-Revision: 17659
* implement write support for partitions covering only a part of an eraseblock ↵Felix Fietkau2009-09-214-2/+294
| | | | | | (buffer data that would otherwise be erased) SVN-Revision: 17658
* atheros: use the correct mtd erase callback in the spiflash driverFelix Fietkau2009-09-211-3/+2
| | | | SVN-Revision: 17657
* remove board name hack (#5823)Florian Fainelli2009-09-201-1/+0
| | | | SVN-Revision: 17652
* mklibs: fix libpthread link error (#5851)Felix Fietkau2009-09-201-0/+28
| | | | SVN-Revision: 17639
* base-files: fix conffiles entry check (patch from #2425)Felix Fietkau2009-09-191-1/+1
| | | | SVN-Revision: 17618
* opkg: fix the -force_space optionFelix Fietkau2009-09-191-0/+12
| | | | SVN-Revision: 17611
* add support for the Brain Fuck Scheduler v230 for 2.6.30 (disabled by default)Felix Fietkau2009-09-192-0/+6413
| | | | SVN-Revision: 17606
* Fix lzma cmd args.Lars-Peter Clausen2009-09-171-1/+1
| | | | SVN-Revision: 17604
* update to latest 2.6.27 and 2.6.30 kernelsImre Kaloz2009-09-1725-28/+28
| | | | SVN-Revision: 17602
* adm5120: use netdev_ops on kernels >= 2.6.30 (based on a patch by Alexandros ↵Gabor Juhos2009-09-171-0/+52
| | | | | | C. Couloumbis, closes #5846) SVN-Revision: 17601
* adm5120: refresh 2.6.30 patchesGabor Juhos2009-09-172-2/+2
| | | | SVN-Revision: 17600
* dnsmasq startup script update: add notinterface parameterFelix Fietkau2009-09-162-1/+7
| | | | | | | | | | This tiny patch makes the dnsmasq init.d script listen to a parameter called "notinterface", which tells dnsmasq to not listen on a defined set of interfaces. By default dnsmasq *always* listens on the loopback interface, even if you tell it to specifically listen on a certain other interface. Sometimes this is not desirable behaviour, so you might want to turn it off. This is useful when, for example, you want to have your own DNS server listening on the loopback interface. Signed-off-by: Johnny Halfmoon <jhalfmoon at milksnot.com> SVN-Revision: 17599
* Fix Buffalo WBR-G54 and WBR-B11 support (updated patch)Felix Fietkau2009-09-161-0/+7
| | | | | | Signed-off-by: Roger Hardiman <roger@rjh.org.uk> SVN-Revision: 17598
* swconfig: clear ip address on the switch interface, this prevents duplicate ↵Jo-Philipp Wich2009-09-162-1/+2
| | | | | | assignments of 192.168.1.1 on the DIR-300 at least SVN-Revision: 17597
* base-files: clear ip addresses on interfaces that are about to be added to a ↵Jo-Philipp Wich2009-09-162-1/+3
| | | | | | bridge SVN-Revision: 17596
* atheros: disable CONFIG_COMPAT_NET_DEV_OPS, it is no longer necessaryFelix Fietkau2009-09-161-6/+1
| | | | SVN-Revision: 17595
* move the updated version (for 2.6.30+) of ar8216/mvswitch to the generic ↵Felix Fietkau2009-09-1610-2313/+37
| | | | | | files directory and remove patches for older kernel versions (no longer in use) SVN-Revision: 17594
* atheros: remove 2.6.28 supportFelix Fietkau2009-09-1612-6513/+0
| | | | SVN-Revision: 17593
* madwifi: fix iwconfig tx power displayFelix Fietkau2009-09-167-51/+52
| | | | SVN-Revision: 17592
* madwifi: bump package revisionAndy Boyett2009-09-151-1/+1
| | | | SVN-Revision: 17589