summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix permissions for /etc and other dirs after clean flash (#6039)Jo-Philipp Wich2010-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> SVN-Revision: 23906
* Add package for ledtrigger netfilterClaudio Mignanti2010-11-061-0/+21
| | | | SVN-Revision: 23902
* Add package for ledtrigger gpioClaudio Mignanti2010-11-061-0/+15
| | | | SVN-Revision: 23901
* broadcom-wl: remove pcmcia supportHauke Mehrtens2010-11-062-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 supportJo-Philipp Wich2010-11-063-2/+18
| | | | SVN-Revision: 23897
* ath9k: fix ath9k_hw_apply_gpio_override so that it's effectiveFelix Fietkau2010-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> SVN-Revision: 23890
* ath9k: fix enabling SWBA interruptsFelix Fietkau2010-11-041-0/+20
| | | | SVN-Revision: 23870
* ath9k: fix a few remaining issues in the xmit queue cleanup patch - reduces ↵Felix Fietkau2010-11-041-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 Crispin2010-11-0379-0/+8271
| | | | | | gsoc 2010 project, Thanks ! SVN-Revision: 23840
* * remove broken flag from dsl-control appJohn Crispin2010-11-031-1/+1
| | | | SVN-Revision: 23838
* * make dsl driver work with new kernelJohn Crispin2010-11-039-819/+44
| | | | SVN-Revision: 23837
* 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