John Crispin
dc996e218d
eglibc: mark 2.15 as broken it is effected by CVE-2015-0235
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 44164
2015-01-28 12:06:05 +00:00
John Crispin
1c160bf082
config: fix typo in Global build settings menu
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 44163
2015-01-28 12:05:58 +00:00
Luka Perkov
a9568263f6
kernel: update 3.14 to 3.14.30
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 44158
2015-01-28 01:00:08 +00:00
Rafał Miłecki
3579379dba
kernel: bcm47xxpart: support boart_data partition on Xiaomi
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 44157
2015-01-27 22:13:18 +00:00
Rafał Miłecki
6296b8ca9f
kernel: backport queued bcm47xxpart changes
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 44156
2015-01-27 22:08:14 +00:00
Jo-Philipp Wich
ec04e769c8
ep93xx: fix broken kmods after r44112 ( #18833 )
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44155
2015-01-27 20:46:53 +00:00
Felix Fietkau
73cdcde24c
kernel: fix regression in building kmod-serial-8250 on linux 3.8 ( #18821 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44154
2015-01-27 00:06:42 +00:00
Imre Kaloz
7be967e954
mvebu: temporary el cheapo' fan control script
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 44153
2015-01-26 20:41:43 +00:00
Jo-Philipp Wich
3483c76084
kernel: add missing symbol to generic 3.18 config
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44150
2015-01-25 23:36:09 +00:00
Jo-Philipp Wich
542b6c30e5
fix subject in generated certificates
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44149
2015-01-25 23:33:49 +00:00
Jo-Philipp Wich
0798de785e
mvebu: add missing config symbol
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44147
2015-01-25 22:17:43 +00:00
Jo-Philipp Wich
3cb7c2cd4d
linux: disable kmod-bcma on ppc40x, it does not build
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44146
2015-01-25 21:55:36 +00:00
Jo-Philipp Wich
48b0c50a05
linux: disable kmod-zram on ep93xx, it does not export unmap_kernel_range
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44145
2015-01-25 21:02:12 +00:00
Jo-Philipp Wich
d70a9343e3
ipq806x: declare missing config symbols
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44144
2015-01-25 20:52:50 +00:00
Jo-Philipp Wich
a7c27877e2
uhttpd: fix another remaining relro issue in the Lua plugin
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44143
2015-01-25 20:43:17 +00:00
Jo-Philipp Wich
f2508ab437
linux: fix broken kmod-i2c-mux-pca9541 after r44113
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44142
2015-01-25 20:03:26 +00:00
Imre Kaloz
11a2a6b220
generic/3.19: fixup the value of IFF_NO_IP_ALIGN
...
Reported-by: Stephen Walker <stephendwalker+openwrt@gmail.com>
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 44139
2015-01-25 18:14:18 +00:00
Jo-Philipp Wich
634c8c215c
uhttpd: fix time_t type mismatch on 32bit systems
...
The previous update introducing LFS support unconditionally changed the
sprintf() pattern used to print the file modification time to use PRIx64.
Explicitely convert the st_mtime member of the stat struct to uint64_t in
order to avoid type mismatch errors when building for non-64bit targets.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44138
2015-01-25 17:59:08 +00:00
Luka Perkov
ee3eade285
kernel: update 3.14 to 3.14.29
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 44137
2015-01-25 17:29:41 +00:00
Jo-Philipp Wich
6fbf35501e
cns21xx: remove stray CONFIG_WAN from kernel config
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44136
2015-01-25 17:29:04 +00:00
Jo-Philipp Wich
b82bd94b62
uhttpd: fix crash with enabled relro, memory leak in dirlists and lfs
...
* Fix the ubus plugin to not make its uhttpd_plugin entry symbol
constant as uhttpd needs to modify its list_head member
* Make sure that uhttpd supports large files by using 64bit ints
where appropriate and by passing _FILE_OFFSET_BITS=64 to the build
* Plug a possible memleak in the directory listing code
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44135
2015-01-25 17:23:26 +00:00
Jo-Philipp Wich
2d523f7d59
procd: make build of upgraded optional
...
Update to latest git head in order to support disabling the build
of upgraded which causes linker errors on avr32.
This also adds some fixes to the ubus system.info and system.board
methods.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44134
2015-01-25 16:12:52 +00:00
Jo-Philipp Wich
08dad3f429
xburst: fix kernel build
...
Changeset r43049 removed the "062-mips_decompressor_build_fix.patch" which is
still required to properly build the xburst kernel.
Fix the syntax error in the preprocessed code by explicitely undefining the
"memcpy" and "memset" macros prior to declaring the replacements functions.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44133
2015-01-25 15:55:03 +00:00
Jo-Philipp Wich
8f5c0708ed
uhttpd: fix exit code of mod-ubus postinstall script
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44132
2015-01-25 15:54:43 +00:00
Imre Kaloz
9a8a348f14
mvebu: use pwmfan in the profile
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 44131
2015-01-25 15:52:28 +00:00
Imre Kaloz
18012a4198
mvebu: preliminary 3.19 support
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 44130
2015-01-25 15:37:31 +00:00
Imre Kaloz
d9c6ff8c25
mvebu: gpio based pwm support
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 44129
2015-01-25 15:36:47 +00:00
Imre Kaloz
9a172c70eb
mvebu: update mamba dts
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 44128
2015-01-25 15:26:33 +00:00
Imre Kaloz
afa58d8589
mvebu: backport some upstream changes
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 44127
2015-01-25 15:25:14 +00:00
Imre Kaloz
d26694243a
generic: add preliminary 3.19 support
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 44126
2015-01-25 15:20:39 +00:00
Luka Perkov
a46bb6ec6a
kirkwood: add wpad-mini to guruplug profile
...
Signed-off-by: Nathan Hintz <nlhintz@hotmail.com>
SVN-Revision: 44125
2015-01-25 13:39:24 +00:00
Luka Perkov
c8e9b5d13e
kirkwood: enable swconfig by default on EA3500
...
Signed-off-by: Claudio Leite <leitec@staticky.com>
SVN-Revision: 44124
2015-01-25 13:11:07 +00:00
Luka Perkov
2907ad2363
kirkwood: fix EA3500 ubi options
...
Previous options resulted in a nonfunctional image.
Signed-off-by: Claudio Leite <leitec@staticky.com>
SVN-Revision: 44123
2015-01-25 13:11:04 +00:00
Luka Perkov
86f1a60549
kirkwood: drop port-based VLAN setup
...
Using port-based VLANs depends on a non-standard
swconfig parameter, which compilcates things like
LuCI that don't know about it. This patch changes
the default to use 802.1q VLANs internally in the
switch, but without tagging packets since we have
two Ethernet ports.
iperf3 tests indicate no difference in performance
versus port-based VLANs when the CPU port is not
using tags.
Signed-off-by: Claudio Leite <leitec@staticky.com>
SVN-Revision: 44122
2015-01-25 13:11:02 +00:00
Imre Kaloz
53c7248554
generic/3.18: update to 3.18.3
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 44121
2015-01-25 11:39:30 +00:00
Felix Fietkau
1aad0e6878
kernel: fix typo in hwmon.mk ( #18813 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44120
2015-01-25 11:21:48 +00:00
Luka Perkov
56649a4eed
include: drop kernel 3.3.x leftovers
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 44119
2015-01-24 23:08:17 +00:00
Felix Fietkau
bef829efa5
ralink: fix ethernet feature TSO not work
...
* fix TSO features verify on mt7621 firewrt board
* improve tx clean up. no need to access uncached
memory. also use TX_DTX register instead of
read tx ring DONE bit
* mt7621 need napi weight 64 to get more performance
* remove netif_receive_skb, after kernel version
3.7 tcp4_gro_receive can handle tcp checksum.
on rt2880 use iperf tcp LAN to WAN throughput test.
with gro 135 Mbits/sec. without gro 80.4Mbits/sec.
Signed-off-by: michael lee <igvtee@gmail.com>
SVN-Revision: 44118
2015-01-24 22:45:28 +00:00
Felix Fietkau
3ec294a825
ralink: init tx/rx vlan offload register for mt7621
...
on mt7621 don't have tx vlan vid registers.
so set FE_REG_FE_DMA_VID_BASE to 0.
set rx vlan offload register to disable.
Signed-off-by: michael lee <igvtee@gmail.com>
SVN-Revision: 44117
2015-01-24 22:45:23 +00:00
Felix Fietkau
e634e07893
ralink: use fe_max_buf_size to get rx buffer size
...
the rx_buf_size now is 1534 when mtu is 1500.
the ethernet frame with vlan tag and FCS is 1522.
so the buffer is enough.
Signed-off-by: michael lee <igvtee@gmail.com>
SVN-Revision: 44116
2015-01-24 22:45:16 +00:00
Felix Fietkau
5d4837706a
ramips: fix ethernet vlan tx offload support check
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44115
2015-01-24 22:45:10 +00:00
Felix Fietkau
b8303e0337
kernel: eliminate a few kernel_patchver_*/CompareKernelPatchVer calls
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44114
2015-01-24 22:13:31 +00:00
Felix Fietkau
47e651e2eb
kernel: drop obsolete kernel version checks
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44113
2015-01-24 22:13:22 +00:00
Felix Fietkau
77aa8e8aee
ep93xx: remove obsolete kernel version check
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44112
2015-01-24 22:13:17 +00:00
Felix Fietkau
b382c585e4
x86: remove linux 3.3 support
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44111
2015-01-24 20:02:23 +00:00
Felix Fietkau
3120c9c9c2
build: drop obsolete kernel version dependencies
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44110
2015-01-24 20:02:09 +00:00
Felix Fietkau
186db26d05
kernel: remove linux 3.3 patches and config
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44109
2015-01-24 20:02:02 +00:00
Felix Fietkau
ed60bb8360
pxa: mark as broken
...
It still uses the long obsolete 3.3 kernel version
SVN-Revision: 44108
2015-01-24 20:01:45 +00:00
Felix Fietkau
386f05f1e1
x86: mark the ep80579 subtarget as broken
...
It still uses the long obsolete 3.3 kernel version
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44107
2015-01-24 20:01:40 +00:00
Felix Fietkau
6512aa4553
mcs814x: remove linux 3.3 support
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44106
2015-01-24 20:01:33 +00:00