Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | mac80211: add support for setting the multicast rate for ibss | Felix Fietkau | 2010-10-25 | 2 | -0/+164 |
| | | | | SVN-Revision: 23635 | ||||
* | package/busybox: include an upstream patch | Alexandros C. Couloumbis | 2010-10-25 | 1 | -0/+12 |
| | | | | SVN-Revision: 23630 | ||||
* | package/madwifi: fix mtu setting. (closes #7858) | Alexandros C. Couloumbis | 2010-10-25 | 1 | -2/+12 |
| | | | | SVN-Revision: 23628 | ||||
* | hostapd: fix wpa_supplicant standalone compile | Felix Fietkau | 2010-10-24 | 1 | -2/+4 |
| | | | | SVN-Revision: 23625 | ||||
* | soloscli utility for Solos ADSL2+ modems | Florian Fainelli | 2010-10-24 | 3 | -0/+74 |
| | | | | | | | | Utility for interrogating Traverse Technologies' Solos ADSL2+ modems Signed-off-by: Nathan Williams <nathan@traverse.com.au> SVN-Revision: 23619 | ||||
* | hostapd: fix AP+STA reconnects | Felix Fietkau | 2010-10-24 | 1 | -2/+6 |
| | | | | SVN-Revision: 23604 | ||||
* | hostapd: remove some unnecessary debugging code from the last commit | Felix Fietkau | 2010-10-23 | 1 | -6/+3 |
| | | | | SVN-Revision: 23603 | ||||
* | hostapd/mac80211: implement support for AP+STA | Felix Fietkau | 2010-10-23 | 7 | -3/+386 |
| | | | | SVN-Revision: 23602 | ||||
* | hostapd: fix SIGHUP for multi-bss | Felix Fietkau | 2010-10-23 | 1 | -0/+89 |
| | | | | SVN-Revision: 23601 | ||||
* | busybox: fix configured stampfile name - add $(SH_FUNC) for md5s | Felix Fietkau | 2010-10-23 | 1 | -1/+1 |
| | | | | SVN-Revision: 23600 | ||||
* | base-files: mark /etc/shadow as conffile | Jo-Philipp Wich | 2010-10-23 | 1 | -0/+1 |
| | | | | SVN-Revision: 23590 | ||||
* | ath9k: fix an aggregation hang issue that happens when a hardware reset is ↵ | Felix Fietkau | 2010-10-23 | 1 | -0/+42 |
| | | | | | | issued SVN-Revision: 23588 | ||||
* | uboot-{kirkwood,xburst}: Fix typo in U-Boot image name, thanks framer99 (#8112) | Vasilis Tsiligiannis | 2010-10-21 | 2 | -2/+2 |
| | | | | SVN-Revision: 23567 | ||||
* | hostap-driver: Change default channel from 5 to 11 | Vasilis Tsiligiannis | 2010-10-21 | 1 | -1/+1 |
| | | | | SVN-Revision: 23565 | ||||
* | kernel/modules: Fix CH341 USB-to-serial description (#8097) | Vasilis Tsiligiannis | 2010-10-21 | 1 | -1/+1 |
| | | | | SVN-Revision: 23563 | ||||
* | ath9k: fix sampling frame handling wrt. aggregation, replace minstrel_ht ↵ | Felix Fietkau | 2010-10-21 | 5 | -43/+87 |
| | | | | | | performance fixes for better performance SVN-Revision: 23558 | ||||
* | mac80211: decrease the minstrel_ht sampling interval for faster rate adaption | Felix Fietkau | 2010-10-20 | 2 | -1/+13 |
| | | | | SVN-Revision: 23555 | ||||
* | mac80211: improve minstrel_ht performance by ensuring that rates get sampled ↵ | Felix Fietkau | 2010-10-20 | 1 | -0/+31 |
| | | | | | | fast enough SVN-Revision: 23554 | ||||
* | ath9k: fix a small bug in the handling of a few tx descriptor flags | Felix Fietkau | 2010-10-20 | 1 | -0/+25 |
| | | | | SVN-Revision: 23553 | ||||
* | br2684ctl: rework init script - use common defaults for unit and atmdev - ↵ | Jo-Philipp Wich | 2010-10-20 | 2 | -19/+44 |
| | | | | | | add a more reliable stop routine - localize variables SVN-Revision: 23552 | ||||
* | pppd: use "atmdev" option to select the DSL adapter, this aligns it with ↵ | Jo-Philipp Wich | 2010-10-20 | 2 | -4/+4 |
| | | | | | | br2684ctl and solves #8108 SVN-Revision: 23551 | ||||
* | ath9k: fix a crash that happens when survey stats are accessed before the ↵ | Felix Fietkau | 2010-10-20 | 1 | -0/+12 |
| | | | | | | interface is brought up for the first time SVN-Revision: 23549 |