Felix Fietkau
e3b3b7fb0a
lantiq: Enable the uImage mtd splitter
...
Until linux 4.1 the lantiq target used CONFIG_MTD_UIMAGE_SPLIT=y. That
option however is only available until linux 4.3 - thus it was not added
to lantiq's 4.4 kernel config (in r48307). This results in broken images
for devices which are using uImages. This fixes #21652
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
SVN-Revision: 48381
9 years ago
Felix Fietkau
54baefc480
ustream-ssl: update to the latest version, fixes connection with servers requiring DHE
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48380
9 years ago
Felix Fietkau
23541c6f6f
uclient: install a symlink from uclient-fetch to wget into /bin
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48379
9 years ago
Felix Fietkau
977948b15c
uclient: update to the latest version, fixes a cosmetic progress bar issue
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48378
9 years ago
Zoltan Herpai
06bcc64f1f
mxs: initial 4.4 support
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 48377
9 years ago
Zoltan Herpai
4e3813c79d
kernel: add missing symbols for 4.4
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 48376
9 years ago
Rafał Miłecki
b9fb3d4524
bcm53xx: update iProc patches (V5 accepted in helgaas/pci.git next)
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 48375
9 years ago
Zoltan Herpai
76b903a415
packages: bump uboot-mxs to 2016.01, refresh patches
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 48374
9 years ago
Felix Fietkau
e62802752e
kernel: fix keyring reference leak (CVE-2016-0728)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48372
9 years ago
Felix Fietkau
20ba5a01cf
kernel: modularize dma shared buffer code to eliminate kernel bloat
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48371
9 years ago
Rafał Miłecki
000295f8ba
bcm53xx: move iProc patches that went mainline
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 48370
9 years ago
Rafał Miłecki
bba8f059d7
bcm53xx: backport iProc Kconfig fixes
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 48369
9 years ago
Rafał Miłecki
1dfa369c98
bcm53xx: group iProc patches into patchsets they were sent in
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 48368
9 years ago
Felix Fietkau
82939c3f52
Revert "cns3xxx: re-enable CONFIG_CPU_SW_DOMAIN_PAN"
...
There seem to be some remaining SMP issues with it
This reverts commit r48336
SVN-Revision: 48367
9 years ago
John Crispin
ff7f5eb13d
procd: emit events for sound subsystem
...
Useful e.g. for plugable USB-soundcards.
With this change an event/hotplug-call looks like:
ACTION: add DEVNAME: snd/timer DEVPATH: /devices/virtual/sound/timer SUBSYSTEM: sound
ACTION: add DEVNAME: DEVPATH: /devices/platform/ehci-platform/usb1/1-1/1-1:1.0/sound/card0 SUBSYSTEM: sound
ACTION: add DEVNAME: snd/controlC0 DEVPATH: /devices/platform/ehci-platform/usb1/1-1/1-1:1.0/sound/card0/controlC0 SUBSYSTEM: sound
ACTION: add DEVNAME: snd/pcmC0D0p DEVPATH: /devices/platform/ehci-platform/usb1/1-1/1-1:1.0/sound/card0/pcmC0D0p SUBSYSTEM: sound
ACTION: add DEVNAME: snd/pcmC0D0c DEVPATH: /devices/platform/ehci-platform/usb1/1-1/1-1:1.0/sound/card0/pcmC0D0c SUBSYSTEM: sound
ACTION: add DEVNAME: dsp DEVPATH: /devices/platform/ehci-platform/usb1/1-1/1-1:1.0/sound/card0/dsp SUBSYSTEM: sound
ACTION: add DEVNAME: audio DEVPATH: /devices/platform/ehci-platform/usb1/1-1/1-1:1.0/sound/card0/audio SUBSYSTEM: sound
ACTION: add DEVNAME: mixer DEVPATH: /devices/platform/ehci-platform/usb1/1-1/1-1:1.0/sound/card0/mixer SUBSYSTEM: sound
This fixes #21466 .
Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>
SVN-Revision: 48366
9 years ago
Felix Fietkau
e34acd64f5
kernel: disable AFS support by default
...
This pulls in CONFIG_KEYS, which bloats up the kernel size and is thus
very undesirable. It also currently exposes the kernel to a local root
vulnerability
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48364
9 years ago
Felix Fietkau
89ca7c5d0e
toolchain/musl: enable debug information
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48363
9 years ago
John Crispin
d48834e553
Revert "linuxptp: Add package"
...
accidentially pushed to the wrong tree
This reverts commit 67f7292833d4dd19fb3fd468c56c746e8f226bb7.
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 48362
9 years ago
John Crispin
29ec3811c0
linuxptp: Add package
...
Linuxptp is a user space software implementation of IEEE 1588
Precision Time Protocol standard.
v4: Don't compile on uclibc
Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>
SVN-Revision: 48361
9 years ago
John Crispin
78a6a9aec3
ipq806x: Add support for Netgear D7800
...
Signed-off-by: Tathagata Das <tathagata@alumnux.com>
SVN-Revision: 48360
9 years ago
John Crispin
f51f92d7e9
ramips: fix serial baudrate for final version of ZBT-WG2626 board
...
The bootloader was updated and now uses 115200 instead of 57600 baud
for the serial console. Change this also in OpenWrt's DTS, so the rate
is consistent for bootloader and linux kernel output.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 48359
9 years ago
John Crispin
9df952742d
ar71xx: board.d: fix switch defaults on dLAN pro 1200+ WiFi ac
...
transparent for vlans as originally committed
Signed-off-by: Günther Kelleter <guenther.kelleter@devolo.de>
SVN-Revision: 48358
9 years ago
John Crispin
9d4e076966
ar71xx: fix AR8337 switch initialization on dLAN pro 1200+ WiFi ac
...
unswap ports 0/6 (broken by 17b8dcd63100a6b9e35199882f38bdc2be640777)
Signed-off-by: Günther Kelleter <guenther.kelleter@devolo.de>
SVN-Revision: 48357
9 years ago
John Crispin
ed72c5f846
ar71xx: add support for Netgear WPN824N
...
Add support for Netgear WPN824N.
Hardware specs:
* AR7240, 4 LAN ports, 1 WAN port
* AR9285 WLAN
* 32 MB RAM
* 4 MB Flash
* 16 LEDs (LAN, WAN and Power/Status contain two LEDs for dual color
effect)
* 3 Buttons (not supported)
Signed-off-by: Hartmut Knaack <knaack.h@gmx.de>
SVN-Revision: 48356
9 years ago
John Crispin
9f7bbc649c
ramips: HiLink HLK-RM04 image name typo (RM02 -> RM04)
...
The image name for the HiLink HLK-RM04 module has a typo and should read "RM04" rather than "RM02"
Signed-off-by: John Clark <inindev@gmail.com>
SVN-Revision: 48355
9 years ago
John Crispin
e25a467072
at91: drop v3.18
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 48354
9 years ago
John Crispin
83c246dffd
at91: move to 4.4 kernel
...
Signed-off-by: Ben Whitten <ben.whitten@gmail.com>
SVN-Revision: 48353
9 years ago
John Crispin
0007d435ec
at91: fix typo in usb kernel module makefile
...
Fix a typo with generating the package description
Signed-off-by: Ben Whitten <ben.whitten@gmail.com>
SVN-Revision: 48352
9 years ago
John Crispin
7a3dacef98
at91: remove SAMA5D3 from Default image build.
...
As the Default profile option is a legacy subtarget, the dtb for the
sama5d3_xplained board DTS is not built and image generation fails.
Signed-off-by: Ben Whitten <ben.whitten@gmail.com>
SVN-Revision: 48351
9 years ago
John Crispin
f5454fe429
at91: add package for high speed usb device
...
Add a package for a missing module for the at91 high speed device.
Without this the build process pauses asking to build as module.
Signed-off-by: Ben Whitten <ben.whitten@gmail.com>
SVN-Revision: 48350
9 years ago
John Crispin
373594fb4b
at91: add 4.4 support
...
This puts the existing patches and config in a 3.18 folder and introduces
a 4.4 config and patches.
The USB clock fix patch is no longer necessary, and the patches applying
to non DT boards has been dropped as the platform has been converted.
4.4 config was generated by copying 3.18 and running make kernel_menuconfig,
scripts/kconfig.pl filled in the gaps.
Signed-off-by: Ben Whitten <ben.whitten@gmail.com>
SVN-Revision: 48349
9 years ago
Felix Fietkau
999d8c87b2
kernel: add patch to fix the ccp-crypto module
...
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 48348
9 years ago
Felix Fietkau
d33c0dd6d0
kernel/modules: add kmod-crypto-hw-ccp
...
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 48347
9 years ago
Felix Fietkau
5abaa5e5a6
kernel: add missing symbol for 4.4
...
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 48346
9 years ago
Felix Fietkau
faad8b68a4
wpa_supplicant: add support for EAP-TLS phase2
...
Introduce config options client_cert2, priv_key2 and priv_key2_pwd
used for EAP-TLS phase2 authentication in WPA-EAP client mode.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 48345
9 years ago
Felix Fietkau
3b15eb0ade
hostap/wpa_supplicant: enable EAP-FAST in -full builds
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 48344
9 years ago
Felix Fietkau
808a605453
uhttpd: add option for mbedtls
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 48343
9 years ago
Felix Fietkau
10557694bb
kernel: add missing symbols for 4.1
...
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 48342
9 years ago
Felix Fietkau
cd5d3f9240
kernel/modules: add missing symbol for crypto-rng
...
Since CRYPTO_DRBG_MENU was added in r48277, CRYPTO_DRBG_HMAC is missing.
It does not appear in kernel_menuconfig and defaults to yes, so enable
it in crypto-rng as well and add dependencies to HMAC and SHA256.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
SVN-Revision: 48341
9 years ago
Felix Fietkau
2e7b00069a
oxnas: switch to Linux 4.4
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 48340
9 years ago
Felix Fietkau
89d37aaa5c
oxnas: add patches and config for Linux 4.4
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 48339
9 years ago
Felix Fietkau
cee6c07cf3
oxnas: prepare platform and drivers for Linux 4.4
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 48338
9 years ago
Felix Fietkau
354e5cdbe2
oxnas: fix the incorrect board names
...
Signed-off-by: Shonn Lu <countrysideboy@qq.com>
Acked-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 48337
9 years ago
Felix Fietkau
10220cd7e9
cns3xxx: re-enable CONFIG_CPU_SW_DOMAIN_PAN
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48336
9 years ago
Felix Fietkau
9c7d5fb570
kernel: work around CONFIG_CPU_SW_DOMAIN_PAN breakage on ARM11 MPCore
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48335
9 years ago
Felix Fietkau
87e4f9f009
cns3xxx: update to linux 4.4
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48334
9 years ago
Felix Fietkau
91278df70e
cns3xxx: fix a ethernet driver napi poll handling bug
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48333
9 years ago
Felix Fietkau
136747c564
cns3xxx: clean up SMP related code
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48332
9 years ago
Felix Fietkau
8ecfa0e773
cns3xxx: fix adding twd local timers
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48331
9 years ago
Felix Fietkau
f366dc25d3
cns3xxx: remove obsolete file
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48330
9 years ago