Steven Barth
e15f03e5de
authsae: update to latest version
...
Send a netlink call to leave the mesh when meshd exits
Make hunting-and-pecking loop (more) resistant to side channel attack
Signed-off-by: Michel Stam <m.stam@fugro.nl>
SVN-Revision: 42750
2014-10-02 19:47:28 +00:00
Steven Barth
75572d0d31
6in4: Tos support
...
Tos support is added as a string parameter which can have the following values :
-inherit (outer header inherits the tos value of the inner header)
-hex value
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
SVN-Revision: 42749
2014-10-02 19:38:15 +00:00
Steven Barth
e7e54ef672
6to4: Tos support
...
Tos support is added as a string parameter which can have the following values :
-inherit (outer header inherits the tos value of the inner header)
-hex value
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
SVN-Revision: 42748
2014-10-02 19:38:04 +00:00
Steven Barth
e9d15da0da
6rd: Tos support
...
Tos support is added as a string parameter which can have the following values :
-inherit (outer header inherits the tos value of the inner header)
-hex value
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
SVN-Revision: 42747
2014-10-02 19:37:58 +00:00
Steven Barth
36b05bbed3
IPIP: IP in IP package support
...
The package supports IP in IP by registering the ipip protocol handler
Following options are configurable
-peeraddr (IPv4 remote address)
-ipaddr (IPv4 local address)
-ttl (time to live of encapsulating packet)
-tos (type of service of encapsulating packet either inherit (outer header inherits the value of the inner header) or hex value)
-df (don't fragment flag of encapsulating packet)
-mtu (IPIP tunnel mtu)
-tunlink (bind tunnel to this interface)
-zone (firewall zone to which the IPIP tunnel will be added)
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
SVN-Revision: 42746
2014-10-02 19:37:36 +00:00
Steven Barth
73179a188c
netifd: fix an error message during network shutdown
...
When 'wifi down' is called by /etc/init.d/network, it is run from
stop_service( ). This function is in turn invoked from stop( ).
stop( ) messes up the order by first procd_kill-ing the network
settings, then calling wifi to down the wifi networking
interfaces. By redefining stop( ) instead, the proper order is
restored.
Signed-off-by: Michel Stam <m.stam@fugro.nl>
SVN-Revision: 42745
2014-10-02 19:37:25 +00:00
Steven Barth
1c166058df
netifd: add IPIP tunnel support (thx Hans Dedecker)
...
SVN-Revision: 42744
2014-10-02 19:37:17 +00:00
Steven Barth
def69a96e9
map: fix portsets starting with 0 and use regular NAT for 1:1 MAP
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 42741
2014-10-02 19:15:38 +00:00
Jonas Gorski
9a24294b02
brcm-wl: use new brcm63xx fallback sprom
...
This fixes brcm63xx fallback sprom extraction.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 42725
2014-10-02 12:24:05 +00:00
Felix Fietkau
f9fb48c6bc
uqmi: set data format to 802.3 at startup
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42724
2014-10-02 12:19:37 +00:00
Felix Fietkau
bf4cab37b7
uqmi: do not wait for network connection before starting dhcp
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42723
2014-10-02 12:19:26 +00:00
Felix Fietkau
179bfca038
uqmi: update to the latest version
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42722
2014-10-02 12:19:09 +00:00
Felix Fietkau
4955a2cd10
uqmi: use the autoconnect feature
...
Instead of connecting once and saving the packet data handle, let the
firmware handle connecting/reconnecting automatically. This is more
reliable and reduces reliance on potentially stale data.
Use the global packet data handle to attempt to disable autoconnect
before restarting the connection. This ensures that the firmware will
take the new APN/auth settings.
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42721
2014-10-02 12:18:58 +00:00
Felix Fietkau
b54144a4c7
uqmi: replace logger calls in netifd with echo
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42720
2014-10-02 12:18:43 +00:00
Felix Fietkau
cf595fe834
uqmi: work out the ifname instead of relying on it being in uci
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42719
2014-10-02 12:18:28 +00:00
Felix Fietkau
458893e620
binutils: fix build with gcc 4.9
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42707
2014-09-30 21:36:33 +00:00
Felix Fietkau
1161df826f
ath9k: add a fix for dynack
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42703
2014-09-30 21:36:04 +00:00
Felix Fietkau
cbc069f9c1
ath9k: add back missing fixes from the last version
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42701
2014-09-29 18:51:25 +00:00
Steven Barth
6e2262898f
GRE: Tos support
...
Tos support is added as a generic grev4/grev6 parameter which can have the following values :
-inherit (outer header inherits the tos value of the inner header)
-hex value
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
SVN-Revision: 42700
2014-09-29 18:00:02 +00:00
Steven Barth
30912c5d81
netifd: add support for promisc and GRE tos option
...
SVN-Revision: 42699
2014-09-29 17:59:50 +00:00
Steven Barth
c2f510f2bd
nftables: bump for bugfixes
...
SVN-Revision: 42698
2014-09-29 08:35:18 +00:00
Steven Barth
af8367a00b
libnftnl: bump for bugfixes
...
SVN-Revision: 42697
2014-09-29 08:31:31 +00:00
Zoltan Herpai
4e4be0bfa1
uboot-sunxi: add support for Olimex A13 SOM
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 42692
2014-09-28 23:20:36 +00:00
Zoltan Herpai
b595d02fa7
uboot-sunxi: add patch to fix gmac reliability issue on bananapi
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 42691
2014-09-28 20:39:04 +00:00
Felix Fietkau
ca25f76e82
iw: add support for dynamic distance selection (supported by ath9k now)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42689
2014-09-27 21:19:27 +00:00
Felix Fietkau
d27893122d
iw: sync nl80211.h
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42688
2014-09-27 21:19:18 +00:00
Felix Fietkau
a03d97d383
ath9k: fix some issues with ar934x rev 3 (especially ad-hoc mode)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42686
2014-09-27 20:52:11 +00:00
Felix Fietkau
8be721208d
mac80211: update to wireless-testing 2014-09-26
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42683
2014-09-27 20:51:43 +00:00
Florian Fainelli
ff6b0d57b8
brcm2708-gpu-fw: update to Sep. 27 2014 snapshot
...
Update the brcm2708-gpu-fw package to commit
e25efc4545d0cef7c49c82e770b3e4ccfc8aba4c
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 42676
2014-09-27 17:42:15 +00:00
Steven Barth
36115321be
odhcp6c: work around weird ISP RS behaviour
...
SVN-Revision: 42674
2014-09-27 16:57:47 +00:00
Felix Fietkau
16b3eae040
comgt: fix directip auth type
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42671
2014-09-26 15:55:45 +00:00
Steven Barth
e5190a77e1
comgt: fireup a dhcpv6-client for directip as well
...
SVN-Revision: 42670
2014-09-26 13:58:40 +00:00
Felix Fietkau
45bd5ebfef
comgt: in directip, derive the wwan ifname automatically instead of specifying it in the config
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42669
2014-09-26 13:44:21 +00:00
Steven Barth
dd948b7990
dnsmasq: bump to 2.72
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 42668
2014-09-26 08:57:36 +00:00
Florian Fainelli
bc96c49c67
base-files: add a protocol argument to ucidef_set_interface_raw
...
Add a third argument to ucidef_set_interface_raw, which is specifying
the protocol.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 42665
2014-09-25 19:08:56 +00:00
Steven Barth
71960baa7d
odhcpd: fix segfault when parsing domain options in UCI
...
SVN-Revision: 42663
2014-09-25 11:53:12 +00:00
Felix Fietkau
6edad5a849
curl: only set ca path for openssl
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42662
2014-09-25 10:51:56 +00:00
Felix Fietkau
5ad7d7cc97
curl: use the system certificates
...
Signed-off-by: Cristian Morales Vega <cristian@samknows.com>
SVN-Revision: 42661
2014-09-25 10:37:06 +00:00
Felix Fietkau
d282ccf383
ca-certificates: create symbolic link for certificate hashes
...
Implementing "add-cert.sh" functionality described at
http://wiki.openwrt.org/doc/howto/wget-ssl-certs into Makefile
otherwise you need to create symbolic links for certificate hashes
yourself.
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
SVN-Revision: 42660
2014-09-25 07:38:02 +00:00
Felix Fietkau
cb2642b09b
comgt: initialize ifname for directip
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42658
2014-09-24 17:04:20 +00:00
Felix Fietkau
d234ad9dd9
comgt: add no_device=1 for directip proto
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42657
2014-09-24 08:07:45 +00:00
Felix Fietkau
9fa791f62b
comgt: fix misplaced : in directip setup script
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42656
2014-09-24 08:07:40 +00:00
Felix Fietkau
0b148a331b
ustream-ssl: select polarssl as default variant, skip openssl/cyassl dependencies if unused
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42655
2014-09-23 10:41:24 +00:00
Steven Barth
2ccf88744c
dnsmasq: fix lockup when interfaces disappear
...
SVN-Revision: 42648
2014-09-22 12:07:20 +00:00
Hauke Mehrtens
c977fad4fd
bcm53xx: add fixtrx
...
Without running fixtrx the image will not boot at the second time,
because the CRC the boot loader check is invalid at that time.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 42639
2014-09-21 21:56:31 +00:00
Zoltan Herpai
9ce5977184
modules: fix typo in package description define
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 42633
2014-09-21 16:42:30 +00:00
Zoltan Herpai
c54e245b3f
packages: enable AP mode on r8188eu
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 42627
2014-09-21 12:24:42 +00:00
Jo-Philipp Wich
68147004e2
firewall: allow '*' as synonym for any / all in family and proto options
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 42620
2014-09-19 18:18:58 +00:00
Jo-Philipp Wich
36e2179c10
firewall: fix heap corruption in fw3_bitlen2netmask() with IPv6 addresses
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 42610
2014-09-18 12:05:12 +00:00
Jo-Philipp Wich
cbf50a0ffd
firewall: fix invalid memory access when processing /128 IPv6 addresses from ubus, properly emit REDIRECT rules for local port forwards
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 42604
2014-09-17 22:09:52 +00:00
Steven Barth
5b3f0d98df
netfilter: some more dependency hell fixes
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 42602
2014-09-17 15:04:30 +00:00
Steven Barth
5d501f9aa0
netfilter: fix dependencies of kmod-ipt-nat6
...
SVN-Revision: 42601
2014-09-17 15:01:16 +00:00
Nicolas Thill
508c9de93e
netfilter: add missing symbol to disable nft_queue
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
SVN-Revision: 42600
2014-09-17 14:28:05 +00:00
Steven Barth
72e6e0b85b
nftables: introduce experimental nftables
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 42598
2014-09-17 12:11:06 +00:00
Steven Barth
2f7d8539bd
libnftnl: Add nftables libnftnl
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 42597
2014-09-17 12:10:57 +00:00
Steven Barth
e4e5c31f87
Reorganize netfilter kernel modules and package nftables kernel support
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 42596
2014-09-17 12:10:44 +00:00
Felix Fietkau
9a30ee9c2c
ubus: update to latest version, adds various fixes and improvements
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42594
2014-09-17 11:34:16 +00:00
Zoltan Herpai
cb20e3d3a6
modules: allow building rtl8188eu on 3.14
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 42588
2014-09-17 10:12:29 +00:00
Zoltan Herpai
0a57901ceb
uboot-sunxi: add PSCI support for bringing up secondary core on A20
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 42587
2014-09-17 08:25:04 +00:00
John Crispin
ed2fff7452
hostapd: do not remove foreign wpa_supplicant sockets
...
https://dev.openwrt.org/ticket/17886
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42586
2014-09-17 07:41:31 +00:00
Steven Barth
513d516d9c
libmnl: add some upstream fixes
...
SVN-Revision: 42573
2014-09-16 13:31:20 +00:00
John Crispin
5f16859bff
ubox: update to latest git
...
make the remote logging feature RFC3164 compliant
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42572
2014-09-16 12:26:35 +00:00
John Crispin
44249f71a8
postinst trigger: the new postinst trigger broke IB
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42571
2014-09-16 11:56:19 +00:00
John Crispin
ac01f2b9d6
fs-tools: dont use mips16
...
this causes problems on 47xx/74k
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42570
2014-09-16 11:55:57 +00:00
John Crispin
50d313f409
lantiq: revert vr9 driver update as it causes problems
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42556
2014-09-15 16:19:33 +00:00
Felix Fietkau
7ff276afd3
hostapd: remove bogus default setting for wps_pin ( #17873 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42553
2014-09-15 16:09:23 +00:00
John Crispin
88cc0ea21d
iproute2: update from v3.15.0 to v3.16.0
...
Signed-off-by: Russell Senior <russell@personaltelco.net>
SVN-Revision: 42546
2014-09-15 10:18:50 +00:00
John Crispin
1d9620a0b4
procd: update to latest git HEAD
...
fixed timeout on shutdown and cmdline param parsing
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42545
2014-09-15 10:18:45 +00:00
Steven Barth
289dbe3a84
libreadline: bump to 6.3
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 42543
2014-09-15 10:15:23 +00:00
Luka Perkov
a8b6ca8797
base-files: whitespace fixes
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 42542
2014-09-14 23:15:00 +00:00
Hauke Mehrtens
f734314484
kernel: make hwmon-lm75 only depend on kmod-thermal if needed
...
This fixes commit r42529 and closes #17855 .
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 42531
2014-09-14 12:06:38 +00:00
Felix Fietkau
6ea49c5e13
ath9k_htc: fix decryption errors
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42530
2014-09-14 11:40:51 +00:00
Hauke Mehrtens
762ddec48b
kernel: make kmod-hwmon-lm75 depend on kmod-thermal
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 42529
2014-09-13 23:03:36 +00:00
Hauke Mehrtens
c8bc803189
cyassl: update to version 3.2.0
...
This fixes a security problem:
Security fix for RSA Padding check vulnerability
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 42526
2014-09-13 20:56:55 +00:00
Hauke Mehrtens
2c605ba1f1
ppp: update to version 2.4.7
...
This fixes: CVE-2014-3158 and some other bugs.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 42525
2014-09-13 20:56:13 +00:00
Hauke Mehrtens
a8e1a031a8
package: other.mk: update configuration for ad799x
...
The ad799x driver moved out of staging since kernel 3.16, so update filepath,
config elements and description.
Signed-off-by: Hartmut Knaack <knaack.h@gmx.de>
SVN-Revision: 42524
2014-09-13 20:35:10 +00:00
Hauke Mehrtens
59735eecce
package: nvram: enable on bcm53xx target
...
It uses mtd, so doesn't require any special adjustments for new target.
It has been succesfully tested (reading, writing and commiting).
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 42521
2014-09-13 20:28:18 +00:00
Hauke Mehrtens
275ba42c52
curl: 7.36.0 -> 7.38.0
...
Main changes:
- URL parser: IPv6 zone identifiers are now supported
- cyassl: Use error-ssl.h when available (drop local patch)
- polarssl: support CURLOPT_CAPATH / --capath
- mkhelp: generate code for --disable-manual as well (drop local patch)
Full release notes: http://curl.haxx.se/changes.html
MIPS 34kc binary size:
- 7.36.0 before: 82,539 bytes
- 7.38.0 after: 83,321 bytes
Signed-off-by: Catalin Patulea <cat@vv.carleton.ca>
SVN-Revision: 42517
2014-09-13 20:26:08 +00:00
Steven Barth
0a5caa47e5
toolchain: packetize libatomic
...
Based on a patch by Tobias Steinicke <tobias.steinicke@inet.tu-berlin.de>.
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 42514
2014-09-12 12:25:55 +00:00
Felix Fietkau
8d699086c3
qos-scripts: disable fq_codel ecn by default to improve compatibility
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42479
2014-09-11 23:13:24 +00:00
John Crispin
e9dab2de72
lantiq: update to a newer versions of the vr9 drivers
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42478
2014-09-11 18:22:31 +00:00
John Crispin
f7dc428d4b
ltq-deu: fix compile for 3.14
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42477
2014-09-11 17:50:03 +00:00
John Crispin
5920eac8ee
lldp: remove calls to user/group_add/exists
...
use the new ipkg based mechanism
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42472
2014-09-11 12:28:22 +00:00
John Crispin
f81614594f
procd: update to latest git
...
add support for starting services as !root
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42471
2014-09-11 12:28:00 +00:00
John Crispin
d6dbc22bbc
ipkg: add a default postinst/prerm script
...
the postinst script enables/starts the init.d scripts upon package installation
and installs the users required by the package.
the prerm script stops and disables the init.d scripts.
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42470
2014-09-11 12:27:49 +00:00
John Crispin
b05c2aad3c
opkg: indicate upgrade vs install
...
when running the postinst trigger we set PKG_UPGRADE=1 if this is an upgrade
and not an install.
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42468
2014-09-11 12:27:09 +00:00
John Crispin
e61cd71564
umbim: remove superflous jshn call
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42467
2014-09-11 12:26:52 +00:00
John Crispin
c9d15fbd59
umbim: update to latest git
...
adds handling for username/password
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42466
2014-09-11 12:26:41 +00:00
John Crispin
7bad68804c
comgt: add directip proto
...
add a proto handler for sierra wireless directip modems
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42465
2014-09-11 12:26:31 +00:00
Felix Fietkau
96b74d4eef
hostapd: add ubus bindings for wps
...
With this patch WPS discovery can be started or canceled over ubus if
WPS is enabled in wireless configuration. This is equivalent of
'hostapd_cli wps_pbc' and 'hostapd_cli wps_cancel' commands.
Signed-off-by: Petar Koretic <petar.koretic@sartura.hr>
SVN-Revision: 42459
2014-09-10 13:01:53 +00:00
Felix Fietkau
2dabf3a775
procd: allow adding empty strings to arrays
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42456
2014-09-10 12:56:19 +00:00
Felix Fietkau
4ba3d616be
ath9k: fix pll clock initialization on newer soc devices ( fixes #14916 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42453
2014-09-09 08:03:00 +00:00
Felix Fietkau
3c5412e6c3
ath9k: add some ani related stability / performance fixes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42443
2014-09-08 16:45:30 +00:00
Steven Barth
bd74df01b1
netifd: work-around kernel IPv6 on-link route issue
...
SVN-Revision: 42439
2014-09-08 14:45:56 +00:00
Jonas Gorski
288e50a79c
mac80211: enable DFS support for ath9k/10k by default
...
The DFS pattern detector now supports all three regions; ETSI, FCC and
JP, so there is no reason to not have it enabled anymore.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 42431
2014-09-07 09:38:13 +00:00
Zoltan Herpai
14cf28b284
uboot-sunxi: bump to 2014.04
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 42422
2014-09-06 15:18:40 +00:00
Felix Fietkau
c329f79dd4
uclient: update to the latest version, fixes some crash issues
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42419
2014-09-04 11:25:04 +00:00
Florian Fainelli
5b0e7947e3
at91: add CONFIG_USB_OHCI_HCD_AT91 to usb-ohci
...
The at91 OHCI driver has a separate Kconfig symbol with newer kernels,
include it.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 42411
2014-09-03 03:09:24 +00:00
John Crispin
f769949e72
mdns: update to latest git head
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 42407
2014-09-02 21:39:40 +00:00
Felix Fietkau
833c5aab7e
mtd: disable trx_check() for ar71xx, fixes a regression introduced in r42403
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42405
2014-09-02 21:06:35 +00:00