aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* ar71xx: only reinit the ethernet MAC at .open() on ar724x for now, until ↵Felix Fietkau2010-07-061-1/+3
| | | | | | we've figured out what part of it causes the issue described in #7563 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22075 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/busybox: fix sed issue with gcc-4.5.0 (closes #7566)Alexandros C. Couloumbis2010-07-061-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22074 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] comgt: add usb hotplug handler to bring up 3g ifaces on boot or ↵Jo-Philipp Wich2010-07-042-1/+46
| | | | | | when the dongle is attached git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22061 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add mini_fo fix to 2.6.30 as wellFelix Fietkau2010-07-041-0/+48
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22058 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mini_fo: add error pointer checks after dentry lookups to fix various crash ↵Felix Fietkau2010-07-044-0/+192
| | | | | | bugs (fixes #7277, #7207, #7259) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22057 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ag71xx: reset the hardware during open(), this improves recovery from tx ↵Felix Fietkau2010-07-041-0/+2
| | | | | | timeouts on ar724x considerably git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22055 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ag71xx: fix a memory corruption bug that happens if you flood the interface ↵Felix Fietkau2010-07-041-0/+6
| | | | | | | | with packets while it's being brought down fixes boot time crashes under load reported by matteo git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22054 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing dependencies for hostapd-utils and wpa-cli (#7421)Felix Fietkau2010-07-031-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22052 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix a potential buffer leakFelix Fietkau2010-07-021-0/+68
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22048 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix a crash with WEP in ad-hoc modeFelix Fietkau2010-07-021-0/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22046 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic: rtl8366: enable VLAN ingress filteringGabor Juhos2010-07-022-0/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22044 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] refresh 2.6.34 patchesFlorian Fainelli2010-07-013-21/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22042 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [au1000] add 2.6.34 supportFlorian Fainelli2010-07-017-1/+558
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22041 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [au1000] fix line wrapped patchFlorian Fainelli2010-07-011-4/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22040 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix false positives in the baseband hang check by repeating the test ↵Felix Fietkau2010-07-011-0/+90
| | | | | | a few times before pronouncing the hardware dead and resetting it git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22038 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: clean up some code duplication related to noise floor handlingFelix Fietkau2010-07-011-0/+207
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22037 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add a missing null pointer check and some further cleanupFelix Fietkau2010-07-011-3/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22036 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: properly sanitize calibrated noise floor values on all hardwareFelix Fietkau2010-07-011-0/+386
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22035 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [au1000] fix PCI, thanks br1, put back 2.6.32.14 support by defaultFlorian Fainelli2010-07-013-70/+39
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22033 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm47xx: added dual image support to flashmap driverMarkus Wigge2010-07-011-3/+37
| | | | | | | | | | | | some CFE versions (i.e. WRT54G3Gv2-VF) expect two separate firmware images which each consume half of the available flash space. these changes check for the TRX header version and set the partition size correctly. Tested on G3Gv2-VF and Asus WL-500GP git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22019 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix GPIO pin for G3GV2-VFMarkus Wigge2010-07-011-1/+1
| | | | | | | | Signed-off-by: Niclas Koeser <nks@informatik.uni-kiel.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22018 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix leds-rb750 build failure on 2.6.34Gabor Juhos2010-07-011-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22016 3c298f89-4303-0410-b956-a3cf2f4a3e73
* firmware-utils/mktplinkfw: add support for the TL-WA901NDGabor Juhos2010-07-011-0/+9
| | | | | | | Patch-by: Pieter "Fate" Hollants <pieter@hollants.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22015 3c298f89-4303-0410-b956-a3cf2f4a3e73
* renamed wrt54g3gv2-vf imagesMarkus Wigge2010-07-011-2/+2
| | | | | | | | | | | | 'factory' and 'sysupgrade' did not make much sense. A discussion with jow convinced me that .trx results in a helpdesk disaster. So I decided to use '.bin' for normal bin-headers and '.noheader.bin' for the trx-v2 image. I fixed the wiki accordingly. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22013 3c298f89-4303-0410-b956-a3cf2f4a3e73
* preset stable and try* flags for TRX2 headersMarkus Wigge2010-07-012-4/+22
| | | | | | | | | | | | * changed addpattern.c to preset the stable and try flags used in TRXv2 images to dupe CFE and pretend a stable image. * changed trx.c to calculate TRXv2 CRC with stable and try flags set to 0xFF like CFE does on startup * fixed compile warnings in trx.c by explicit casting git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22012 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [au1000] revert upstream commit that broke PCI until we have a better fixFlorian Fainelli2010-07-011-0/+69
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22010 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] add a wifi profile for proprietary wlJo-Philipp Wich2010-07-011-0/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22009 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] broadcom-wl: update to v5.10.56.27.1, initial brcm63xx (MIPS BE) ↵Jo-Philipp Wich2010-07-012-27/+8
| | | | | | support git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22008 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] broadcom-wl:Jo-Philipp Wich2010-07-013-1/+61
| | | | | | | | - fix compilation against eglibc and glibc (#7521) - unbind device from b43 ssb bridge on boot (#7529) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22007 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] fix dir-825-b1 default network config after r21905Jo-Philipp Wich2010-07-011-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22005 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: add "mtu" option for route sections, allows setting ↵Jo-Philipp Wich2010-06-302-3/+7
| | | | | | per-route mtu values git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22003 3c298f89-4303-0410-b956-a3cf2f4a3e73
* block-extroot, block-mount: Fixed multiple bugs which prevented e2fsck from ↵Daniel Dickinson2010-06-305-20/+20
| | | | | | being executed on the external root filesystem before mounting it as root. Added /etc/e2fsck.conf which indicates that the clock is broken (since most OpenWRT devices don't have a battery backed RTC) so that e2fsck will not exit with fatal error when the rdat has not yet been run (i.e. before network). git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22002 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] hostapd: enforce CCMP WPA cipher if hwmode is 11ng or 11naJo-Philipp Wich2010-06-301-0/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22000 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add initval updates - should increase stability and performance on ↵Felix Fietkau2010-06-303-0/+14635
| | | | | | AR91xx and AR92xx git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21999 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] hostapd: allow *ccmp+tkip and *aes+tkip as well for cipher overrideJo-Philipp Wich2010-06-301-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21998 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] broadcom-wl: align wpa encryption value and cipher override format ↵Jo-Philipp Wich2010-06-301-8/+27
| | | | | | with hostapd.sh git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21997 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/iptables: fix compile failure on gentoo build system (thanks nbd)Alexandros C. Couloumbis2010-06-301-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21996 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix commit r21994 (thanks juhosg)Alexandros C. Couloumbis2010-06-302-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21995 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix commit r21993Alexandros C. Couloumbis2010-06-3016-0/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21994 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] Don't force pci support on .34 and .35Claudio Mignanti2010-06-302-2/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21993 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix r21990Alexandros C. Couloumbis2010-06-301-5/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21992 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [at91] Add board definition previously forgottenClaudio Mignanti2010-06-301-0/+226
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21991 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: fix compile issues on 2.6.35Alexandros C. Couloumbis2010-06-301-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21990 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix TSF across hardware resets on AR913xFelix Fietkau2010-06-301-0/+39
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21989 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: update to wireless-testing 2010-06-28Felix Fietkau2010-06-3020-98/+33
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21988 3c298f89-4303-0410-b956-a3cf2f4a3e73
* block-mount: Fixed mount deadlocks due to buggy use of locks in ↵Daniel Dickinson2010-06-291-14/+20
| | | | | | /lib/functions/block.sh git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21987 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixed trx version to handlingMarkus Wigge2010-06-281-1/+1
| | | | | | | I forgot to write the right trx version to the actual header... git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21986 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic: rtl8366: minor cleanupGabor Juhos2010-06-282-22/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21985 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic: rtl8366: add common read_debugfs_mibs functionGabor Juhos2010-06-283-144/+56
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21984 3c298f89-4303-0410-b956-a3cf2f4a3e73
* generic: rtl8366: standardize read_debugfs_mibs functionsGabor Juhos2010-06-283-22/+44
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21983 3c298f89-4303-0410-b956-a3cf2f4a3e73