| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
to documentation too
SVN-Revision: 32775
|
|
|
|
| |
SVN-Revision: 32774
|
|
|
|
|
|
|
|
|
| |
ipcomp6 depends on xfrm6_tunnel, load order changed accordingly.
Signed-off-by: Daniel Golle <dgolle@allnet.de>
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
SVN-Revision: 32773
|
|
|
|
| |
SVN-Revision: 32772
|
|
|
|
| |
SVN-Revision: 32764
|
|
|
|
|
|
| |
some libertas driver fixes
SVN-Revision: 32760
|
|
|
|
| |
SVN-Revision: 32756
|
|
|
|
| |
SVN-Revision: 32750
|
|
|
|
|
|
| |
resetting by bus/device number, by produc:vendor id or by device name
SVN-Revision: 32741
|
|
|
|
| |
SVN-Revision: 32735
|
|
|
|
| |
SVN-Revision: 32734
|
|
|
|
|
|
| |
Signed-off-by: Daniel Golle <dgolle@allnet.de>
SVN-Revision: 32732
|
|
|
|
| |
SVN-Revision: 32723
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
iConnect board tested by:
Tim Fletcher <tim@night-shade.org.uk>
Wojciech Dubowik <wojciech.dubowik@neratec.com>
DockStar board tested by:
Martin Mueller <mm@sig21.net>
RaidSonic ICY BOX NAS6210 board tested by:
Luka Perkov <uboot@lukaperkov.net>
SheevaPlug was not tested but support for SheevaPlug is taken from upstream
uboot and it is not reported to be broken there.
SVN-Revision: 32717
|
|
|
|
| |
SVN-Revision: 32714
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Here is a newer version of the patch:
Enable the real ALSA midi interface (seq) in the kernel. The existing
rawmidi interface is still present. This allows for the alsa midi
utilities to work.
Signed-off-by: Adam Goode <adam@spicenitz.org>
[b_tsiligiannis: replaced $(LINUX_KMOD_SUFFIX) with .ko]
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
SVN-Revision: 32712
|
|
|
|
| |
SVN-Revision: 32711
|
|
|
|
|
|
| |
logspam
SVN-Revision: 32709
|
|
|
|
| |
SVN-Revision: 32705
|
|
|
|
|
|
|
|
|
| |
- remove unused variables
- simply ignore command line args which belong to not enabled features
- resolve peer address at accept() time, should solve (#11850)
- remove floating point operations where possible
SVN-Revision: 32704
|
|
|
|
|
|
| |
wifi restarts, adds support for setting wlan device parameters such as mtu or txqueuelen
SVN-Revision: 32689
|
|
|
|
|
|
| |
eglibc
SVN-Revision: 32686
|
|
|
|
| |
SVN-Revision: 32685
|
|
|
|
|
|
| |
connecting (#11847)
SVN-Revision: 32684
|
|
|
|
| |
SVN-Revision: 32673
|
|
|
|
| |
SVN-Revision: 32671
|
|
|
|
| |
SVN-Revision: 32669
|
|
|
|
| |
SVN-Revision: 32668
|
|
|
|
| |
SVN-Revision: 32664
|
|
|
|
| |
SVN-Revision: 32662
|
|
|
|
| |
SVN-Revision: 32658
|
|
|
|
|
|
| |
mac80211 IEEE80211_CONF_IDLE support has been fixed
SVN-Revision: 32657
|
|
|
|
| |
SVN-Revision: 32656
|
|
|
|
| |
SVN-Revision: 32655
|
|
|
|
| |
SVN-Revision: 32654
|
|
|
|
|
|
| |
and/or no src_dport set
SVN-Revision: 32652
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
SVN-Revision: 32647
|
|
|
|
| |
SVN-Revision: 32646
|
|
|
|
|
|
| |
already removed descriptors - uloop: handle EPOLLHUP - blob, blobmsg: various changes
SVN-Revision: 32645
|
|
|
|
|
|
| |
lua scripts
SVN-Revision: 32644
|
|
|
|
|
|
| |
data instead of relying on socket write notification to process cgi data, should lower cpu consumption during requests on weaker devices.
SVN-Revision: 32640
|
|
|
|
|
|
| |
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
SVN-Revision: 32636
|
|
|
|
| |
SVN-Revision: 32634
|
|
|
|
| |
SVN-Revision: 32630
|
|
|
|
|
|
| |
alias handling, improves handling of wifi interfaces in /etc/config/network
SVN-Revision: 32625
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
remove the undocumented usepasspharse option, this makes it match the logic of the hostapd setup
SVN-Revision: 32614
|