aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* update dnsmasq to 2.50 (#5784)Felix Fietkau2009-09-241-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17711 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx - add cache workarounds to 2.6.28 (merged from 2.6.30), fixes ↵Felix Fietkau2009-09-241-0/+135
| | | | | | #4293, should fix #2374 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17710 3c298f89-4303-0410-b956-a3cf2f4a3e73
* merge r17683 to 2.6.30Felix Fietkau2009-09-241-1/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17701 3c298f89-4303-0410-b956-a3cf2f4a3e73
* atheros: add config and patches for 2.6.31 (untested), includes patch from #5847Felix Fietkau2009-09-2412-0/+6516
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17700 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add bfs to linux 2.6.31Felix Fietkau2009-09-242-0/+6450
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17699 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: flush mii register writesGabor Juhos2009-09-232-2/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17695 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: refresh 2.6.28 patchesGabor Juhos2009-09-231-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17694 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: don't use mac_base2 in the ag71xx driverGabor Juhos2009-09-234-58/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17693 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: remove some extern directives in the ag71xx driverGabor Juhos2009-09-231-6/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17692 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix bugs in the calibration triggersFelix Fietkau2009-09-231-0/+177
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17691 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix a theoretical tx buffer leakFelix Fietkau2009-09-231-0/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17690 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17689 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix sta mode reconnect when roaming between different aps of the ↵Felix Fietkau2009-09-231-0/+33
| | | | | | same essid git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17688 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix maximum txpower displayFelix Fietkau2009-09-238-97/+111
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17687 3c298f89-4303-0410-b956-a3cf2f4a3e73
* merge missing updates to squashfs lzma support from 2.6.30 to 2.6.31Felix Fietkau2009-09-231-8/+38
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17686 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: refresh 2.6.30 patchesGabor Juhos2009-09-231-11/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17685 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uml: refresh patchesGabor Juhos2009-09-233-19/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17684 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: check return code of nla_parse in pcomp_lzma on 2.6.31Gabor Juhos2009-09-231-1/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17683 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] add external toolchain support, enhance native toolchain support ↵Nicolas Thill2009-09-235-62/+410
| | | | | | (special thanks to Luigi Mantellini for his help... and patience ;) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17682 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17679 3c298f89-4303-0410-b956-a3cf2f4a3e73
* unlzma: fix a race condition and add some optimizations to improve performanceFelix Fietkau2009-09-222-36/+124
| | | | | | also make peek_old_byte errors non-fatal git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17678 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] [docs] implement doth (802.11h) and wmm (802.11e) options for ↵Jo-Philipp Wich2009-09-222-3/+19
| | | | | | broadcom as well; update docs git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17676 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [scripts] use mktemp instead of tempfile in combined-image.sh to make it ↵Jo-Philipp Wich2009-09-221-2/+2
| | | | | | work on OS X git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17674 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [cosmetic] accommodate for 5 digits svn revisions :)Nicolas Thill2009-09-221-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17670 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [atheros] Implement a preliminary combined image format.Jo-Philipp Wich2009-09-223-0/+114
| | | | | | | | | - add sysupgrade support for 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17668 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mtd: fix wrong open() return code checksFelix Fietkau2009-09-212-9/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17666 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [s3c24xx] Add 2.6.31 patchesLars-Peter Clausen2009-09-21156-0/+51350
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17665 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Cleaned config-2.6.31 defaults for PPCHamish Guthrie2009-09-211-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17664 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17663 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mtd: bump releaseFelix Fietkau2009-09-211-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17661 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mtd: update copyright headersFelix Fietkau2009-09-213-5/+36
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17660 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mtd: add support for rewriting the fis table layout on redboot based systemsFelix Fietkau2009-09-215-56/+451
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17659 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17658 3c298f89-4303-0410-b956-a3cf2f4a3e73
* atheros: use the correct mtd erase callback in the spiflash driverFelix Fietkau2009-09-211-3/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17657 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [imagebuilder] remove board name hack (#5823)Florian Fainelli2009-09-201-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17652 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mklibs: fix libpthread link error (#5851)Felix Fietkau2009-09-201-0/+28
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17639 3c298f89-4303-0410-b956-a3cf2f4a3e73
* base-files: fix conffiles entry check (patch from #2425)Felix Fietkau2009-09-191-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17618 3c298f89-4303-0410-b956-a3cf2f4a3e73
* opkg: fix the -force_space optionFelix Fietkau2009-09-191-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17611 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add support for the Brain Fuck Scheduler v230 for 2.6.30 (disabled by default)Felix Fietkau2009-09-192-0/+6413
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17606 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix lzma cmd args.Lars-Peter Clausen2009-09-171-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17604 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update to latest 2.6.27 and 2.6.30 kernelsImre Kaloz2009-09-1725-28/+28
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17602 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17601 3c298f89-4303-0410-b956-a3cf2f4a3e73
* adm5120: refresh 2.6.30 patchesGabor Juhos2009-09-172-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17600 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17599 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17598 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] swconfig: clear ip address on the switch interface, this prevents ↵Jo-Philipp Wich2009-09-162-1/+2
| | | | | | duplicate assignments of 192.168.1.1 on the DIR-300 at least git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17597 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: clear ip addresses on interfaces that are about to be ↵Jo-Philipp Wich2009-09-162-1/+3
| | | | | | added to a bridge git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17596 3c298f89-4303-0410-b956-a3cf2f4a3e73
* atheros: disable CONFIG_COMPAT_NET_DEV_OPS, it is no longer necessaryFelix Fietkau2009-09-161-6/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17595 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17594 3c298f89-4303-0410-b956-a3cf2f4a3e73
* atheros: remove 2.6.28 supportFelix Fietkau2009-09-1612-6513/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17593 3c298f89-4303-0410-b956-a3cf2f4a3e73