Luka Perkov
ed676cf0ff
uboot-imx6: update to 2013.10
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38625
2013-10-31 00:00:51 +00:00
Jo-Philipp Wich
8effe85ada
cyassl: drop obsolete patches
...
SVN-Revision: 38610
2013-10-30 15:16:59 +00:00
Jo-Philipp Wich
5e8abac86f
cyassl: upgrade to v2.8.0
...
Un-reverts the previous update commit and forward-ports the patch
to improve legacy SSLv2 handshake handling.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 38609
2013-10-30 13:19:48 +00:00
Felix Fietkau
fdfc296aaf
ustream-ssl: update to the latest version, adds support for the current cyassl version ( #14386 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38608
2013-10-30 12:56:47 +00:00
Felix Fietkau
ab9619b4c8
libubox: update to latest version, makes jshn roughly twice as fast
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38607
2013-10-30 11:25:05 +00:00
Felix Fietkau
22890e6382
netifd: update to latest version, adds fixes and some preparation for supporting wifi devices
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38606
2013-10-30 11:25:01 +00:00
Hauke Mehrtens
b81685f0a4
kernel: add missing dependency for kernel 3.12 in tg3
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 38605
2013-10-30 09:50:13 +00:00
Gabor Juhos
6b604495a4
uboot-ar71xx: make it depend on the generic ar71xx subtarget
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38599
2013-10-30 06:54:56 +00:00
Felix Fietkau
e93b585ff4
libubox: update to latest version, adds minor improvements to jshn, blobmsg and uloop
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38578
2013-10-29 14:12:06 +00:00
Steven Barth
dfa9ca772b
odhcp6c: Multiple improvements and fixes
...
* Various RFC compliance fixes (thanks to Hans Dedecker)
* Fix RA spam filter logic causing ipv6 connection issues
* Fix parameters -F and -P being order dependent
SVN-Revision: 38577
2013-10-29 13:23:28 +00:00
Jo-Philipp Wich
8e2106488a
Revert "[cyassl]: upgrade to 2.8.0"
...
Reverts the CyaSSL version bump for now since the update completely broke
trunk building due to incompatible changes in the IO callback API which in
turn breaks the core ustream-ssl package.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 38576
2013-10-29 09:53:48 +00:00
Luka Perkov
f7ccdbec75
kernel: add w1-master-mxc module
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38575
2013-10-29 02:52:17 +00:00
Felix Fietkau
e31ccd95c7
u-boot: prefer mirror2.openwrt.org over ftp.denx.de - the denx ftp is slow and unreliable
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38559
2013-10-28 15:15:05 +00:00
Imre Kaloz
688ac024ac
upgrade to 2.8.0
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38558
2013-10-28 14:34:59 +00:00
John Crispin
14457da13f
gpio-button-hotplug: add support for power buttons
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38557
2013-10-28 13:45:57 +00:00
John Crispin
7f1463623f
ubox: update to latest git HEAD
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38554
2013-10-28 06:48:04 +00:00
John Crispin
c81c814d6a
kernel: add packages for sdhci support
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38549
2013-10-28 06:47:20 +00:00
John Crispin
964c7e696b
ubox: update to latest git head
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38541
2013-10-26 12:25:11 +00:00
Luka Perkov
3d77352390
kernel: add keyboard-imx module
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38537
2013-10-25 10:29:49 +00:00
Florian Fainelli
ec41ca3a47
kernel: make kmod-pcnet32 depend on kmod-mii
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 38531
2013-10-25 01:47:45 +00:00
Florian Fainelli
294a57822e
kernel: add mii library kernel module package
...
This package is required for network drivers such as pcnet32
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 38530
2013-10-25 01:47:32 +00:00
John Crispin
e37b364ea3
procd: update to latest git head
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38529
2013-10-24 14:27:03 +00:00
Steven Barth
d8d0e2c536
odhcp6c: filter similar RAs spammed by some ISPs
...
SVN-Revision: 38505
2013-10-23 10:31:06 +00:00
Steven Barth
bb699867e0
firewall: Improve ubus support
...
* Use network.interface dump call instead of individual status calls
to reduce overall netifd lookups and invokes to 1 per fw3 process.
* Allow protocol handlers to assign a firewall zone for an interface
in the data section to allow for dynamic firewall zone assignment.
SVN-Revision: 38504
2013-10-23 10:25:26 +00:00
Steven Barth
a54f104701
odhcpd: fix cleaning of configuration on reload
...
SVN-Revision: 38503
2013-10-23 09:30:28 +00:00
Steven Barth
1ff15bfe83
6relayd: reduce fallout of RA spamming a bit
...
SVN-Revision: 38488
2013-10-21 10:26:57 +00:00
Felix Fietkau
537e301fab
ath9k: gather entropy from raw ADC I/Q samples (use the least significant bit only)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38486
2013-10-20 17:51:17 +00:00
Felix Fietkau
39543ea6fc
libubox: update to latest version, fixes ustream reuse and a few other minor issues
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38461
2013-10-19 16:24:38 +00:00
Steven Barth
91b173d231
netifd: Fix ifupdate events
...
SVN-Revision: 38458
2013-10-19 11:01:25 +00:00
Steven Barth
579e2df8c5
odhcpd: various bugfixes
...
SVN-Revision: 38454
2013-10-18 13:39:48 +00:00
Steven Barth
c3bcdd59de
netifd: various improvements
...
* Add ubus methods for global interface status
* Add ubus function to create nested interfaces
* Add protocol update notifications and hotplug legacy calls
* Fix: key to data elements point at wrong memory area
* Add support for source-restricted routes
* Add option "delegate" to toggle prefix delegation
* Reevaluate target routes also on interface update
SVN-Revision: 38453
2013-10-18 13:39:43 +00:00
Felix Fietkau
bc3d7c2f1b
rt2800usb: merge a fix to slow down tx status polling ( #13523 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38452
2013-10-18 13:39:10 +00:00
Jo-Philipp Wich
4f1e282238
wpa_supplicant: fix beacon_int configuration option
...
wpa_supplicant expects beacon_int instead of beacon_interval in its config
file.
Signed-off-by: Bruno Randolf <br1@einfach.org>
SVN-Revision: 38451
2013-10-18 11:47:47 +00:00
Jo-Philipp Wich
6da1c9d3ea
iw: add patch to support 802.11j frequencies
...
A similar change was recently merged in iw commit
58b46da26ab9b5ff31c7033e175351eb1301d9af
Signed-off-by: Bruno Randolf <br1@einfach.org>
SVN-Revision: 38449
2013-10-18 11:43:02 +00:00
Jo-Philipp Wich
c8e0c28c15
iwinfo: make 'type' visible in wrapped iwinfo
...
There are several cases within 'luci' that attempt to access the interface
'type' from within the 'type' specific meta tables; however, 'type' is not
currently available there. Replicate the common metadata in the 'type'
specific meta tables.
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 38448
2013-10-18 11:42:43 +00:00
Luka Perkov
494bc1d026
uboot-envtools: update to 2013.10
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38444
2013-10-18 00:39:28 +00:00
Steven Barth
56bc536713
netifd: rename customopts to sendopts for consistency
...
SVN-Revision: 38437
2013-10-17 13:12:06 +00:00
Steven Barth
c759b49a4f
Added 'customopts' dhcp protocol option, which is an array passed along to udhcpc as series of -x options.
...
Signed-off-by: Markus Stenberg <markus.stenberg@iki.fi>
SVN-Revision: 38436
2013-10-17 12:55:40 +00:00
Steven Barth
7e13c80b3d
odhcp6c: fix parsing of IA_PD adverts
...
SVN-Revision: 38433
2013-10-17 07:19:32 +00:00
Steven Barth
76dfe21a27
odhcpd: add new experimental dhcp-server
...
SVN-Revision: 38428
2013-10-16 09:03:55 +00:00
Luka Perkov
d8311375eb
kernel: imx6: add modules needed for sgtl5000 audio codec
...
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 38427
2013-10-16 03:25:59 +00:00
Jo-Philipp Wich
fce216ac7e
dropbear: add dropbear.nl mirror, provided by dropbear maintainer
...
Signed-off-by: Catalin Patulea <cat@vv.carleton.ca>
SVN-Revision: 38413
2013-10-15 13:10:32 +00:00
Luka Perkov
5dc102ce04
openvpn: make comp_lzo a parameter
...
Possible parameters are yes, no and adaptive. See manpage for more information.
Signed-off-by: Philipp Borgers <borgers@mi.fu-berlin.de>
SVN-Revision: 38412
2013-10-15 12:42:58 +00:00
Jo-Philipp Wich
eda0fc3c6c
openvpn-easy-rsa: restore essential patch to make it actually work on the target ( #14324 )
...
SVN-Revision: 38411
2013-10-15 12:23:21 +00:00
Luka Perkov
9eecccf652
uci: upgrade to latest git version
...
Fixes issues with UBIFS file system when due to unclean shutdown files would
end up with size 0. Furthermore, few style fixes are included too.
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38410
2013-10-15 11:32:28 +00:00
Luka Perkov
c15bec4a1b
uboot-envtools: update kirkwood scripts
...
Also, scripts can be installed as data so let's change that here too.
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38403
2013-10-14 19:46:43 +00:00
Felix Fietkau
e90e74000a
rt2x00: fix rf id for rt3352 ( #14322 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38399
2013-10-14 19:40:30 +00:00
Felix Fietkau
f1ea6d3c2d
ath9k: add some more pending fixes / optimizations
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38398
2013-10-14 19:38:42 +00:00
Felix Fietkau
d21810a298
ath5k: fix tx status processing errors (causing packet loss and throughput issues)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38396
2013-10-14 19:20:05 +00:00
Felix Fietkau
b907e95125
ath9k: reduce rx buffer allocation size
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38395
2013-10-14 19:20:02 +00:00