summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [package] mac80211: add mising esac to mac80211.shjow2011-01-261-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25122 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add rtl8366s initvals for the DIR-825 boardjuhosg2011-01-261-2/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25121 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic: rtl8366s: allow initial register values to be passed via platform_datajuhosg2011-01-262-0/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25120 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: create firmware image for the WNDR3700v2 boardjuhosg2011-01-261-0/+2
| | | | | | Patch-by: Mark Mentovai <mark@moxienet.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25119 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add support for the WNDR3700v2 boardjuhosg2011-01-267-10/+158
| | | | | | Based on a patch by Mark Mentovai <mark@moxienet.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25118 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/base-files: add get_magic_long() to common upgrade scriptjuhosg2011-01-262-1/+5
| | | | | | Patch-by: Mark Mentovai <mark@moxienet.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25117 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] mac80211: rework recent mac80211.sh additions:jow2011-01-261-7/+32
| | | | | | | | | - split antenna options into rxantenna and txantenna to bring it in line with broadcom and madwifi - get rid of temporary variables - follow the documented config protocol for wep keys (option key # + option key# [s:]data) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25116 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: optimize memory allocations - improves performance and reduces ath9k ↵nbd2011-01-261-0/+200
| | | | | | RAM usage by 2 MB per device git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25115 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [omap35xx] Add kernel patch to expose omap3 die id via sysfshcg2011-01-261-0/+48
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25112 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: Add new parameters to mac80211.shnbd2011-01-261-1/+10
| | | | | | | | | | | | Add new options 'bintval' (beacon interval), 'basicrates' (basic rates) and 'antenna' (antenna selection) for /etc/config/wireless to be used with mac80211 drivers. Enable WEP encryption for IBSS mode. Patch from: kentarou matsuyama <matsuyama@thinktube.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25111 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iw: Fix data types for iw survey channel timenbd2011-01-261-10/+10
| | | | | | | | | The channel times are unsigned 64 bit values, so we shouldn't print them as signed values. Patch from: kentarou matsuyama <matsuyama@thinktube.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25110 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iw: Add signal average to station informationnbd2011-01-261-0/+36
| | | | | | Patch from: kentarou matsuyama <matsuyama@thinktube.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25109 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iw: Add support to print station retry countersnbd2011-01-261-0/+35
| | | | | | Patch from: kentarou matsuyama <matsuyama@thinktube.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25108 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iw: Add ibss join parameter for beacon intervalnbd2011-01-261-0/+57
| | | | | | | | NL80211_ATTR_BEACON_INTERVAL already exists, we just have to use it. Patch from: kentarou matsuyama <matsuyama@thinktube.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25107 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iw: Add support for antenna configuration commandsnbd2011-01-261-0/+82
| | | | | | Patch from: kentarou matsuyama <matsuyama@thinktube.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25106 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: Add mac address filter configuration for hostapdnbd2011-01-261-1/+22
| | | | | | | | | Add support of mac address filter. Now 'macfilter' and 'maclist' options can be used with mac80211. Patch from: kentarou matsuyama <matsuyama@thinktube.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25105 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: Improve ath5k/ar71xx PCI bug WARnbd2011-01-261-2/+2
| | | | | | | | | | | | | | | | | It has been confirmed by Atheros that this PCI bug affects the RX side only, so we can keep the 128B DMA size for TX. With this change we can double the thruput of ath5k from 15Mps to 30Mbps. We have been using this patch since more than 6 month in a production environment without problems and a significant performance improvement. It has also been said to fix HW encryption: http://www.mail-archive.com/ath5k-devel@lists.ath5k.org/msg04311.html Patch from: kentarou matsuyama <matsuyama@thinktube.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25104 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86/soekris: Add defconfig for soekris net4801 and net4826nbd2011-01-264-0/+52
| | | | | | | | | Add default config file for net4801 and 4826 and initial script to copy config file like it is done for other platforms. Patch from: kentarou matsuyama <matsuyama@thinktube.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25103 3c298f89-4303-0410-b956-a3cf2f4a3e73
* x86/soekris: Add script to detect soekris modelnbd2011-01-261-0/+19
| | | | | | | | Add script to detect soekris board of net4801 and net4826. Patch from: kentarou matsuyama <matsuyama@thinktube.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25102 3c298f89-4303-0410-b956-a3cf2f4a3e73
* libnl-tiny: Fix for c++ compatibilitynbd2011-01-264-9/+9
| | | | | | | | | | g++ compiler issued some errors like "invalid conversion from void* to *struct nl_attr" when compiling cpp file which calls libnl-tiny functions. (it's OK with gcc) Also see https://dev.openwrt.org/ticket/7854 Patch from: kentarou matsuyama <matsuyama@thinktube.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25101 3c298f89-4303-0410-b956-a3cf2f4a3e73
* dnsmasq: Fix parameter 'limit'nbd2011-01-261-0/+1
| | | | | | | | | | 'limit' is actually the number of IP addresses to serve. See the use of ipcalc.sh. For getting the expected number of IP addresses served, we have to decrement limit by one. Patch from: kentarou matsuyama <matsuyama@thinktube.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25100 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix tx queue debug countersnbd2011-01-261-0/+101
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25099 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic: remove en25pxx support patch, it is in mainline since 2.6.36juhosg2011-01-255-45/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25097 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [target/orion]: drop 2.6.32 support (next target is 2.6.38)kaloz2011-01-256-192/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25096 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: when bridging, do not forward EAP frames to other ports, only ↵nbd2011-01-257-0/+105
| | | | | | | | deliver them locally fixes WPA authentication issues with multiples APs that are connected to each other via bridges git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25095 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: update to 20110117nbd2011-01-2416-152/+222
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25094 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2011-01-24nbd2011-01-2416-1567/+1328
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25093 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [target/orion]: add missing symbol for 2.6.38kaloz2011-01-241-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25091 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [target/orion]: upgrade to 2.6.37kaloz2011-01-243-6/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25090 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [target/generic/2.6.38]: refresh patcheskaloz2011-01-242-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25089 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [target/generic/2.6.38]: replace the mips_boot patch with one that makes ↵kaloz2011-01-243-11/+40
| | | | | | BOOT_RAW selectable, and enable it in the generic config git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25088 3c298f89-4303-0410-b956-a3cf2f4a3e73
* this missing header patch is way too old for any sane software to depend on itkaloz2011-01-241-9/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25087 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove mips gcc4 inline patch - fixed upstreamkaloz2011-01-241-11/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25086 3c298f89-4303-0410-b956-a3cf2f4a3e73
* platform specific patches don't belong here - take #2kaloz2011-01-2440-1013/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25085 3c298f89-4303-0410-b956-a3cf2f4a3e73
* platform specific patches don't belong herekaloz2011-01-246-267/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25083 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/uClibc]: update to latest gitkaloz2011-01-244-98/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25082 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [target/generic]: refresh 2.6.38 patches with -rc2kaloz2011-01-248-18/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25081 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 2.6.38 supports xz ramdisks, tookaloz2011-01-242-0/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25080 3c298f89-4303-0410-b956-a3cf2f4a3e73
* allow files/ to overwrite existing symlinks (fixes #3508)nbd2011-01-231-0/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25078 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [lantiq]blogic2011-01-235-113/+203
| | | | | | | | | | * adds arv4518pw mach support * fixes arv4525pw * make sure all mach names have the same style * move code around git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25075 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [lantiq] adds machtype for ARV7518PWblogic2011-01-232-2/+36
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25074 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [lantiq] remove deadcode from [25072]blogic2011-01-231-4/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25073 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [lantiq] blogic2011-01-239-145/+258
| | | | | | | | | | | | | * fix pci support for more than 1 device * fixes ioport mappings * adds support for arcor easybox 803/arv752DWP22 * gpio direction was not set properly during a gpio_request() * usb compile warning bugfix, cleanup, git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25072 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [uboot-lantiq] add support for arv4518 and arv752DWP22 boardsblogic2011-01-2323-8/+4001
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25071 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [geos]blogic2011-01-221-1/+1
| | | | | | | | | | * Make sure that Geos baud-rate defaults correctly Changeset 23414 somehow got reordered. The unconditional default trumps later settings. contributed by Philip Prindeville git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25068 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [linux-atm]blogic2011-01-222-23/+14
| | | | | | | | * bump to 2.5.2 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25067 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [geos]blogic2011-01-224-3/+70
| | | | | | | | | | | * adds sane default uci environment * adds sane default package selection contributed by Philip Prindeville git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25065 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: kmod-ath9k has no extra menuconfig options, remove MENU:=1 (#8695)nbd2011-01-211-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25060 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix some ps wakeup/restore issues that led to crashes and other weird ↵nbd2011-01-211-0/+61
| | | | | | behavior git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25058 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [target/generic]: preliminary 2.6.38 supportkaloz2011-01-21119-0/+68771
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25057 3c298f89-4303-0410-b956-a3cf2f4a3e73