John Crispin
ed30ca8e39
ramips: rt305x: enable seama mtdsplit parser
...
D-Link DIR-610 A1 needs seama mtdsplit parser.
This patch should fix #18046 .
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
SVN-Revision: 47341
2015-11-02 10:16:56 +00:00
John Crispin
6dcbf74a94
ramips: rt305x: update kernel config symbols
...
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
SVN-Revision: 47340
2015-11-02 10:16:48 +00:00
John Crispin
5430c095af
musl: add upstream patch for open_[w]memstream
...
This patch fixes corner case in open_memstrem, when stream is created,
but nothing is written.
This case is present in tgtadm, tgtd management tool.
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
SVN-Revision: 47339
2015-11-02 10:16:40 +00:00
John Crispin
4f9fcd94bd
package/devel/perf: fix build for kernel 4.1
...
This fix contains 2 parts:
- kernel 4.1: backport upstream patch "perf build: Do not fail on missing Build file"
- add NO_LZMA=1 to perf MAKE_FLAGS to disable LZMA support
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
SVN-Revision: 47338
2015-11-02 10:16:28 +00:00
Rafał Miłecki
d2c1087536
bcm53xx: Netgear R8000: define GPIO powering USB ports
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 47337
2015-11-01 22:21:59 +00:00
Rafał Miłecki
c348b3317a
bcm53xx: replace USB patch fixing power control with the most recent version
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 47336
2015-11-01 22:21:49 +00:00
Hauke Mehrtens
55a912f43e
kernel: update kernel 3.18 to version 3.18.23
...
Changelog:
* https://cdn.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.18.22
* https://cdn.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.18.23
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 47334
2015-11-01 13:45:57 +00:00
Felix Fietkau
9130e4dc32
ar71xx: fix regression in building TL-WDR6500-v2 images
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47333
2015-11-01 12:38:44 +00:00
Felix Fietkau
97abe48112
kobs-ng: fix compile errors
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47332
2015-11-01 12:38:38 +00:00
Felix Fietkau
6bc9a6d0a8
imx6: add v4.1 support
...
Build and boot tested on the following hardware:
* GW54xx
* GW53xx
* GW52xx
* GW51xx
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Pushpal Sidhu <psidhu@gateworks.com>
SVN-Revision: 47331
2015-11-01 12:19:32 +00:00
Luka Perkov
6a18146206
kirkwood: add initial support for NSA310s
...
Signed-off-by: Tony Dinh <mibodhi@gmail.com>
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 47330
2015-11-01 01:13:16 +00:00
Luka Perkov
013a114691
generic: 3.18: refresh patches
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 47329
2015-11-01 00:04:21 +00:00
Luka Perkov
e920d31f4b
uboot-envtools: update to 2015.10
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 47328
2015-10-31 19:46:56 +00:00
Felix Fietkau
35cc181eb2
tools/cmake: update to 3.3.2
...
Update cmake to 3.3.2 and refresh patches.
Add a secondary download location.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
SVN-Revision: 47327
2015-10-31 09:31:06 +00:00
Felix Fietkau
faabe8e8e6
malta: make eth0 the wan interface by default
...
Many packages for OpenWrt currently assume that lan is the "internal"
side of the network map, e.g. if installed, dnsmasq will hand out DHCP
leases on lan, firewall will allow forwarding on lan.
While at it, also configure a lan interface if eth1 exists.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
SVN-Revision: 47326
2015-10-31 09:30:57 +00:00
Felix Fietkau
8ddca59465
malta: use as a default type device
...
There is currently no relevant definition for developerboard device type
in include/target.mk, thus packages like iptables, firewall, dnsmasq
etc. are missing in the default images, rendering it almost useless
for regular testing or normal use.
With this change, currently a default set of packages for "router" will
be installed to malta firmware images.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
SVN-Revision: 47325
2015-10-31 09:30:37 +00:00
Felix Fietkau
c5c2eb5fd6
malta: set CPU_TYPE:=24kc.
...
There are instructions (e.g. wsbh) only available in MIPS32R2 which is
the isa level used by many MIPS targets in OpenWrt. As we use the malta
target mostly for development and testing purposes, setting the CPU_TYPE
to 24Kc will make the emulation more real.
The following is output from qemu-system-mipsel 2.3.0
root@OpenWrt:/# cat /proc/cpuinfo | grep 'cpu model\|isa'
cpu model : MIPS 24Kc V0.0 FPU V0.0
isa : mips1 mips2 mips32r1 mips32r2
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
SVN-Revision: 47324
2015-10-31 09:30:14 +00:00
Felix Fietkau
d31c1e2285
target.mk: add optimization flags for MIPS 24Kc.
...
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
SVN-Revision: 47323
2015-10-31 09:30:03 +00:00
Felix Fietkau
93efeef9b3
generic: fix unrecognized opcode wsbh when building for MIPS16.
...
The issue was found and reported by hynman [1] when compiling reaver for ar71xx
(Big Endian MIPS).
{standard input}: Assembler messages:
{standard input}:79: Error: unrecognized opcode `wsbh $2,$2'
{standard input}:90: Error: unrecognized opcode `wsbh $3,$17'
{standard input}:208: Error: unrecognized opcode `wsbh $2,$2'
make[3]: *** [builder.o] Error 1
The patch was already in upstream since kernel release 4.3-rc5.
[1] 1e29676a8a (commitcomment-12901931)
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
SVN-Revision: 47322
2015-10-31 09:29:57 +00:00
Felix Fietkau
180713b89b
ar71xx/image: remove old unused build code for TPLINK
...
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
SVN-Revision: 47321
2015-10-31 09:29:48 +00:00
Felix Fietkau
958c785868
ar71xx/image: remove old unused build code for TPLINKOLD
...
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
SVN-Revision: 47320
2015-10-31 09:29:38 +00:00
Felix Fietkau
24eb0d1ba1
ar71xx/image: migrate tl-wr841nd-v1.5 to new build step using squashfs+jffs2 instead of squashfs-only
...
All other tplink images use squashfs+jffs2. I don't see any reason why
this board should use squashfs-only
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
SVN-Revision: 47319
2015-10-31 09:29:25 +00:00
Felix Fietkau
ebea23b49f
ar71xx/image: remove old unused build step TPLINK-64K
...
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
SVN-Revision: 47318
2015-10-31 09:29:18 +00:00
Felix Fietkau
c3350394a5
ar71xx/image: migrate tl-wdr6500-v2 to new image build steps
...
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
SVN-Revision: 47317
2015-10-31 09:29:09 +00:00
Felix Fietkau
1bd87413e6
ar71xx/image: refactor templates tplink-chn-v2
...
SVN-Revision: 47316
2015-10-31 09:29:01 +00:00
Felix Fietkau
153ed674b3
ar71xx/image: introduce TPLINK_HEADER_VERSION variable for tplink image
...
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
SVN-Revision: 47315
2015-10-31 09:28:50 +00:00
Felix Fietkau
ea23d796f6
oxnas: image: Remove custom mkfs targz override as base should be fine now
...
It was wrong anyway, missing file sort order parameter which was fixed
in base month ago.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
SVN-Revision: 47314
2015-10-31 09:28:42 +00:00
Felix Fietkau
2e7df6312d
kirkwood: image: Remove custom mkfs targz override as base should be fine now
...
It was wrong anyway, missing file sort order parameter which was fixed
in base month ago.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
SVN-Revision: 47313
2015-10-31 09:28:34 +00:00
Felix Fietkau
f5683a0a86
imx6: image: Remove custom mkfs targz override as base should be fine now
...
It was wrong anyway, missing file sort order parameter which was fixed
in base month ago.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
SVN-Revision: 47312
2015-10-31 09:28:25 +00:00
Felix Fietkau
2927e32deb
include/image.mk: Use PROFILE_SANITIZED in targz image task
...
Signed-off-by: Petr Štetiar <ynezz@true.cz>
SVN-Revision: 47311
2015-10-31 09:28:14 +00:00
Felix Fietkau
74d9ef96f1
oxnas: image: Refactor sanitize_profile_name using PROFILE_SANITIZED variable
...
Signed-off-by: Petr Štetiar <ynezz@true.cz>
SVN-Revision: 47310
2015-10-31 09:28:05 +00:00
Felix Fietkau
8a237d1f03
kirkwood: image: Refactor sanitize_profile_name using PROFILE_SANITIZED var
...
Signed-off-by: Petr Štetiar <ynezz@true.cz>
SVN-Revision: 47309
2015-10-31 09:27:56 +00:00
Felix Fietkau
e09d32dd96
imx6: image: Refactor sanitize_profile_name using PROFILE_SANITIZED variable
...
Signed-off-by: Petr Štetiar <ynezz@true.cz>
SVN-Revision: 47308
2015-10-31 09:27:49 +00:00
Felix Fietkau
86136e2bc3
include/image.mk: Introduce sanitized profile variable
...
Making common code reusable as there's a lot of duplicate code in imx6,
kirkwood and oxnas archs.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
SVN-Revision: 47307
2015-10-31 09:27:04 +00:00
Felix Fietkau
b100027a83
ramips: fix for kernel 4.0 napi repoll need return budgets number
...
Signed-off-by: Michael Lee <igvtee@gmail.com>
SVN-Revision: 47306
2015-10-30 22:32:49 +00:00
Felix Fietkau
9cd525a7fa
x86/generic: enable radeon drm driver
...
This enables modesetting for radeon based boards.
Signed-off-by: Felix Kaechele <heffer@fedoraproject.org>
SVN-Revision: 47305
2015-10-30 22:32:41 +00:00
Felix Fietkau
63f2b8afbf
x86/generic: enable pata_atiixp driver
...
This enables booting from devices that use an ATI PATA controller for
the boot device, such as the embedded CF cards in Fujitsu-Siemens Futro
thin-clients.
Signed-off-by: Felix Kaechele <heffer@fedoraproject.org>
SVN-Revision: 47304
2015-10-30 22:32:19 +00:00
Felix Fietkau
05d6b87cfb
x86/generic: refresh subtarget kernel config
...
Signed-off-by: Felix Kaechele <heffer@fedoraproject.org>
SVN-Revision: 47303
2015-10-30 22:32:12 +00:00
Felix Fietkau
0365ce46df
kernel: add some missing symbols for 4.3
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 47302
2015-10-30 22:32:04 +00:00
Felix Fietkau
61366c95e2
realview: Create ext4 image by default
...
Following the additions in r46924, enable the 'ext4' feature for
realview target so the ext4 image is created by default.
Signed-off-by: Dov Murik <dov.murik@gmail.com>
SVN-Revision: 47301
2015-10-30 22:31:47 +00:00
Felix Fietkau
2db87710e7
tools/pkg-config: update to 0.29
...
Release announcement:
http://lists.freedesktop.org/archives/pkg-config/2015-September/001019.html
Drop patches, as they have been implemented upstream.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Signed-off-by: Felix Fietkau <nbd@openwrt.org> [fix OSX compatibility]
SVN-Revision: 47300
2015-10-30 22:31:29 +00:00
Felix Fietkau
c7fb0f04aa
tools/quilt: update to 0.64
...
Update quilt to version 0.64.
Changelog: http://git.savannah.gnu.org/cgit/quilt.git/tree/NEWS?id=v0.64
Refresh patches. (scripts/inspect.in has been removed upstream)
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
SVN-Revision: 47299
2015-10-30 22:31:21 +00:00
Felix Fietkau
7002454b3c
tools/xz: update to 5.2.2
...
Update xz to version 5.2.2.
Add a secondary download location.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
SVN-Revision: 47298
2015-10-30 22:31:09 +00:00
Felix Fietkau
8babf4654c
mac80211: update regulatory database to master-2015-10-22
...
Signed-off-by: Andrej Vlasic <andrej.vlasic0@gmail.com>
SVN-Revision: 47297
2015-10-30 22:31:05 +00:00
Felix Fietkau
d495ef6d59
build: make mkfs-* depend on kernel installation to fix parallel build issues
...
Reported-by: Petr Štetiar <ynezz@true.cz>
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47296
2015-10-30 22:01:27 +00:00
Felix Fietkau
d89b1ea706
ath10k-firmware: add qca99x0 firmware
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47295
2015-10-30 22:01:22 +00:00
Felix Fietkau
3fd8621f62
ath10k: split out ath10k firmware into a separate source package and .ipk
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47294
2015-10-30 22:01:18 +00:00
Felix Fietkau
eda1b3a3f6
linux-firmware: minor makefile cleanup
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47293
2015-10-30 22:01:04 +00:00
Felix Fietkau
0a95179556
samba: convert init script to procd, add reload support
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47292
2015-10-30 15:32:54 +00:00
Felix Fietkau
6de8a82f85
iproute2: fix compile with uClibc-ng
...
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 47291
2015-10-30 15:20:41 +00:00