John Crispin
9c0ed4ce5c
lantiq: Silence the PCIe error interrupt printk also in 4.1
...
This ports 9e2a7b779e6f0914395da3657b00f0ac00209bfd to the 4.1 patches.
I forgot this when preparing the initial 4.1 patch.
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
SVN-Revision: 46453
2015-07-24 09:09:07 +00:00
John Crispin
44c73a2fd2
lantiq: Fix ifxos driver on linux 4.1
...
request_mem_region returns NULL when requesting the region failed, and
a valid pointer when it was successful. Currently the condition is
inverted.
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
SVN-Revision: 46452
2015-07-24 09:09:02 +00:00
John Crispin
8c8a558591
kmod-regmap: enable MMIO support
...
This adds MMIO support for kmod-regmap.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 46451
2015-07-24 09:08:57 +00:00
Jonas Gorski
cc42b1049b
kernel: refresh patches for 4.1
...
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46441
2015-07-22 12:51:11 +00:00
Jonas Gorski
02198322b9
kernel: update 4.0 to 4.0.9
...
Changelog:
* https://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.0.9
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46440
2015-07-22 12:51:04 +00:00
Jonas Gorski
2911b5aa11
kernel: update 3.18 to 3.18.19
...
Changelog:
* https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.18.19
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46439
2015-07-22 12:50:59 +00:00
Felix Fietkau
82b1517da2
ar71xx: refresh kernel config
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46438
2015-07-22 12:45:12 +00:00
Felix Fietkau
54f5f6fa6c
kernel: update to linux 4.1.3
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46437
2015-07-22 12:45:07 +00:00
Felix Fietkau
9384cc5951
mac80211: update to wireless-testing 2015-07-21
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46436
2015-07-22 12:45:03 +00:00
Felix Fietkau
3b17e2ab68
generic: add more missing linux 4.1 symbols
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 46435
2015-07-22 12:44:55 +00:00
Felix Fietkau
9402cb747e
tools: drop circular dependency between patch and ccache, build patch without ccache ( fixes #20132 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46434
2015-07-20 10:50:46 +00:00
Felix Fietkau
38dbf49b61
ar71xx: remove the use of the obsolete IRQF_DISABLED flag in the NAND flash driver ( fixes #20125 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46433
2015-07-20 06:01:18 +00:00
Felix Fietkau
d6e67327a2
ar71xx: switch to linux 4.1
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46432
2015-07-19 17:59:20 +00:00
Felix Fietkau
91791aea2e
ar71xx: add missing patch chunk to 4.1 unaligned access hacks
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46431
2015-07-19 17:59:15 +00:00
Felix Fietkau
b704d3c96e
ar71xx: reorganize 4.1 patch directory layout
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46430
2015-07-19 17:59:08 +00:00
Felix Fietkau
573d23dda3
ar71xx: refresh kernel config
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46429
2015-07-19 17:59:00 +00:00
Felix Fietkau
d3a31435e0
kernel: add missing config symbols for 4.1
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46428
2015-07-19 17:58:53 +00:00
Felix Fietkau
2a74944f07
ar71xx: refresh 4.1 patches
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46427
2015-07-19 17:58:46 +00:00
Felix Fietkau
78b1a6b773
ar71xx: add 4.1 support
...
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 46426
2015-07-19 17:58:40 +00:00
Felix Fietkau
d26e8d9439
Revert "ar71xx: Add support for Cisco-Linksys WAP4410N" (r46250)
...
The commit is incomplete, it does not even build the mach-* file
This reverts commit 6e6adcf7a197b1802cb728ddcccf05f890ca0574
SVN-Revision: 46425
2015-07-19 17:58:27 +00:00
Felix Fietkau
0fc6755f66
mkimage: cross compile fix: pass HOST_*FLAGS in to uboot's makefile
...
The HOST_*FLAGS are for compiling programs which will run on the machine that is
running the build. Setting these flags is frequently required for unusual
cross-compiles.
Signed-off-by: Lawrence D'Anna <larry@elder-gods.org>
SVN-Revision: 46424
2015-07-19 14:59:26 +00:00
Felix Fietkau
13f50151bc
strace: add kernel headers include to host cflags to fix build on non-linux systems
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46423
2015-07-19 14:59:16 +00:00
Felix Fietkau
51ab7ade4e
strace: cross compile fix: pass HOST_*FLAGS in to ./configure
...
The HOST_*FLAGS are for compiling programs which will run on the machine that is
running the build. Setting these flags is frequently required for unusual
cross-compiles.
Signed-off-by: Lawrence D'Anna <larry@elder-gods.org>
SVN-Revision: 46422
2015-07-19 14:59:09 +00:00
Felix Fietkau
26d71e9b25
netifd: update to the latest version, fixes setting RPS/XPS for wlan devices
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46421
2015-07-18 23:14:19 +00:00
Felix Fietkau
473ddd592c
kernel: fix sched_getaffinity on MIPS SMP systems (fixes enabling RPS/XPS in netifd with musl)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46420
2015-07-18 22:49:39 +00:00
John Crispin
c89f360059
ar71xx: Enable ath10k calibration data loading for EnGenius ESR1750 and EPG500.
...
As r46245 disabled the board.bin template workaround, 5GHz wifi stopped working
on these devices. This adds them to the calibration data loading introduced in
r46244 and thus makes 5GHz work again for these devices.
Signed-off-by: Christian Beier <cb@shoutrlabs.com>
SVN-Revision: 46415
2015-07-18 21:15:42 +00:00
John Crispin
2d955b51fe
ar71xx: use automatic firmware partition splitting for devolo dLAN devices
...
Signed-off-by: Günther Kelleter <guenther.kelleter@devolo.de>
SVN-Revision: 46414
2015-07-18 21:15:36 +00:00
Felix Fietkau
621dd13590
cfg80211: fix a locking issue ( #20098 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46413
2015-07-18 19:10:38 +00:00
Felix Fietkau
363f32c8ac
ramips: enable mt76 by default for mt7621
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46410
2015-07-18 16:47:05 +00:00
Felix Fietkau
9ed820a4a7
mt76: update to the latest version, fixes rx buffer allocation issues
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46409
2015-07-18 16:04:58 +00:00
Steven Barth
706adb1601
odhcp6c: add option "sourcefilter" to disable source filter
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 46408
2015-07-18 05:44:50 +00:00
Hauke Mehrtens
59671b844a
kernel: fix dependecy of kmod-ieee802154_6lowpan
...
This module also depends on kmod-ieee802154
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 46407
2015-07-17 17:55:17 +00:00
John Crispin
d42b6c1afb
swconfig: libsw.so should be installed into /usr/lib/
...
otherwise it's not picked up by toolchain:
staging_dir/toolchain-mipsel_24kec+dsp_gcc-4.8-linaro_musl-1.1.10/lib/gcc/mipsel-openwrt-linux-musl/4.8.3/../../../../mipsel-openwrt-linux-musl/bin/ld: cannot find -lsw
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 46406
2015-07-17 12:51:24 +00:00
John Crispin
eff79253f2
ramips: add support for Planex MZK-DP150N
...
This patch add support for Planex MZK-DP150N.
a mini router on the MT7620A SoC with one Ethernet port and a 802.11n 2.4 GHz radio.
Signed-off-by: YuheiOKAWA <tochiro.srchack@gmail.com>
SVN-Revision: 46405
2015-07-17 12:51:08 +00:00
John Crispin
84b89e4ec4
brcm2708: add gzip image compression
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 46404
2015-07-17 12:50:52 +00:00
John Crispin
08a416e3b9
brcm2708: add Raspberry Pi Compute Module support
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 46403
2015-07-17 12:49:27 +00:00
John Crispin
f7ac790356
brcm2708: switch to linux 4.1
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 46402
2015-07-17 12:49:09 +00:00
John Crispin
b19a645b40
brcm2708: add upstream (bcm2835) modules and improve downstream ones (bcm2708)
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 46401
2015-07-17 12:48:59 +00:00
John Crispin
bc5009472d
generic: add missing linux 4.1 symbols
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 46400
2015-07-17 12:48:51 +00:00
John Crispin
208ab54e3e
brcm2708: add linux 4.1 support
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 46399
2015-07-17 12:48:39 +00:00
John Crispin
03b56c9350
brcm2708: split target config into subtargets
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 46398
2015-07-17 12:48:11 +00:00
John Crispin
623da91e4d
brcm2708: remove unneeded base-files
...
Device tree exports board name/model and device LEDs.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 46397
2015-07-17 12:48:02 +00:00
John Crispin
8ef50ec40b
brcm2708: improve profiles and image generation
...
- Add profiles for bcm2708 subtarget.
- Check subtarget for image generation.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 46396
2015-07-17 12:47:50 +00:00
Jo-Philipp Wich
b052a00c0b
toplevel.mk: fix LD_LIBRARY_PATH for host binaries
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 46394
2015-07-17 11:37:20 +00:00
Steven Barth
56e7ba4a1e
odhcpd: fix last commit
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 46393
2015-07-17 11:09:13 +00:00
Steven Barth
9a977c2b11
odhcpd: fix dhcpv6 relay forwarding
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 46392
2015-07-17 08:47:48 +00:00
Jonas Gorski
4981c7da0d
brcm63xx: make use of dt-includes
...
Now that we have a dtc command that invokes the preprocessor, make use
of it and replace the magic numbers with KEY_* defines.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46391
2015-07-16 11:15:02 +00:00
Jonas Gorski
71e0bd0165
brcm63xx: make use of the new BuildDTB command
...
Now that we have a BuildDTB command, make use of it instead of calling
dtc directly.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46390
2015-07-16 11:13:47 +00:00
Jonas Gorski
e7b5dd0e1d
image.mk: add a BuildDTB define
...
Add a Image/BuildDTB command that takes the path to an dts file and
applies the CPP using the default include directories, then uses dtc
to compile the dts as the specified output file.
Additional CPP and DTC flags can be supplied as additional arguments.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46389
2015-07-16 11:12:52 +00:00
Jonas Gorski
491cfb06d0
brcm63xx: HG553 buttons support
...
This patch adds buttons support for Huawei EchoLife HG553.
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 46388
2015-07-16 11:12:41 +00:00