aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [lantiq]John Crispin2011-05-29165-18458/+54116
| | | | | | | | | | * backport 2.6.8 patches to .39 / .32.33 * remove lqtapi * bump tapi/dsl to .39 * migrate to new ltq_ style api * add amazon_se support git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27026 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: merge a few bugfixesFelix Fietkau2011-05-283-4/+97
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27025 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath5k: disable fast channel changes, some people have reported that they ↵Felix Fietkau2011-05-281-0/+18
| | | | | | introduce connection stability issues git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27024 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove legacy package/foo-compile wrapper targets, people should be used to ↵Felix Fietkau2011-05-281-2/+0
| | | | | | the correct target names by now git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27023 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: fix a race condition related to assoc response tx status processingFelix Fietkau2011-05-281-0/+48
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27022 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: update to 20110527, includes a client mode wpa auth fixFelix Fietkau2011-05-2813-53/+53
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27021 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: Add support for 2.6.39Florian Fainelli2011-05-2738-0/+4717
| | | | | | | | Add support for Kernel 2.6.39. Boots fine on a BCM6358. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27019 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm63xx: Add support for 2.6.38Florian Fainelli2011-05-2738-0/+4725
| | | | | | | | Add support for Kernel 2.6.38, based on 2.6.38.6. Boots fine on a BCM6358. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27018 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fold 446-board-D4PW_correction.patch in 440-board-D4PW.patchFlorian Fainelli2011-05-267-98/+34
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27014 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] renumber patches accordinglyFlorian Fainelli2011-05-2625-64/+60
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27013 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] renumber board patchesFlorian Fainelli2011-05-2612-20/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27012 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: exportfs: reallow building as a moduleHauke Mehrtens2011-05-251-0/+11
| | | | | | | | | | | | | | | | It was originally tristate, but was changed to bool to prevent a build breakage in an earlier patch revision (for a new syscall). The actual commit[1] changed it in a way this isn't needed anymore, but accidentially left the EXPORTFS change in. There's no reason for it not being buildable as a module, so changing it back to tristate is fine. see: https://patchwork.kernel.org/patch/812832/ Thank you Jonas Gorski for the patch. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27011 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: generic: Update 2.6.39 to finalHauke Mehrtens2011-05-255-12/+43
| | | | | | | | | | | | * Add missing config symbols * Update package/kernel for 2.6.39 CONFIG_BT_L2CAP=y and CONFIG_BT_SCO=y are set to build them into the bluetooth module. Thank you Jonas Gorski for the patch git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27010 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: some updates for kernel 2.6.39Hauke Mehrtens2011-05-2527-79/+215
| | | | | | | | | | | * add md5sum for kernel * add some missing config symbols * add some ssb patches to make compat-wireless compile Thank you Peter Wagner for the patch git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27009 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: initial 2.6.39 support for brcm47xxHauke Mehrtens2011-05-2537-0/+3451
| | | | | | | Thank you Peter Wagner for the patch git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27008 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] fix mtd warningsFlorian Fainelli2011-05-255-10/+30
| | | | | | | | | | | | | | | Fixes for the following warnings: drivers/mtd/devices/block2mtd.c: In function '_open_bdev': drivers/mtd/devices/block2mtd.c:272:3: warning: ISO C90 forbids mixed declarations and code drivers/mtd/devices/block2mtd.c: In function 'add_device': drivers/mtd/devices/block2mtd.c:399:13: warning: assignment discards qualifiers from pointer target type In the case of 442-block2mtd_probe.patch, it's not until the insertion of a executable statement before the definition that causes a warning, so I've chosen to resolve the issue here by splitting the definition and the initialization into a definition and a statement (and assignment) instead. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27007 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: remove old kernelHauke Mehrtens2011-05-2537-3465/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27006 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: fix partition layout on SimpleShare devices.Hauke Mehrtens2011-05-251-21/+66
| | | | | | | | | | | The flash driver code should be cleaned up and the broad detection code should be placed into arch code and used here. This fixes #9323 Thank you Will Holmes for the patch. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27005 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/uclibc] use 'fputws_unlocked(S,F)' instead of 'fputws(S,F)'Mirko Vogt2011-05-241-0/+21
| | | | | | | this eliminates a source of reproduceable freezes http://lists.uclibc.org/pipermail/uclibc/2011-May/045367.html git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27001 3c298f89-4303-0410-b956-a3cf2f4a3e73
* libpcap: properly fix fPIC handling (reverts $(FPIC) added in r26999)Felix Fietkau2011-05-244-19/+42
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27000 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] libpcap: add -fpic, refresh patchesJo-Philipp Wich2011-05-244-8/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26999 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [generic] Clean up patch not applyingHamish Guthrie2011-05-241-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26997 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] libpcap: remove empty patchfilesJo-Philipp Wich2011-05-242-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26996 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH] Update libpcap to version 1.1.1Jo-Philipp Wich2011-05-248-261/+109
| | | | | | | Signed-off-by: Christoph König <christoph.koenig@ikt.uni-hannover.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26995 3c298f89-4303-0410-b956-a3cf2f4a3e73
* base-files: make the MAC address of bridge interfaces sticky to avoid ARP ↵Felix Fietkau2011-05-241-1/+2
| | | | | | issues on wifi re-configuration git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26990 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH] Add support for git-svn package feedsJo-Philipp Wich2011-05-241-0/+5
| | | | | | | Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26988 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: mark /etc/crontabs/ as config directoryJo-Philipp Wich2011-05-241-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26986 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH] kernel: kmod-crypto-iv depends on kmod-crypto-managerJo-Philipp Wich2011-05-241-1/+1
| | | | | | | | | | | Add a missing dependency to kmod-crypto-iv. chainiv.ko and eseqiv.ko from kmod-crypto-iv depend on crypto_blkcipher.ko from kmod-crypto-manager. Signed-off-by: Lars Hjersted <lars@hjersted.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26984 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH] dnsmasq: allow hostname assignment without static leaseJo-Philipp Wich2011-05-242-5/+4
| | | | | | | | | | | | | | | | | | The attached patch for dnsmasq.init allows to assign a hostname to a particular mac-address. It's useful to override the client supplied hostname, especially if the client does not supply a hostname at all. It corresponds to the following example in dnsmasq.conf.example: # Always set the name of the host with hardware address # 11:22:33:44:55:66 to be "fred" #dhcp-host=11:22:33:44:55:66,fred Regards Mathias git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26983 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [netfilter] package u32 match and TEE target, patches by Maxim UvarovJo-Philipp Wich2011-05-243-0/+66
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26977 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] ncurses: enable C++ bindings (#9442)Jo-Philipp Wich2011-05-221-6/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26970 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iw: fix calculation of fractional multicast rates like 5.5Mbps due ↵Jo-Philipp Wich2011-05-222-2/+13
| | | | | | to wrong operator precedence git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26968 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add LD_LIBRARY to cmake.mkFelix Fietkau2011-05-201-0/+1
| | | | | | | | Otherwise cmake programs try to link with host ld.so Signed-off-by: Jan Willies <jan@willies.info> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26963 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall: explictely mention network in default configuration, ↵Jo-Philipp Wich2011-05-201-0/+2
| | | | | | makes it less confusing git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26961 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] add support for BT Voyager 2110 (#8810)Florian Fainelli2011-05-204-1/+93
| | | | | | Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26959 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] add support for DSL-2640B rev B2Florian Fainelli2011-05-204-2/+91
| | | | | | Signed-off-by: Adrian Feliks <mexit@o2.pl> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26958 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] refresh patchesFlorian Fainelli2011-05-2010-22/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26957 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] add support for D-Link DVA-G3810BN/TLFlorian Fainelli2011-05-203-0/+35
| | | | | | | | This patch adds support for D-Link's DVA-G3810BN/TL product. Signed-off-by: Roman Dumycz <roman@secureas.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26956 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] refresh 2.6.37 patchesFlorian Fainelli2011-05-2026-72/+72
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26955 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] add support for BT Voyager 2500 (#9070)Florian Fainelli2011-05-202-1/+115
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26954 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] add support for USR9108 LEDs (#9372)Florian Fainelli2011-05-201-0/+22
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26953 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] add GT701 LEDs support (#9382)Florian Fainelli2011-05-201-0/+53
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26952 3c298f89-4303-0410-b956-a3cf2f4a3e73
* broadcom-wl: fix wild ssb_device accesses as pci_dev for legacy pci dma apiFelix Fietkau2011-05-191-0/+88
| | | | | | | | | | | | | broadcom-wl driver bound to ssb device with ssb driver probe have osh handle struct pdev pointer value initialized with ssb_device pointer. Later on pdev is used with legacy pci dma api as pci_dev thus causing oops sometimes. The patch replaces legacy pci dma api and pass relevant device struct pointer to avoid crashes. Signed-off-by: George Kashperko <george@znau.edu.ua> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26949 3c298f89-4303-0410-b956-a3cf2f4a3e73
* broadcom-wl: fix uninitialized variableFelix Fietkau2011-05-191-1/+2
| | | | | | | | It was causing an occasional kernel oops. Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26948 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix some locking issues in the tx fifo cleanup patchFelix Fietkau2011-05-191-35/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26947 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Simple typo for kmod- prefix in alix2 target makefile.Daniel Dickinson2011-05-191-1/+1
| | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26945 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [omap35xx]: Remove override of max80211.shHamish Guthrie2011-05-181-6/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26936 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: clean up tx fifo handling on ar9380 based hardwareFelix Fietkau2011-05-182-0/+680
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26934 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix a small race condition in the tx_last_beacon patchFelix Fietkau2011-05-181-5/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26933 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [omap35xx] Move beagleboard base-files to beagleboard sub-target, remove ↵Hamish Guthrie2011-05-183-440/+0
| | | | | | unused mac80211.sh git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26932 3c298f89-4303-0410-b956-a3cf2f4a3e73