John Crispin
a8b2a07f37
* adds a rewrite of the tapi drivers + sip app. this is the result of lars' gsoc 2010 project, Thanks !
...
SVN-Revision: 23840
14 years ago
John Crispin
c04eb11bff
* remove broken flag from dsl-control app
...
SVN-Revision: 23838
14 years ago
John Crispin
109ef6e686
* make dsl driver work with new kernel
...
SVN-Revision: 23837
14 years ago
Alexandros C. Couloumbis
42eee22a9b
package/madwifi: fix r23829 commit
...
SVN-Revision: 23830
14 years ago
Alexandros C. Couloumbis
20bf929ad8
package/madwifi: Use sema_init() instead of init_MUTEX() (based on: http://madwifi-project.org/changeset/4118 )
...
SVN-Revision: 23829
14 years ago
Felix Fietkau
f75ac90b69
ath9k: fix cycle counter tracking
...
SVN-Revision: 23824
14 years ago
Felix Fietkau
8bab3639b3
ath9k: fix queue pending frame counter tracking by cleaning up tx queue selection
...
SVN-Revision: 23823
14 years ago
Felix Fietkau
b4e2c09b46
ar71xx: improve the wndr3700 quirks - move most of the code out of ath9k and instead allow the platform device to specify gpio overrides - fixes 5ghz signal strength issues
...
SVN-Revision: 23822
14 years ago
Vasilis Tsiligiannis
87cba7eb46
hostapd: Add 'identity' config option when eap_type is 'tls' on wpa_supplicant ( #8164 )
...
SVN-Revision: 23817
14 years ago
Felix Fietkau
dd7c8797ec
make IGNORE_ERRORS apply to deselected packages as well (typically triggered through dependencies)
...
SVN-Revision: 23796
14 years ago
Alexandros C. Couloumbis
199cd21c06
package/apex: fix a compile issue
...
SVN-Revision: 23768
14 years ago
Jo-Philipp Wich
f52274bf2f
uci: use a delete-safe iterator in the Lua :foreach() function 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)'
...
SVN-Revision: 23757
14 years ago
Felix Fietkau
f742f85c2e
nl80211: fix a station dump crash triggered by sending an invalid ifindex
...
SVN-Revision: 23741
14 years ago
Felix Fietkau
d9f29a16a0
add missing SH_FUNC for remaining md5s calls ( #7888 )
...
SVN-Revision: 23739
14 years ago
Felix Fietkau
e0194cb763
hostapd: move the madwifi segfault fix to the right place
...
SVN-Revision: 23738
14 years ago
Felix Fietkau
5aaa91d3ca
madwifi: remove device ids for AR5416
...
SVN-Revision: 23730
14 years ago
Florian Fainelli
b013e4eec4
add kmod-leds-net5501
...
Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com>
SVN-Revision: 23729
14 years ago
Florian Fainelli
3403d66f43
prefer the cs5535 gpiolib driver after 2.6.32
...
SVN-Revision: 23728
14 years ago
Florian Fainelli
7de24e0181
ep80579 depend on their corresponding subtarget
...
SVN-Revision: 23726
14 years ago
Jo-Philipp Wich
434c8dbf33
package/hostapd: fix crash in atheros driver ( #8143 ) 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
14 years ago
Hamish Guthrie
7fd7db8981
kernel: Add kernel module for OMAP WDT
...
SVN-Revision: 23689
14 years ago
Lars-Peter Clausen
5f9f23534b
Fixed support for Iomega
...
* Added configuration file.
* Set blue power led during bootup
* enabled pci express
Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>
SVN-Revision: 23683
14 years ago
Michael Büsch
98bbc04fca
libtool: Force nonparallel build.
...
SVN-Revision: 23681
14 years ago
Jo-Philipp Wich
87d81bc050
madwifi: fix syntax error introduced by r23660
...
SVN-Revision: 23679
14 years ago
Michael Büsch
a932a9beca
iptables: Fix call to md5s
...
SVN-Revision: 23675
14 years ago
Felix Fietkau
c1d125fb33
hostapd: do not restrict ht capabilities for ap+sta
...
SVN-Revision: 23674
14 years ago
Felix Fietkau
3e7589ce1a
mac80211: set GF flag in hostapd config if supported
...
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
SVN-Revision: 23673
14 years ago
Jo-Philipp Wich
c0bda9a6a9
madwifi: make wep-open the default
...
SVN-Revision: 23660
14 years ago
Jo-Philipp Wich
1b495361a0
madwifi: add wep+open, wep+shared format support to madwifi as well
...
SVN-Revision: 23657
14 years ago
Jo-Philipp Wich
0280ac8c92
Set auth_algs in hostapd.conf, make it configurable for WEP 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>
SVN-Revision: 23655
14 years ago
Felix Fietkau
a82ff63978
ath9k: fix aggregation flush on ar9003
...
SVN-Revision: 23650
14 years ago
Felix Fietkau
f3fb5d55a5
ath9k: add more pending locking fixes - fixes tx dma hang issues on reset
...
SVN-Revision: 23649
14 years ago
Michael Büsch
1f948866b8
gdb: There are dep issues with cconfig.h. Disable parallel build for now.
...
SVN-Revision: 23647
14 years ago
Florian Fainelli
5dba516032
hotplug2 depends on udevtrigger
...
SVN-Revision: 23646
14 years ago
Felix Fietkau
e9378aa3cd
hostapd: backport a fix for setting the IFF_RUNNING flag on AP mode interfaces
...
SVN-Revision: 23641
14 years ago
Felix Fietkau
c173d41012
mac80211: add uci support for the ad-hoc multicast rate setting
...
SVN-Revision: 23637
14 years ago
Felix Fietkau
f65c625fda
iw: add support for setting the multicast rate for ibss
...
SVN-Revision: 23636
14 years ago
Felix Fietkau
6934f55f3a
mac80211: add support for setting the multicast rate for ibss
...
SVN-Revision: 23635
14 years ago
Alexandros C. Couloumbis
0ee31ca22e
package/busybox: include an upstream patch
...
SVN-Revision: 23630
14 years ago
Alexandros C. Couloumbis
4ab812109b
package/madwifi: fix mtu setting. ( closes #7858 )
...
SVN-Revision: 23628
14 years ago
Felix Fietkau
d80884021d
hostapd: fix wpa_supplicant standalone compile
...
SVN-Revision: 23625
14 years ago
Florian Fainelli
1e21e3b514
soloscli utility for Solos ADSL2+ modems
...
Utility for interrogating Traverse Technologies' Solos ADSL2+ modems
Signed-off-by: Nathan Williams <nathan@traverse.com.au>
SVN-Revision: 23619
14 years ago
Felix Fietkau
4d9c7b1a4b
hostapd: fix AP+STA reconnects
...
SVN-Revision: 23604
14 years ago
Felix Fietkau
025462a706
hostapd: remove some unnecessary debugging code from the last commit
...
SVN-Revision: 23603
14 years ago
Felix Fietkau
35cdc5d722
hostapd/mac80211: implement support for AP+STA
...
SVN-Revision: 23602
14 years ago
Felix Fietkau
0fbff7de83
hostapd: fix SIGHUP for multi-bss
...
SVN-Revision: 23601
14 years ago
Felix Fietkau
b6d0865e7f
busybox: fix configured stampfile name - add $(SH_FUNC) for md5s
...
SVN-Revision: 23600
14 years ago
Jo-Philipp Wich
cfe4db7bda
base-files: mark /etc/shadow as conffile
...
SVN-Revision: 23590
14 years ago
Felix Fietkau
9fcc9f026b
ath9k: fix an aggregation hang issue that happens when a hardware reset is issued
...
SVN-Revision: 23588
14 years ago
Vasilis Tsiligiannis
68e76c9a6c
uboot-{kirkwood,xburst}: Fix typo in U-Boot image name, thanks framer99 ( #8112 )
...
SVN-Revision: 23567
14 years ago