Steven Barth
7e7f329ccf
kernel/generic: (try) fixing MAP-E patch broken in 4.0
...
Now it at least compiles, otherwise untested.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 45145
2015-03-30 08:48:51 +00:00
Rafał Miłecki
1751676c8b
brcm47xx: convert Netgear WNDR3700 V3 to the new image building system
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 45144
2015-03-29 19:53:11 +00:00
Rafał Miłecki
8e4b74b9fe
brcm47xx: convert Linksys E1200 V2 to the new image building system
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 45143
2015-03-29 18:15:38 +00:00
John Crispin
23d37c1208
ar71xx: fix model string detection on NETGEAR WNDR3700/3800/WNDRMAC
...
There were a few issues with the existing code to detect the model string:
* Always using the string starting with byte 56 would cut off the W of WNDR when
the ID starts with 29763654+16+64 instead of 29763654+16+128
* The string contained garbage after the zero byte instead of cutting it off
after the zero (which wasn't always visible using busybox tools, but could
confuse other scripts)
Tested on a WNDR3700v1 and a WNDR3700v2 using the new 29763654+16+64 ID in the
ART. Furthermore, tested against ART dumps of a WNDR3700v2 using the old
$'\xff...' value and a WNDR3800.
The [ -z "$model" ] check was dropped as there is no way to actually hit this
unless no ART partition is found at all.
The awk command was carefully crafted to work both with gawk and the (horribly
broken) busybox awk.
Fixes #18992 .
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
SVN-Revision: 45140
2015-03-29 12:58:01 +00:00
Imre Kaloz
ebf1e2461a
x86_64: add description, maintainership
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 45138
2015-03-29 12:17:39 +00:00
Felix Fietkau
661f05262b
arm64: remove bogus CONFIG_WIRELESS/CONFIG_WLAN overrides
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45132
2015-03-29 07:36:17 +00:00
Luka Perkov
1e2f88b17b
imx: add initial version of 3.18 support
...
This is build tested only.
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 45125
2015-03-29 05:48:56 +00:00
Luka Perkov
375337266d
kernel: add few missing symbols
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 45118
2015-03-29 04:50:16 +00:00
Luka Perkov
d949d88ef6
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
2015-03-29 04:43:59 +00:00
Felix Fietkau
e731ea23a8
x86: add myself as maintainer
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45116
2015-03-29 04:32:15 +00:00
Felix Fietkau
196fb76a4c
x86: make x86_64 a subtarget instead of a standalone target
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45115
2015-03-29 04:32:01 +00:00
Felix Fietkau
09aad60610
x86: remove bogus bzImage copy that breaks initramfs+no-initramfs builds
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45114
2015-03-29 04:31:35 +00:00
Felix Fietkau
795e7cf60d
kernel: fix linux/spi/spidev.h portability issues with musl
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45105
2015-03-29 04:28:24 +00:00
Felix Fietkau
9444bc1ee2
kernel: clean up fq_codel default patch
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45104
2015-03-29 04:28:02 +00:00
Florian Fainelli
85b0d25861
adm8668: switch to 3.18
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 45095
2015-03-28 18:18:50 +00:00
Florian Fainelli
f51f3ee9bc
adm8668: add 3.18 support
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 45094
2015-03-28 18:18:38 +00:00
Florian Fainelli
26cf81b94b
kernel: refresh 3.18 patches
...
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 45093
2015-03-28 18:17:46 +00:00
Felix Fietkau
0b13d69bba
arm64: update to linux 3.18
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45092
2015-03-28 13:38:52 +00:00
Felix Fietkau
693e5aae41
brcm63xx: remove linux 3.14 support
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45089
2015-03-28 13:21:09 +00:00
Felix Fietkau
130acd0f4c
mxs: remove linux 3.14 support
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45088
2015-03-28 13:21:04 +00:00
Felix Fietkau
b63aa281ee
rb532: remove linux 3.14 support
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45087
2015-03-28 13:20:58 +00:00
Felix Fietkau
56c580f5f4
uml: remove linux 3.14 support
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45086
2015-03-28 13:20:52 +00:00
Felix Fietkau
7427007193
x86: remove the olpc subtarget, it has been unmaintained for a long time
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45083
2015-03-28 11:37:08 +00:00
Felix Fietkau
518d2b90e6
iop32x: moved to targets feed
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45082
2015-03-28 10:44:55 +00:00
Felix Fietkau
22b38f145d
cobalt: moved to targets feed
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45081
2015-03-28 10:44:49 +00:00
Felix Fietkau
04182658ef
sibyte: moved to targets feed
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45080
2015-03-28 10:44:44 +00:00
Felix Fietkau
e38b78926a
sparc: moved to targets feed
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45079
2015-03-28 10:44:37 +00:00
Felix Fietkau
40c5bee0cd
cns21xx: moved to targets feed
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45078
2015-03-28 10:44:31 +00:00
Felix Fietkau
65c567da13
rb532: switch to 3.18
...
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 45073
2015-03-27 21:22:22 +00:00
Felix Fietkau
2daa34da02
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
2015-03-27 21:22:17 +00:00
Felix Fietkau
c2d1ad30e8
rb532: add 3.18 support
...
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 45071
2015-03-27 21:22:10 +00:00
John Crispin
85bf288428
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
2015-03-27 19:47:22 +00:00
John Crispin
ddb5ab2acf
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
2015-03-27 19:07:29 +00:00
Felix Fietkau
c6a29d2528
gemini: fix usb driver compilation on 3.18
...
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 45065
2015-03-27 16:03:16 +00:00
Zoltan Herpai
19db04e699
mxs: update dtb path in image Makefile
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 45056
2015-03-27 02:35:11 +00:00
Felix Fietkau
f76a85515a
ar71xx: add missing id for WNR2000v3 image ( fixes #18959 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45054
2015-03-27 00:35:34 +00:00
Zoltan Herpai
a077e4af96
mxs: bump to 3.18
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 45053
2015-03-26 23:35:50 +00:00
Zoltan Herpai
01748fbce2
mxs: add sdcard image builder
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 45052
2015-03-26 23:34:43 +00:00
Zoltan Herpai
39370cbe25
mxs: enable uboot-mxs-duckbill build for duckbill profile
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 45044
2015-03-26 23:04:27 +00:00
Luka Perkov
3012319505
generic: drop old kirkwood mach types
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 45043
2015-03-26 22:48:31 +00:00
Zoltan Herpai
1f26498751
mxs: add 3.18 support
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 45041
2015-03-26 22:18:47 +00:00
Felix Fietkau
65708f749a
gemini: make dd commands more portable
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45039
2015-03-26 20:37:19 +00:00
Felix Fietkau
6cda886f60
gemini: switch mantainer to myself
...
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 45038
2015-03-26 20:37:09 +00:00
Felix Fietkau
17532417c7
gemini: nuke 3.10 support
...
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 45037
2015-03-26 20:36:59 +00:00
Felix Fietkau
b953a14036
gemini: remove broken flag
...
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 45036
2015-03-26 20:36:49 +00:00
Felix Fietkau
dc622768a7
gemini: switch to 3.18
...
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 45035
2015-03-26 20:36:40 +00:00
Felix Fietkau
44b3e3af17
gemini: don't build jffs2 image for Raidsonic board
...
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 45034
2015-03-26 20:36:35 +00:00
Felix Fietkau
a304f3d2b6
gemini: add 3.18 support
...
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 45033
2015-03-26 20:36:30 +00:00
Lars-Peter Clausen
b18f5eb44a
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
2015-03-26 19:46:01 +00:00
Felix Fietkau
c25bf32f8d
ar71xx: fix image size checks for WNDR3700
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45030
2015-03-26 18:50:44 +00:00