Felix Fietkau [Sun, 29 Mar 2015 05:20:50 +0000 (05:20 +0000)]
linux: modules: crypto: adds ccm package
This patch adds support crypto-ccm modules support.
Signed-off-by: Varka Bhadram <varkab@cdac.in>
SVN-Revision: 45123
Felix Fietkau [Sun, 29 Mar 2015 05:16:13 +0000 (05:16 +0000)]
netfilter: add missing module/symbol
ipv4 symbol was added but ipv6 symbol is missing
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
SVN-Revision: 45122
Felix Fietkau [Sun, 29 Mar 2015 05:15:58 +0000 (05:15 +0000)]
kernel: remove mp-alg
from upstream
commit title: "[IPV4]: The scheduled removal of multipath cached routing support."
removed in Kernel 2.6.23 (2007)
Reasons: very buggy, no maintainer, no fixes
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
SVN-Revision: 45121
Felix Fietkau [Sun, 29 Mar 2015 05:15:51 +0000 (05:15 +0000)]
kernel: video.mk: [media] sn9c102: remove deprecated driver
driver in staging since 3.14
removed upstream in 3.17
from upstream commit message:
Most webcams covered by this driver are now supported by gspca.
Nobody has the hardware or is willing to convert the remaining devices to gspca.
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
SVN-Revision: 45120
Felix Fietkau [Sun, 29 Mar 2015 05:12:58 +0000 (05:12 +0000)]
build: fix CMake assembly builds with ccache
CMAKE_ASM_COMPILER is automatically set to CMAKE_C_COMPILER by CMake, but
CMAKE_C_COMPILER_ARG1 is lost. This causes assembly builds to fail when ccache
is enabled (for example the package fastd on x86).
Fix this by explicitly defining CMAKE_ASM_COMPILER and CMAKE_ASM_COMPILER_ARG1.
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
SVN-Revision: 45119
Luka Perkov [Sun, 29 Mar 2015 04:50:16 +0000 (04:50 +0000)]
kernel: add few missing symbols
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 45118
Luka Perkov [Sun, 29 Mar 2015 04:43:59 +0000 (04:43 +0000)]
kernel: add symbol
Several targets are not using EMAC_ROCKCHIP so define it in generic config.
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 45117
Felix Fietkau [Sun, 29 Mar 2015 04:32:15 +0000 (04:32 +0000)]
x86: add myself as maintainer
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45116
Felix Fietkau [Sun, 29 Mar 2015 04:32:01 +0000 (04:32 +0000)]
x86: make x86_64 a subtarget instead of a standalone target
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45115
Felix Fietkau [Sun, 29 Mar 2015 04:31:35 +0000 (04:31 +0000)]
x86: remove bogus bzImage copy that breaks initramfs+no-initramfs builds
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45114
Felix Fietkau [Sun, 29 Mar 2015 04:31:21 +0000 (04:31 +0000)]
x86: clean up default grub baudrate settings
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45113
Felix Fietkau [Sun, 29 Mar 2015 04:31:15 +0000 (04:31 +0000)]
scripts/metadata.pl: do not emit ARCH selection for a target if it has subtargets
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45112
Felix Fietkau [Sun, 29 Mar 2015 04:30:12 +0000 (04:30 +0000)]
iputils: fix musl compile errors
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45111
Felix Fietkau [Sun, 29 Mar 2015 04:30:05 +0000 (04:30 +0000)]
ead: clean up, fix musl build
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45110
Felix Fietkau [Sun, 29 Mar 2015 04:29:56 +0000 (04:29 +0000)]
arptables: fix musl build issues
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45109
Felix Fietkau [Sun, 29 Mar 2015 04:29:44 +0000 (04:29 +0000)]
ebtables: fix musl build issues
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45108
Felix Fietkau [Sun, 29 Mar 2015 04:29:26 +0000 (04:29 +0000)]
authsae: remove bogus #include
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45107
Felix Fietkau [Sun, 29 Mar 2015 04:28:29 +0000 (04:28 +0000)]
fbtest: remove bogus #include
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45106
Felix Fietkau [Sun, 29 Mar 2015 04:28:24 +0000 (04:28 +0000)]
kernel: fix linux/spi/spidev.h portability issues with musl
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45105
Felix Fietkau [Sun, 29 Mar 2015 04:28:02 +0000 (04:28 +0000)]
kernel: clean up fq_codel default patch
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45104
Felix Fietkau [Sun, 29 Mar 2015 04:26:57 +0000 (04:26 +0000)]
iperf3: use -D_GNU_SOURCE to fix build error on musl
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45103
Felix Fietkau [Sun, 29 Mar 2015 04:26:42 +0000 (04:26 +0000)]
uClibc: add another missing backport patch
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45102
Felix Fietkau [Sun, 29 Mar 2015 02:16:21 +0000 (02:16 +0000)]
e2fsprogs: enable parallel build
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45101
Felix Fietkau [Sun, 29 Mar 2015 02:16:13 +0000 (02:16 +0000)]
toolchain/uClibc: backport madvise and fallocate (fixes #19336)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45100
Felix Fietkau [Sun, 29 Mar 2015 01:44:14 +0000 (01:44 +0000)]
conntrack-tools: add a build dependency on librpc (fixes #19342)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45099
Felix Fietkau [Sun, 29 Mar 2015 01:44:01 +0000 (01:44 +0000)]
kernel: add crc16 as boot module, it is required by ext4
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45098
Felix Fietkau [Sat, 28 Mar 2015 18:26:28 +0000 (18:26 +0000)]
build: add missing sitefile for i386
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45097
Felix Fietkau [Sat, 28 Mar 2015 18:26:24 +0000 (18:26 +0000)]
conntrack-tools: add more missing include statements
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45096
Florian Fainelli [Sat, 28 Mar 2015 18:18:50 +0000 (18:18 +0000)]
adm8668: switch to 3.18
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 45095
Florian Fainelli [Sat, 28 Mar 2015 18:18:38 +0000 (18:18 +0000)]
adm8668: add 3.18 support
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 45094
Florian Fainelli [Sat, 28 Mar 2015 18:17:46 +0000 (18:17 +0000)]
kernel: refresh 3.18 patches
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 45093
Felix Fietkau [Sat, 28 Mar 2015 13:38:52 +0000 (13:38 +0000)]
arm64: update to linux 3.18
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45092
Felix Fietkau [Sat, 28 Mar 2015 13:38:45 +0000 (13:38 +0000)]
toolchain/musl: update to the latest version, adds aarch64 support
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45091
Felix Fietkau [Sat, 28 Mar 2015 13:38:34 +0000 (13:38 +0000)]
build: clean up sitefiles, make them per-arch
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45090
Felix Fietkau [Sat, 28 Mar 2015 13:21:09 +0000 (13:21 +0000)]
brcm63xx: remove linux 3.14 support
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45089
Felix Fietkau [Sat, 28 Mar 2015 13:21:04 +0000 (13:21 +0000)]
mxs: remove linux 3.14 support
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45088
Felix Fietkau [Sat, 28 Mar 2015 13:20:58 +0000 (13:20 +0000)]
rb532: remove linux 3.14 support
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45087
Felix Fietkau [Sat, 28 Mar 2015 13:20:52 +0000 (13:20 +0000)]
uml: remove linux 3.14 support
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45086
Zoltan Herpai [Sat, 28 Mar 2015 12:28:02 +0000 (12:28 +0000)]
modules: fix dwc2 build breakage on mxs
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 45085
Felix Fietkau [Sat, 28 Mar 2015 11:40:06 +0000 (11:40 +0000)]
build: remove leftover olpc support code
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45084
Felix Fietkau [Sat, 28 Mar 2015 11:37:08 +0000 (11:37 +0000)]
x86: remove the olpc subtarget, it has been unmaintained for a long time
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45083
Felix Fietkau [Sat, 28 Mar 2015 10:44:55 +0000 (10:44 +0000)]
iop32x: moved to targets feed
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45082
Felix Fietkau [Sat, 28 Mar 2015 10:44:49 +0000 (10:44 +0000)]
cobalt: moved to targets feed
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45081
Felix Fietkau [Sat, 28 Mar 2015 10:44:44 +0000 (10:44 +0000)]
sibyte: moved to targets feed
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45080
Felix Fietkau [Sat, 28 Mar 2015 10:44:37 +0000 (10:44 +0000)]
sparc: moved to targets feed
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45079
Felix Fietkau [Sat, 28 Mar 2015 10:44:31 +0000 (10:44 +0000)]
cns21xx: moved to targets feed
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45078
Felix Fietkau [Sat, 28 Mar 2015 10:19:26 +0000 (10:19 +0000)]
conntrack-tools: update package (along with associated libraries) to the latest version, fix musl build issues
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45077
Felix Fietkau [Sat, 28 Mar 2015 10:19:18 +0000 (10:19 +0000)]
fuse: add missing include lines, fixes musl build
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45076
Felix Fietkau [Sat, 28 Mar 2015 10:19:10 +0000 (10:19 +0000)]
e2fsprogs: update to the latest version, fixes musl build failure
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45075
Felix Fietkau [Sat, 28 Mar 2015 10:19:04 +0000 (10:19 +0000)]
update libnetfilter_conntrack to version 1.0.4
This updates libnetfilter_conntrack to the latest
stable version 1.0.4 which was released Aug-06-2013.
Changeset is available here:
http://git.netfilter.org/libnetfilter_conntrack/log/
Signed-off-by: Christian Mehlis <christian@m3hlis.de>
SVN-Revision: 45074
Felix Fietkau [Fri, 27 Mar 2015 21:22:22 +0000 (21:22 +0000)]
rb532: switch to 3.18
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 45073
Felix Fietkau [Fri, 27 Mar 2015 21:22:17 +0000 (21:22 +0000)]
rb532: align partitions to 128KB
because block2mtd wants "erasesize must be a divisor of device size" since 3.15
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 45072
Felix Fietkau [Fri, 27 Mar 2015 21:22:10 +0000 (21:22 +0000)]
rb532: add 3.18 support
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 45071
John Crispin [Fri, 27 Mar 2015 21:11:17 +0000 (21:11 +0000)]
procd: remove superflous @ in depends line
the @ syntax is not required by Kbuild
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45070
Felix Fietkau [Fri, 27 Mar 2015 20:31:14 +0000 (20:31 +0000)]
mac80211: fix tx queue allocation issues (#19329)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45069
John Crispin [Fri, 27 Mar 2015 19:47:22 +0000 (19:47 +0000)]
lantiq: remove arphaned folder
the new buildbot was picking this up as a valid target.
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45068
John Crispin [Fri, 27 Mar 2015 19:07:29 +0000 (19:07 +0000)]
ralink: mt7621 add ECHI OCHI XCHI support
Lets hope that this time it won't break the other ralink targets.
Signed-off-by: wengbj <fl.service@t-firefly.com>
SVN-Revision: 45067
John Crispin [Fri, 27 Mar 2015 16:28:43 +0000 (16:28 +0000)]
procd: disable jail for uml builds
probiere den mal bitte
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45066
Felix Fietkau [Fri, 27 Mar 2015 16:03:16 +0000 (16:03 +0000)]
gemini: fix usb driver compilation on 3.18
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 45065
Felix Fietkau [Fri, 27 Mar 2015 15:04:00 +0000 (15:04 +0000)]
mac80211: remove a leftover patch chunk that should have been deleted in r45061
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45064
Felix Fietkau [Fri, 27 Mar 2015 14:55:01 +0000 (14:55 +0000)]
hostapd: fix compile errors with nl80211 disabled (#19325)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45063
Felix Fietkau [Fri, 27 Mar 2015 14:54:53 +0000 (14:54 +0000)]
hostapd: fix a compiler warning in ap+station patch
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45062
Felix Fietkau [Fri, 27 Mar 2015 14:54:46 +0000 (14:54 +0000)]
mac80211: rework memory allocation for software queueing patch
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45061
Felix Fietkau [Fri, 27 Mar 2015 14:54:41 +0000 (14:54 +0000)]
hostapd: disable the bridge packet receive workaround, it is unnecessary on openwrt and could potentially harm performance
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45060
Steven Barth [Fri, 27 Mar 2015 14:19:10 +0000 (14:19 +0000)]
netifd: adjust default local policy rules
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 45059
John Crispin [Fri, 27 Mar 2015 09:11:56 +0000 (09:11 +0000)]
dnsmasq: we dont want to run in debug mode
a left over from the dnsmasq jail testing
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45058
John Crispin [Fri, 27 Mar 2015 09:11:49 +0000 (09:11 +0000)]
procd: update to latest git HEAD
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45057
Zoltan Herpai [Fri, 27 Mar 2015 02:35:11 +0000 (02:35 +0000)]
mxs: update dtb path in image Makefile
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 45056
Zoltan Herpai [Fri, 27 Mar 2015 02:21:20 +0000 (02:21 +0000)]
tools: build mtools and dosfstools for mxs
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 45055
Felix Fietkau [Fri, 27 Mar 2015 00:35:34 +0000 (00:35 +0000)]
ar71xx: add missing id for WNR2000v3 image (fixes #18959)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45054
Zoltan Herpai [Thu, 26 Mar 2015 23:35:50 +0000 (23:35 +0000)]
mxs: bump to 3.18
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 45053
Zoltan Herpai [Thu, 26 Mar 2015 23:34:43 +0000 (23:34 +0000)]
mxs: add sdcard image builder
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 45052
Felix Fietkau [Thu, 26 Mar 2015 23:34:33 +0000 (23:34 +0000)]
hostapd: add 802.11r support
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 45051
Felix Fietkau [Thu, 26 Mar 2015 23:34:24 +0000 (23:34 +0000)]
hostapd: allow multiple key management algorithms
To enable 802.11r, wpa_key_mgmt should contain FT-EAP or FT-PSK. Allow
multiple key management algorithms to make this possible.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 45050
Felix Fietkau [Thu, 26 Mar 2015 23:34:10 +0000 (23:34 +0000)]
hostapd: append nasid to config for all WPA types
The 802.11r implementation in hostapd uses nas_identifier as PMK-R0 Key
Holder identifier. As 802.11r can also be used with WPA Personal, nasid
should be appended to the hostapd config for all WPA types.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 45049
Felix Fietkau [Thu, 26 Mar 2015 23:34:01 +0000 (23:34 +0000)]
hostapd: add dependency to hostapd-common
'hostapd-common' is needed by all of the variants for wifi to function
correctly (a number of the target profiles simply select 'wpad-mini').
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 45048
Felix Fietkau [Thu, 26 Mar 2015 23:33:56 +0000 (23:33 +0000)]
hostapd: package wpad-mesh and wpa_supplicant-mesh variants
These new variants include support for mesh mode and SAE crypto.
They always depend on openssl as EC operations are not provided by
the internal crypto implementation.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 45047
Felix Fietkau [Thu, 26 Mar 2015 23:33:52 +0000 (23:33 +0000)]
hostapd: add switch_chan and set_vendor_elements ubus methods
Signed-off-by: Zefir Kurtisi <zefir.kurtisi@neratec.com>
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45046
Felix Fietkau [Thu, 26 Mar 2015 23:33:47 +0000 (23:33 +0000)]
hostapd: update hostapd to 2015-03-25
madwifi was dropped upstream, can't find it anywhere in OpenWrt
either, thus finally burrying madwifi.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45045
Zoltan Herpai [Thu, 26 Mar 2015 23:04:27 +0000 (23:04 +0000)]
mxs: enable uboot-mxs-duckbill build for duckbill profile
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 45044
Luka Perkov [Thu, 26 Mar 2015 22:48:31 +0000 (22:48 +0000)]
generic: drop old kirkwood mach types
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 45043
Zoltan Herpai [Thu, 26 Mar 2015 22:39:06 +0000 (22:39 +0000)]
packages: uboot-mxs: bump to 2015.01
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 45042
Zoltan Herpai [Thu, 26 Mar 2015 22:18:47 +0000 (22:18 +0000)]
mxs: add 3.18 support
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 45041
Felix Fietkau [Thu, 26 Mar 2015 20:43:12 +0000 (20:43 +0000)]
uci: update to the latest version
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45040
Felix Fietkau [Thu, 26 Mar 2015 20:37:19 +0000 (20:37 +0000)]
gemini: make dd commands more portable
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45039
Felix Fietkau [Thu, 26 Mar 2015 20:37:09 +0000 (20:37 +0000)]
gemini: switch mantainer to myself
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 45038
Felix Fietkau [Thu, 26 Mar 2015 20:36:59 +0000 (20:36 +0000)]
gemini: nuke 3.10 support
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 45037
Felix Fietkau [Thu, 26 Mar 2015 20:36:49 +0000 (20:36 +0000)]
gemini: remove broken flag
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 45036
Felix Fietkau [Thu, 26 Mar 2015 20:36:40 +0000 (20:36 +0000)]
gemini: switch to 3.18
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 45035
Felix Fietkau [Thu, 26 Mar 2015 20:36:35 +0000 (20:36 +0000)]
gemini: don't build jffs2 image for Raidsonic board
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 45034
Felix Fietkau [Thu, 26 Mar 2015 20:36:30 +0000 (20:36 +0000)]
gemini: add 3.18 support
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 45033
John Crispin [Thu, 26 Mar 2015 20:30:18 +0000 (20:30 +0000)]
procd: fix jail/seccomp build depenedencies
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45032
Lars-Peter Clausen [Thu, 26 Mar 2015 19:46:01 +0000 (19:46 +0000)]
xburst: Update to 3.18
Update the xburst target to kernel version 3.18 and also remove the broken 3.10 support.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
SVN-Revision: 45031
Felix Fietkau [Thu, 26 Mar 2015 18:50:44 +0000 (18:50 +0000)]
ar71xx: fix image size checks for WNDR3700
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45030
Felix Fietkau [Thu, 26 Mar 2015 18:50:13 +0000 (18:50 +0000)]
build: ignore errors on copying firmware binaries from $(KDIR) to $(BIN_DIR)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45029
John Crispin [Thu, 26 Mar 2015 16:24:19 +0000 (16:24 +0000)]
ralink: drop xhci patch, it break !mt7621 builds
will re-add it tomorrow after fixing it
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45028
John Crispin [Thu, 26 Mar 2015 14:49:26 +0000 (14:49 +0000)]
ralink: the xhci patch broke ehci Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45027
Imre Kaloz [Thu, 26 Mar 2015 14:32:45 +0000 (14:32 +0000)]
mvebu: fixup usb3 support on the a38x
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 45026
Imre Kaloz [Thu, 26 Mar 2015 14:06:42 +0000 (14:06 +0000)]
generic/4.0: upgrade to 4.0-rc5
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 45025
Imre Kaloz [Thu, 26 Mar 2015 13:52:21 +0000 (13:52 +0000)]
mvebu: add a coherency fix which didn't make it to -stable, yet
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 45024