summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* ath9k: fix a compile error with debugging disabled (#8189)nbd2010-11-071-0/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23912 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: change /dev permissions to 0755 when hotplug2 is used ↵jow2010-11-071-1/+1
| | | | | | (#6039) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23908 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH] Fix permissions for /etc and other dirs after clean flash (#6039)jow2010-11-071-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23906 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] Add package for ledtrigger netfilterclaudio2010-11-061-0/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23902 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] Add package for ledtrigger gpioclaudio2010-11-061-0/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23901 3c298f89-4303-0410-b956-a3cf2f4a3e73
* broadcom-wl: remove pcmcia supporthauke2010-11-062-12/+22
| | | | | | | | For kernel 2.6.36 some additional pcmcia backpots would be needed, but this should not depend on pcmcia. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23899 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] uhttpd: make it work without shadow password supportjow2010-11-063-2/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23897 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix ath9k_hw_apply_gpio_override so that it's effectivenbd2010-11-051-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23890 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix enabling SWBA interruptsnbd2010-11-041-0/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23870 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix a few remaining issues in the xmit queue cleanup patch - reduces ↵nbd2010-11-041-21/+41
| | | | | | packet loss under load git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23856 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ifxmips]blogic2010-11-0379-0/+8271
| | | | | | | * adds a rewrite of the tapi drivers + sip app. this is the result of lars' gsoc 2010 project, Thanks ! git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23840 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ifxmips]blogic2010-11-031-1/+1
| | | | | | | * remove broken flag from dsl-control app git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23838 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ifxmips]blogic2010-11-039-819/+44
| | | | | | | * make dsl driver work with new kernel git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23837 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/madwifi: fix r23829 commitacoul2010-11-031-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23830 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/madwifi: Use sema_init() instead of init_MUTEX() (based on: ↵acoul2010-11-031-0/+9
| | | | | | http://madwifi-project.org/changeset/4118) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23829 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix cycle counter trackingnbd2010-11-031-0/+33
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23824 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix queue pending frame counter tracking by cleaning up tx queue ↵nbd2010-11-031-0/+686
| | | | | | selection git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23823 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: improve the wndr3700 quirks - move most of the code out of ath9k and ↵nbd2010-11-039-110/+138
| | | | | | instead allow the platform device to specify gpio overrides - fixes 5ghz signal strength issues git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23822 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] hostapd: Add 'identity' config option when eap_type is 'tls' on ↵acinonyx2010-11-032-1/+3
| | | | | | wpa_supplicant (#8164) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23817 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make IGNORE_ERRORS apply to deselected packages as well (typically triggered ↵nbd2010-11-021-1/+1
| | | | | | through dependencies) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23796 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/apex: fix a compile issueacoul2010-11-021-0/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23768 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] uci: use a delete-safe iterator in the Lua :foreach() functionjow2010-11-012-1/+21
| | | | | | | | The following 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)' git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23757 3c298f89-4303-0410-b956-a3cf2f4a3e73
* nl80211: fix a station dump crash triggered by sending an invalid ifindexnbd2010-10-311-0/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23741 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing SH_FUNC for remaining md5s calls (#7888)nbd2010-10-312-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23739 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: move the madwifi segfault fix to the right placenbd2010-10-312-32/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23738 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: remove device ids for AR5416nbd2010-10-311-0/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23730 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] add kmod-leds-net5501florian2010-10-301-0/+15
| | | | | | Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23729 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] prefer the cs5535 gpiolib driver after 2.6.32florian2010-10-301-1/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23728 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] ep80579 depend on their corresponding subtargetflorian2010-10-301-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23726 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/hostapd: fix crash in atheros driver (#8143)jow2010-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. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23715 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [packages] kernel: Add kernel module for OMAP WDThcg2010-10-281-0/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23689 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [uboot-kirkwood] Fixed support for Iomegalars2010-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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23683 3c298f89-4303-0410-b956-a3cf2f4a3e73
* libtool: Force nonparallel build.mb2010-10-271-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23681 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] madwifi: fix syntax error introduced by r23660jow2010-10-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23679 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iptables: Fix call to md5smb2010-10-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23675 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: do not restrict ht capabilities for ap+stanbd2010-10-271-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23674 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: set GF flag in hostapd config if supportednbd2010-10-271-0/+1
| | | | | | Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23673 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] madwifi: make wep-open the defaultjow2010-10-271-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23660 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] madwifi: add wep+open, wep+shared format support to madwifi as welljow2010-10-271-1/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23657 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [PATCH] Set auth_algs in hostapd.conf, make it configurable for WEPjow2010-10-271-1/+9
| | | | | | | | | | | | | | | | | | Always set 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23655 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix aggregation flush on ar9003nbd2010-10-271-0/+34
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23650 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add more pending locking fixes - fixes tx dma hang issues on resetnbd2010-10-272-74/+200
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23649 3c298f89-4303-0410-b956-a3cf2f4a3e73
* gdb: There are dep issues with cconfig.h. Disable parallel build for now.mb2010-10-261-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23647 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] hotplug2 depends on udevtriggerflorian2010-10-261-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23646 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: backport a fix for setting the IFF_RUNNING flag on AP mode interfacesnbd2010-10-261-0/+25
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23641 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: add uci support for the ad-hoc multicast rate settingnbd2010-10-251-1/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23637 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iw: add support for setting the multicast rate for ibssnbd2010-10-252-11/+47
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23636 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: add support for setting the multicast rate for ibssnbd2010-10-252-0/+164
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23635 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/busybox: include an upstream patchacoul2010-10-251-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23630 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/madwifi: fix mtu setting. (closes #7858)acoul2010-10-251-2/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23628 3c298f89-4303-0410-b956-a3cf2f4a3e73