summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* package/madwifi: fix r23829 commitAlexandros C. Couloumbis2010-11-031-0/+0
| | | | SVN-Revision: 23830
* package/madwifi: Use sema_init() instead of init_MUTEX() (based on: ↵Alexandros C. Couloumbis2010-11-031-0/+9
| | | | | | http://madwifi-project.org/changeset/4118) SVN-Revision: 23829
* ath9k: fix cycle counter trackingFelix Fietkau2010-11-031-0/+33
| | | | SVN-Revision: 23824
* ath9k: fix queue pending frame counter tracking by cleaning up tx queue ↵Felix Fietkau2010-11-031-0/+686
| | | | | | selection SVN-Revision: 23823
* ar71xx: improve the wndr3700 quirks - move most of the code out of ath9k and ↵Felix Fietkau2010-11-039-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 Tsiligiannis2010-11-032-1/+3
| | | | | | wpa_supplicant (#8164) SVN-Revision: 23817
* make IGNORE_ERRORS apply to deselected packages as well (typically triggered ↵Felix Fietkau2010-11-021-1/+1
| | | | | | through dependencies) SVN-Revision: 23796
* package/apex: fix a compile issueAlexandros C. Couloumbis2010-11-021-0/+20
| | | | SVN-Revision: 23768
* uci: use a delete-safe iterator in the Lua :foreach() function The following ↵Jo-Philipp Wich2010-11-012-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 ifindexFelix Fietkau2010-10-311-0/+13
| | | | SVN-Revision: 23741
* add missing SH_FUNC for remaining md5s calls (#7888)Felix Fietkau2010-10-312-2/+2
| | | | SVN-Revision: 23739
* hostapd: move the madwifi segfault fix to the right placeFelix Fietkau2010-10-312-32/+12
| | | | SVN-Revision: 23738
* madwifi: remove device ids for AR5416Felix Fietkau2010-10-311-0/+20
| | | | SVN-Revision: 23730
* add kmod-leds-net5501Florian Fainelli2010-10-301-0/+15
| | | | | | Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com> SVN-Revision: 23729
* prefer the cs5535 gpiolib driver after 2.6.32Florian Fainelli2010-10-301-1/+7
| | | | SVN-Revision: 23728
* ep80579 depend on their corresponding subtargetFlorian Fainelli2010-10-301-1/+1
| | | | SVN-Revision: 23726
* package/hostapd: fix crash in atheros driver (#8143) ↵Jo-Philipp Wich2010-10-291-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 WDTHamish Guthrie2010-10-281-0/+16
| | | | SVN-Revision: 23689
* Fixed support for IomegaLars-Peter Clausen2010-10-273-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üsch2010-10-271-0/+3
| | | | SVN-Revision: 23681
* madwifi: fix syntax error introduced by r23660Jo-Philipp Wich2010-10-271-1/+1
| | | | SVN-Revision: 23679
* iptables: Fix call to md5sMichael Büsch2010-10-271-1/+1
| | | | SVN-Revision: 23675
* hostapd: do not restrict ht capabilities for ap+staFelix Fietkau2010-10-271-2/+2
| | | | SVN-Revision: 23674
* mac80211: set GF flag in hostapd config if supportedFelix Fietkau2010-10-271-0/+1
| | | | | | Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 23673
* madwifi: make wep-open the defaultJo-Philipp Wich2010-10-271-2/+2
| | | | SVN-Revision: 23660
* madwifi: add wep+open, wep+shared format support to madwifi as wellJo-Philipp Wich2010-10-271-1/+5
| | | | SVN-Revision: 23657
* Set auth_algs in hostapd.conf, make it configurable for WEP Always set ↵Jo-Philipp Wich2010-10-271-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 ar9003Felix Fietkau2010-10-271-0/+34
| | | | SVN-Revision: 23650
* ath9k: add more pending locking fixes - fixes tx dma hang issues on resetFelix Fietkau2010-10-272-74/+200
| | | | SVN-Revision: 23649
* gdb: There are dep issues with cconfig.h. Disable parallel build for now.Michael Büsch2010-10-261-1/+1
| | | | SVN-Revision: 23647
* hotplug2 depends on udevtriggerFlorian Fainelli2010-10-261-1/+2
| | | | SVN-Revision: 23646
* hostapd: backport a fix for setting the IFF_RUNNING flag on AP mode interfacesFelix Fietkau2010-10-261-0/+25
| | | | SVN-Revision: 23641
* mac80211: add uci support for the ad-hoc multicast rate settingFelix Fietkau2010-10-251-1/+8
| | | | SVN-Revision: 23637
* iw: add support for setting the multicast rate for ibssFelix Fietkau2010-10-252-11/+47
| | | | SVN-Revision: 23636
* mac80211: add support for setting the multicast rate for ibssFelix Fietkau2010-10-252-0/+164
| | | | SVN-Revision: 23635
* package/busybox: include an upstream patchAlexandros C. Couloumbis2010-10-251-0/+12
| | | | SVN-Revision: 23630
* package/madwifi: fix mtu setting. (closes #7858)Alexandros C. Couloumbis2010-10-251-2/+12
| | | | SVN-Revision: 23628
* hostapd: fix wpa_supplicant standalone compileFelix Fietkau2010-10-241-2/+4
| | | | SVN-Revision: 23625
* soloscli utility for Solos ADSL2+ modemsFlorian Fainelli2010-10-243-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 reconnectsFelix Fietkau2010-10-241-2/+6
| | | | SVN-Revision: 23604
* hostapd: remove some unnecessary debugging code from the last commitFelix Fietkau2010-10-231-6/+3
| | | | SVN-Revision: 23603
* hostapd/mac80211: implement support for AP+STAFelix Fietkau2010-10-237-3/+386
| | | | SVN-Revision: 23602
* hostapd: fix SIGHUP for multi-bssFelix Fietkau2010-10-231-0/+89
| | | | SVN-Revision: 23601
* busybox: fix configured stampfile name - add $(SH_FUNC) for md5sFelix Fietkau2010-10-231-1/+1
| | | | SVN-Revision: 23600
* base-files: mark /etc/shadow as conffileJo-Philipp Wich2010-10-231-0/+1
| | | | SVN-Revision: 23590
* ath9k: fix an aggregation hang issue that happens when a hardware reset is ↵Felix Fietkau2010-10-231-0/+42
| | | | | | issued SVN-Revision: 23588
* uboot-{kirkwood,xburst}: Fix typo in U-Boot image name, thanks framer99 (#8112)Vasilis Tsiligiannis2010-10-212-2/+2
| | | | SVN-Revision: 23567
* hostap-driver: Change default channel from 5 to 11Vasilis Tsiligiannis2010-10-211-1/+1
| | | | SVN-Revision: 23565
* kernel/modules: Fix CH341 USB-to-serial description (#8097)Vasilis Tsiligiannis2010-10-211-1/+1
| | | | SVN-Revision: 23563
* ath9k: fix sampling frame handling wrt. aggregation, replace minstrel_ht ↵Felix Fietkau2010-10-215-43/+87
| | | | | | performance fixes for better performance SVN-Revision: 23558