Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | wireless: build hermes packages from compat-wirelessand not from the kernel. | Hauke Mehrtens | 2010-11-10 | 2 | -67/+64 |
| | | | | | | hermes now depends on cfg80211 and that is provided by compat-wireless, so the hermes driver should also be taken from that source. SVN-Revision: 23946 | ||||
* | hostapd: add some wpa related madwifi fixes | Felix Fietkau | 2010-11-09 | 1 | -0/+48 |
| | | | | SVN-Revision: 23933 | ||||
* | hostapd: update to 20101109, reorganize patches | Felix Fietkau | 2010-11-09 | 28 | -275/+163 |
| | | | | SVN-Revision: 23932 | ||||
* | ath9k: fix a compile error with debugging disabled (#8189) | Felix Fietkau | 2010-11-07 | 1 | -0/+8 |
| | | | | SVN-Revision: 23912 | ||||
* | base-files: change /dev permissions to 0755 when hotplug2 is used (#6039) | Jo-Philipp Wich | 2010-11-07 | 1 | -1/+1 |
| | | | | SVN-Revision: 23908 | ||||
* | Fix permissions for /etc and other dirs after clean flash (#6039) | Jo-Philipp Wich | 2010-11-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | During the first OpenWrt boot after a clean flash (when the jffs2 partition is not yet initialized) tmpfs is used instead of the usual jffs2 overlay filesystem. If this tmpfs is mounted with default options, all directories created there (/etc, /etc/config, other subdirectories in /etc) get permissions 1777 by default, and these permissions then persist in the created jffs2 at least until subsequent sysupgrade. Mounting tmpfs with mode=0755 fixes the permission problem. Signed-off-by: Sergey Vlasov <vsu@altlinux.ru> SVN-Revision: 23906 | ||||
* | Add package for ledtrigger netfilter | Claudio Mignanti | 2010-11-06 | 1 | -0/+21 |
| | | | | SVN-Revision: 23902 | ||||
* | Add package for ledtrigger gpio | Claudio Mignanti | 2010-11-06 | 1 | -0/+15 |
| | | | | SVN-Revision: 23901 | ||||
* | broadcom-wl: remove pcmcia support | Hauke Mehrtens | 2010-11-06 | 2 | -12/+22 |
| | | | | | | | For kernel 2.6.36 some additional pcmcia backpots would be needed, but this should not depend on pcmcia. SVN-Revision: 23899 | ||||
* | uhttpd: make it work without shadow password support | Jo-Philipp Wich | 2010-11-06 | 3 | -2/+18 |
| | | | | SVN-Revision: 23897 | ||||
* | ath9k: fix ath9k_hw_apply_gpio_override so that it's effective | Felix Fietkau | 2010-11-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | I discovered another bug in the ath9k WNDR3700 quirk fix from r23822. ath9k_hw_apply_gpio_override was testing the original value of gpio_mask to determine which bits were appropriate, instead of testing the shifted value. Because bit 0 is always clear in the original value, this resulted in no calls to set the GPIOs, an improperly-configured radio, and reduced RSSI on other systems listening to the radio. Signed-off-by: Mark Mentovai <mark@moxienet.com> SVN-Revision: 23890 | ||||
* | ath9k: fix enabling SWBA interrupts | Felix Fietkau | 2010-11-04 | 1 | -0/+20 |
| | | | | SVN-Revision: 23870 | ||||
* | ath9k: fix a few remaining issues in the xmit queue cleanup patch - reduces ↵ | Felix Fietkau | 2010-11-04 | 1 | -21/+41 |
| | | | | | | packet loss under load SVN-Revision: 23856 | ||||
* | * adds a rewrite of the tapi drivers + sip app. this is the result of lars' ↵ | John Crispin | 2010-11-03 | 79 | -0/+8271 |
| | | | | | | gsoc 2010 project, Thanks ! SVN-Revision: 23840 | ||||
* | * remove broken flag from dsl-control app | John Crispin | 2010-11-03 | 1 | -1/+1 |
| | | | | SVN-Revision: 23838 | ||||
* | * make dsl driver work with new kernel | John Crispin | 2010-11-03 | 9 | -819/+44 |
| | | | | SVN-Revision: 23837 | ||||
* | package/madwifi: fix r23829 commit | Alexandros C. Couloumbis | 2010-11-03 | 1 | -0/+0 |
| | | | | SVN-Revision: 23830 | ||||
* | package/madwifi: Use sema_init() instead of init_MUTEX() (based on: ↵ | Alexandros C. Couloumbis | 2010-11-03 | 1 | -0/+9 |
| | | | | | | http://madwifi-project.org/changeset/4118) SVN-Revision: 23829 | ||||
* | ath9k: fix cycle counter tracking | Felix Fietkau | 2010-11-03 | 1 | -0/+33 |
| | | | | SVN-Revision: 23824 | ||||
* | ath9k: fix queue pending frame counter tracking by cleaning up tx queue ↵ | Felix Fietkau | 2010-11-03 | 1 | -0/+686 |
| | | | | | | selection SVN-Revision: 23823 | ||||
* | ar71xx: improve the wndr3700 quirks - move most of the code out of ath9k and ↵ | Felix Fietkau | 2010-11-03 | 9 | -110/+138 |
| | | | | | | instead allow the platform device to specify gpio overrides - fixes 5ghz signal strength issues SVN-Revision: 23822 | ||||
* | hostapd: Add 'identity' config option when eap_type is 'tls' on ↵ | Vasilis Tsiligiannis | 2010-11-03 | 2 | -1/+3 |
| | | | | | | wpa_supplicant (#8164) SVN-Revision: 23817 | ||||
* | make IGNORE_ERRORS apply to deselected packages as well (typically triggered ↵ | Felix Fietkau | 2010-11-02 | 1 | -1/+1 |
| | | | | | | through dependencies) SVN-Revision: 23796 | ||||
* | package/apex: fix a compile issue | Alexandros C. Couloumbis | 2010-11-02 | 1 | -0/+20 |
| | | | | SVN-Revision: 23768 | ||||
* | uci: use a delete-safe iterator in the Lua :foreach() function The following ↵ | Jo-Philipp Wich | 2010-11-01 | 2 | -1/+21 |
| | | | | | | test case exposed a NULL pointer dereference in uci_lua_foreach(): lua -luci -e 'x=uci.cursor(); x:foreach("firewall", "forwarding", function(s) x:delete("firewall", s[".name"]) end)' SVN-Revision: 23757 | ||||
* | nl80211: fix a station dump crash triggered by sending an invalid ifindex | Felix Fietkau | 2010-10-31 | 1 | -0/+13 |
| | | | | SVN-Revision: 23741 | ||||
* | add missing SH_FUNC for remaining md5s calls (#7888) | Felix Fietkau | 2010-10-31 | 2 | -2/+2 |
| | | | | SVN-Revision: 23739 | ||||
* | hostapd: move the madwifi segfault fix to the right place | Felix Fietkau | 2010-10-31 | 2 | -32/+12 |
| | | | | SVN-Revision: 23738 | ||||
* | madwifi: remove device ids for AR5416 | Felix Fietkau | 2010-10-31 | 1 | -0/+20 |
| | | | | SVN-Revision: 23730 | ||||
* | add kmod-leds-net5501 | Florian Fainelli | 2010-10-30 | 1 | -0/+15 |
| | | | | | | Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com> SVN-Revision: 23729 | ||||
* | prefer the cs5535 gpiolib driver after 2.6.32 | Florian Fainelli | 2010-10-30 | 1 | -1/+7 |
| | | | | SVN-Revision: 23728 | ||||
* | ep80579 depend on their corresponding subtarget | Florian Fainelli | 2010-10-30 | 1 | -1/+1 |
| | | | | SVN-Revision: 23726 | ||||
* | package/hostapd: fix crash in atheros driver (#8143) ↵ | Jo-Philipp Wich | 2010-10-29 | 1 | -0/+22 |
| | | | | | | hapd->driver->set_operstate may happen when the drv_priv data is not initialized yet, this leads to a null pointer deref in the atheros driver. Protect the operstate call with a check for hapd->drv_priv. SVN-Revision: 23715 | ||||
* | kernel: Add kernel module for OMAP WDT | Hamish Guthrie | 2010-10-28 | 1 | -0/+16 |
| | | | | SVN-Revision: 23689 | ||||
* | Fixed support for Iomega | Lars-Peter Clausen | 2010-10-27 | 3 | -10/+443 |
| | | | | | | | | | | * Added configuration file. * Set blue power led during bootup * enabled pci express Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com> SVN-Revision: 23683 | ||||
* | libtool: Force nonparallel build. | Michael Büsch | 2010-10-27 | 1 | -0/+3 |
| | | | | SVN-Revision: 23681 | ||||
* | madwifi: fix syntax error introduced by r23660 | Jo-Philipp Wich | 2010-10-27 | 1 | -1/+1 |
| | | | | SVN-Revision: 23679 | ||||
* | iptables: Fix call to md5s | Michael Büsch | 2010-10-27 | 1 | -1/+1 |
| | | | | SVN-Revision: 23675 | ||||
* | hostapd: do not restrict ht capabilities for ap+sta | Felix Fietkau | 2010-10-27 | 1 | -2/+2 |
| | | | | SVN-Revision: 23674 | ||||
* | mac80211: set GF flag in hostapd config if supported | Felix Fietkau | 2010-10-27 | 1 | -0/+1 |
| | | | | | | Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 23673 | ||||
* | madwifi: make wep-open the default | Jo-Philipp Wich | 2010-10-27 | 1 | -2/+2 |
| | | | | SVN-Revision: 23660 | ||||
* | madwifi: add wep+open, wep+shared format support to madwifi as well | Jo-Philipp Wich | 2010-10-27 | 1 | -1/+5 |
| | | | | SVN-Revision: 23657 | ||||
* | Set auth_algs in hostapd.conf, make it configurable for WEP Always set ↵ | Jo-Philipp Wich | 2010-10-27 | 1 | -1/+9 |
| | | | | | | | | | | auth_algs in hostapd.conf. For WEP, auth_algs is configurable by setting the encryption parameter of a wifi-iface to contain "open" (1, open system), "shared" (2, shared key), or "mixed" (3, permits both open system and shared key.) For example, use "wep+shared" for shared key authentication. The default is default is "open" as it is more secure than "shared" (although WEP is pretty weak regardless.) For non-WEP, "open" is always used. https://dev.openwrt.org/ticket/8120 Signed-off-by: Mark Mentovai <mark@moxienet.com> SVN-Revision: 23655 | ||||
* | ath9k: fix aggregation flush on ar9003 | Felix Fietkau | 2010-10-27 | 1 | -0/+34 |
| | | | | SVN-Revision: 23650 | ||||
* | ath9k: add more pending locking fixes - fixes tx dma hang issues on reset | Felix Fietkau | 2010-10-27 | 2 | -74/+200 |
| | | | | SVN-Revision: 23649 | ||||
* | gdb: There are dep issues with cconfig.h. Disable parallel build for now. | Michael Büsch | 2010-10-26 | 1 | -1/+1 |
| | | | | SVN-Revision: 23647 | ||||
* | hotplug2 depends on udevtrigger | Florian Fainelli | 2010-10-26 | 1 | -1/+2 |
| | | | | SVN-Revision: 23646 | ||||
* | hostapd: backport a fix for setting the IFF_RUNNING flag on AP mode interfaces | Felix Fietkau | 2010-10-26 | 1 | -0/+25 |
| | | | | SVN-Revision: 23641 | ||||
* | mac80211: add uci support for the ad-hoc multicast rate setting | Felix Fietkau | 2010-10-25 | 1 | -1/+8 |
| | | | | SVN-Revision: 23637 | ||||
* | iw: add support for setting the multicast rate for ibss | Felix Fietkau | 2010-10-25 | 2 | -11/+47 |
| | | | | SVN-Revision: 23636 |