summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [brcm47xx] add patches for kernel 2.6.31hauke2009-09-2628-0/+3113
| | | | | | | This is completly untested. Only a compile tests with the default config was done! git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17734 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm47xx] refresh patcheshauke2009-09-2612-33/+33
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17733 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: switch to 2.6.30.7nbd2009-09-261-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17732 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix 2.6.31 compile with union mounts disablednbd2009-09-262-2/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17730 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make scripts/ipkg more portable by using printf instead of echo -nnbd2009-09-261-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17729 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ramips: since both subtargets are marked as broken, move FEATURES to the ↵nbd2009-09-253-2/+1
| | | | | | main target and mark the whole target as broken. avoids unnecessary user confusion about inexplicable build failures git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17728 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: refresh the vm exports patch in 2.6.31nbd2009-09-251-13/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17727 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add a patch for union mounts in 2.6.31nbd2009-09-253-0/+5215
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17726 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86: switch to 2.6.31nbd2009-09-251-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17725 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: add support for union mounts (not included in the kernel yet)nbd2009-09-251-0/+29
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17724 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86: add support for 2.6.31nbd2009-09-252-0/+443
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17723 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86: use libata in 2.6.30, fix pata support for sc1200 (used on wrap)nbd2009-09-253-35/+27
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17722 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iptables: fix build error with linux 2.6.31nbd2009-09-251-1/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17721 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: if block2mtd does not find the device immediately, use ↵nbd2009-09-252-0/+20
| | | | | | wait_for_device_probe() before trying again (should fix squashfs/jffs2 image boot issues), patch from #5216 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17720 3c298f89-4303-0410-b956-a3cf2f4a3e73
* gcc: fix a linker error in 4.3.3 and 4.3.4 that is triggered by including an ↵nbd2009-09-252-0/+22
| | | | | | object in a linking process which is already part of libbackend.a git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17718 3c298f89-4303-0410-b956-a3cf2f4a3e73
* gmp: upgrade to 4.3.1 and fix compile on 64-bit mac os xnbd2009-09-251-2/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17717 3c298f89-4303-0410-b956-a3cf2f4a3e73
* host build: do not hide the configure commandnbd2009-09-251-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17716 3c298f89-4303-0410-b956-a3cf2f4a3e73
* libtool: update to 1.5.26 (patch from #4905)nbd2009-09-241-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17715 3c298f89-4303-0410-b956-a3cf2f4a3e73
* base-files: add libgcc dependency to libc (#5262)nbd2009-09-241-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17714 3c298f89-4303-0410-b956-a3cf2f4a3e73
* firewall: add sanity checks to zone default rules (patch from #5459)nbd2009-09-241-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17713 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add documentation for passphrase option.nbd2009-09-241-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17712 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update dnsmasq to 2.50 (#5784)nbd2009-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 ↵nbd2009-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.30nbd2009-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 #5847nbd2009-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.31nbd2009-09-242-0/+6450
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17699 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: flush mii register writesjuhosg2009-09-232-2/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17695 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: refresh 2.6.28 patchesjuhosg2009-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 driverjuhosg2009-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 driverjuhosg2009-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 triggersnbd2009-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 leaknbd2009-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 ↵nbd2009-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 ↵nbd2009-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 displaynbd2009-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.31nbd2009-09-231-8/+38
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17686 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: refresh 2.6.30 patchesjuhosg2009-09-231-11/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17685 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uml: refresh patchesjuhosg2009-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.31juhosg2009-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 ↵nico2009-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 ↵nbd2009-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 performancenbd2009-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 ↵jow2009-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 ↵jow2009-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 :)nico2009-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.jow2009-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 checksnbd2009-09-212-9/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17666 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [s3c24xx] Add 2.6.31 patcheslars2009-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 PPChcg2009-09-211-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17664 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add default /etc/dnsmasq.confnbd2009-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