- Jul 11, 2012
-
-
Florian Fainelli authored
We did not reassign status to netif_receive_skb() return value, we thus almost always incremented the dropped counter because the descriptor status value never matches the NET_RX_DROP. SVN-Revision: 32659
-
Felix Fietkau authored
SVN-Revision: 32658
-
- Jul 10, 2012
-
-
Felix Fietkau authored
ath9k: disable hardware full sleep with active client mode interface until mac80211 IEEE80211_CONF_IDLE support has been fixed SVN-Revision: 32657
-
Felix Fietkau authored
SVN-Revision: 32656
-
Felix Fietkau authored
SVN-Revision: 32655
-
- Jul 09, 2012
-
-
Felix Fietkau authored
SVN-Revision: 32654
-
Florian Fainelli authored
SVN-Revision: 32653
-
Jo-Philipp Wich authored
SVN-Revision: 32652
-
Jo-Philipp Wich authored
- avoid closing descriptors before removing them from uloop (#11755, #11830) - do not auto-initialize ubus if no prefix is set (#11832) - remove extraneous client context pointer from cgi and lua states - code cleanups and debug message changes SVN-Revision: 32651
-
- Jul 08, 2012
-
-
Jo-Philipp Wich authored
Bison fails to build against glibc 2.16.x, the shipped stdio.in.h attempts to wrap gets() with a warning which fails since gets() got removed from the default _GNU_SOURCE featureset. SVN-Revision: 32649
-
Jo-Philipp Wich authored
M4 fails to build against glibc 2.16.x, the shipped stdio.in.h attempts to wrap gets() with a warning which fails since gets() got removed from the default _GNU_SOURCE featureset. SVN-Revision: 32648
-
- Jul 07, 2012
-
-
Felix Fietkau authored
SVN-Revision: 32647
-
Felix Fietkau authored
SVN-Revision: 32646
-
Jo-Philipp Wich authored
libubox: bump to latest git head - uloop: prevent callback invocation for already removed descriptors - uloop: handle EPOLLHUP - blob, blobmsg: various changes SVN-Revision: 32645
-
Jo-Philipp Wich authored
SVN-Revision: 32644
-
- Jul 06, 2012
-
-
Florian Fainelli authored
Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 32643
-
Jo-Philipp Wich authored
uhttpd: do not subscribe to epoll write events Watch child read pipe end for data instead of relying on socket write notification to process cgi data, should lower cpu consumption during requests on weaker devices. SVN-Revision: 32640
-
Gabor Juhos authored
Closes #11683. SVN-Revision: 32639
-
Gabor Juhos authored
SVN-Revision: 32638
-
Gabor Juhos authored
SVN-Revision: 32637
-
Gabor Juhos authored
Signed-off-by:
Marek Lindner <lindner_marek@yahoo.de> SVN-Revision: 32636
-
Gabor Juhos authored
Signed-off-by:
Marek Lindner <lindner_marek@yahoo.de> SVN-Revision: 32635
-
Jo-Philipp Wich authored
SVN-Revision: 32634
-
Jo-Philipp Wich authored
SVN-Revision: 32630
-
- Jul 05, 2012
-
-
Florian Fainelli authored
SVN-Revision: 32628
-
Florian Fainelli authored
SVN-Revision: 32627
-
Florian Fainelli authored
SVN-Revision: 32626
-
Felix Fietkau authored
netifd: update to latest version, fixes various issues related to interface alias handling, improves handling of wifi interfaces in /etc/config/network SVN-Revision: 32625
-
Jo-Philipp Wich authored
Add a config list to the 'config dnsmasq' section to specify fixed DNS addresses. For example: config dnsmasq: [snip] list address '/example.com/192.168.0.1' will result in the argument '-A /example.com/192.168.0.1' to the dnsmasq options. This configures dnsmasq to return the specified IP for any queries to '*.example.com' names. Useful for overriding lookups to a range of DNS names. [jow: "append args" -> "xappend", "-A" -> "--address"] Signed-off-by:
Jeremy Kerr <jk@ozlabs.org> SVN-Revision: 32624
-
Jo-Philipp Wich authored
-T, --local-ttl=<time> When replying with information from /etc/hosts or the DHCP leases file dnsmasq by default sets the time-to-live field to zero, meaning that the requestor should not itself cache the information. This is the correct thing to do in almost all situations. This option allows a time-to-live (in seconds) to be given for these replies. This will reduce the load on the server at the expense of clients using stale data under some circumstances. [jow: change -T to --local--ttl to conform with the other options] Signed-off-by:
Andrew Byrne <openwrt@andy.id.au> openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel SVN-Revision: 32623
-
Jo-Philipp Wich authored
Set PATH in non-interactive logins to include /sbin paths, so to be consistent with what is currently set in /etc/profile for interactive shells. [jow: reapply with current patch level, fix inner patch, refresh] Signed-off-by:
Gui Iribarren <gui@altermundi.net> SVN-Revision: 32620
-
Jo-Philipp Wich authored
This reverts commit 9927e7918211a22ba5871cbccdcb3764d3872f91. SVN-Revision: 32619
-
Jo-Philipp Wich authored
Set PATH in non-interactive logins to include /sbin paths, so to be consistent with what is currently set in /etc/profile for interactive shells. Signed-off-by:
Gui Iribarren <gui@altermundi.net> SVN-Revision: 32618
-
Gabor Juhos authored
This ensures that the resulting firmware can be flashed from the latest (v3.13.17) offical firmware. SVN-Revision: 32617
-
Gabor Juhos authored
SVN-Revision: 32616
-
Gabor Juhos authored
Because ath9k does not supports separate LEDs for different bands yet, the 2.4GHz LED will show the activity, even if the 5GHz band is selected. SVN-Revision: 32615
-
Jo-Philipp Wich authored
hostapd: change wpa_supplicant.sh to pass 64 byte hex psk unquoted and remove the undocumented usepasspharse option, this makes it match the logic of the hostapd setup SVN-Revision: 32614
-
Gabor Juhos authored
Signed-off-by:
Marek Lindner <lindner_marek@yahoo.de> SVN-Revision: 32613
-
Gabor Juhos authored
Signed-off-by:
Marek Lindner <lindner_marek@yahoo.de> SVN-Revision: 32612
-
Gabor Juhos authored
Patch-by:
Marek Linder <marek@open-mesh.com> SVN-Revision: 32611
-