openwrt/openwrt.git
8 years agoswconfig: drop linux < 3.13 code paths
Jonas Gorski [Sun, 24 Jan 2016 12:35:59 +0000 (12:35 +0000)]
swconfig: drop linux < 3.13 code paths

The oldest kernel we support is 3.18, no need to keep code paths
for older kernels.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 48471

8 years agobuild: add -fno-plt to default cflags, it improves PIC code optimization
Felix Fietkau [Sun, 24 Jan 2016 00:16:36 +0000 (00:16 +0000)]
build: add -fno-plt to default cflags, it improves PIC code optimization

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48470

8 years agoramips: re-enable highmem support for MT7621 now that it's fixed
Felix Fietkau [Sun, 24 Jan 2016 00:16:32 +0000 (00:16 +0000)]
ramips: re-enable highmem support for MT7621 now that it's fixed

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48469

8 years agokernel: fix MIPS highmem breakage
Felix Fietkau [Sun, 24 Jan 2016 00:16:27 +0000 (00:16 +0000)]
kernel: fix MIPS highmem breakage

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48468

8 years agomusl: Add format attribute to some function declarations
Hauke Mehrtens [Sun, 24 Jan 2016 00:05:14 +0000 (00:05 +0000)]
musl: Add format attribute to some function declarations

GCC and Clang are able to check the format arguments given to a
function and warn the user if there is a error in the format arguments
or if there is a potential uncontrolled format string security problem
in the code. GCC does this automatically for some functions like
printf(), but it is also possible to annotate other functions in a way
that it will check them too. This feature is used by glibc for many
functions. This patch adds the attribute to the some functions of musl
expect for these functions where gcc automatically adds it.

GCC automatically adds checks for these functions: printf, fprintf,
sprintf, scanf, fscanf, sscanf, strftime, vprintf, vfprintf and
vsprintf.

The documentation from gcc is here:
https://gcc.gnu.org/onlinedocs/gcc/Common-Function-Attributes.html

The documentation from Clang is here:
http://clang.llvm.org/docs/AttributeReference.html#format-gnu-format

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 48467

8 years agomusl: mips: add vdso support
Hauke Mehrtens [Sat, 23 Jan 2016 23:48:55 +0000 (23:48 +0000)]
musl: mips: add vdso support

vdso support is available on mips starting with kernel 4.4, see kernel
commit a7f4df4e21 "MIPS: VDSO: Add implementations of gettimeofday()
and clock_gettime()" for details.

These are my micro benchmark results for 1.000.000 calls to
clock_gettime(CLOCK_MONOTONIC, &tp)

without vdso:
root@OpenWrt:/# time ./vdso-test
real 0m 0.95s
user 0m 0.24s
sys 0m 0.70s

with vdso:
root@OpenWrt:/# time /usr/bin/vdso-test
real 0m 0.35s
user 0m 0.34s
sys 0m 0.00s

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 48466

8 years agouclient: update to the latest version, now truncates files when overwriting them
Felix Fietkau [Sat, 23 Jan 2016 20:02:34 +0000 (20:02 +0000)]
uclient: update to the latest version, now truncates files when overwriting them

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48465

8 years agokernel: add a package for bcm-phy-lib.ko, fixes build errors with kmod-phy-broadcom
Felix Fietkau [Sat, 23 Jan 2016 20:01:26 +0000 (20:01 +0000)]
kernel: add a package for bcm-phy-lib.ko, fixes build errors with kmod-phy-broadcom

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48464

8 years agouclient: update to the latest version, improves interoperability with quirky servers
Felix Fietkau [Sat, 23 Jan 2016 18:53:17 +0000 (18:53 +0000)]
uclient: update to the latest version, improves interoperability with quirky servers

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48463

8 years agoustream-ssl: update to the latest version, fixes handling SSL connection close notifi...
Felix Fietkau [Sat, 23 Jan 2016 18:53:12 +0000 (18:53 +0000)]
ustream-ssl: update to the latest version, fixes handling SSL connection close notification

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48462

8 years agokernel: add a fix for deadlocks on dump_stack
Felix Fietkau [Sat, 23 Jan 2016 18:02:59 +0000 (18:02 +0000)]
kernel: add a fix for deadlocks on dump_stack

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48461

8 years agoRevert "kernel: work around CONFIG_CPU_SW_DOMAIN_PAN breakage on ARM11 MPCore"
Felix Fietkau [Sat, 23 Jan 2016 18:02:55 +0000 (18:02 +0000)]
Revert "kernel: work around CONFIG_CPU_SW_DOMAIN_PAN breakage on ARM11 MPCore"

This reverts commit r48335

The workaround is incomplete and cannot cover all possible cases. The
only real solution to this problem is to disable this feature on
ARM11MPcore entirely.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48460

8 years agokernel: add missing config symbol
Felix Fietkau [Sat, 23 Jan 2016 17:05:56 +0000 (17:05 +0000)]
kernel: add missing config symbol

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48459

8 years agolinux-atm: add missing br2684ctl patch chunk
Felix Fietkau [Sat, 23 Jan 2016 15:24:19 +0000 (15:24 +0000)]
linux-atm: add missing br2684ctl patch chunk

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48458

8 years agoltq-vdsl-app: mask out VDSL bits when ATM is selected, fixes compatibility issues...
Felix Fietkau [Sat, 23 Jan 2016 12:37:17 +0000 (12:37 +0000)]
ltq-vdsl-app: mask out VDSL bits when ATM is selected, fixes compatibility issues with some DSLAMs

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48457

8 years agoRevert "ar71xx: Use full 128MB flash on Netgear WNDR4300 and WNDR3700v4"
Felix Fietkau [Fri, 22 Jan 2016 19:50:09 +0000 (19:50 +0000)]
Revert "ar71xx: Use full 128MB flash on Netgear WNDR4300 and WNDR3700v4"

This reverts commit r48276.
This can overwrite the caldata_backup partition, so the layout needs to
be changed in a different way.

Thanks to Arjen de Korte for spotting the issue.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48456

8 years agoqos-scripts: bump version
Felix Fietkau [Fri, 22 Jan 2016 13:06:09 +0000 (13:06 +0000)]
qos-scripts: bump version

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48455

8 years agokernel: Add kernel module for Freescale SNVS RTC on chip module
Felix Fietkau [Fri, 22 Jan 2016 12:02:11 +0000 (12:02 +0000)]
kernel: Add kernel module for Freescale SNVS RTC on chip module

Signed-off-by: Petr Štetiar <ynezz@true.cz>
SVN-Revision: 48454

8 years agox86_64: Add missing symbols
Felix Fietkau [Fri, 22 Jan 2016 12:02:07 +0000 (12:02 +0000)]
x86_64: Add missing symbols

Update to kernel 4.4 missed some symbols, fix that.

SVN-Revision: 48453

8 years agoqos-scripts: Add IPv6 support
Felix Fietkau [Fri, 22 Jan 2016 11:59:03 +0000 (11:59 +0000)]
qos-scripts: Add IPv6 support

This adds IPv6 support to qos-scripts for both tc/qdisc and the
iptables classification rules.  The tc/qdisc part is accomplished
by removing "protocol ip" from the tc command line, causing the
rule to be applied to all protocols.  The iptables part is
accomplished by adding each rule using both iptables and ip6tables.

This patch is based on previous work by Ilkka Ollakka and
Dominique Martinet.

Signed-off-by: Michael Marley <michael@michaelmarley.com>
SVN-Revision: 48452

8 years agobase-files: fix sysupgrade 'wget' handling
Felix Fietkau [Fri, 22 Jan 2016 09:41:58 +0000 (09:41 +0000)]
base-files: fix sysupgrade 'wget' handling

with r48379 and r48386 the path of wget changed.
respect that and adjust the dirname.

this fixes #21680

Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>
SVN-Revision: 48451

8 years agobuild: add uclient-fetch to the default packages, in case opkg is not selected
Felix Fietkau [Fri, 22 Jan 2016 09:41:53 +0000 (09:41 +0000)]
build: add uclient-fetch to the default packages, in case opkg is not selected

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48450

8 years agokernel: backport bcma stuff sent for 4.6
Rafał Miłecki [Fri, 22 Jan 2016 09:22:37 +0000 (09:22 +0000)]
kernel: backport bcma stuff sent for 4.6

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 48449

8 years agoath9k: allow multiple virtual interfaces on DFS channels
Felix Fietkau [Fri, 22 Jan 2016 00:54:34 +0000 (00:54 +0000)]
ath9k: allow multiple virtual interfaces on DFS channels

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48448

8 years agoflock: do not use ccache, fixes build error
Felix Fietkau [Thu, 21 Jan 2016 23:22:11 +0000 (23:22 +0000)]
flock: do not use ccache, fixes build error

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48447

8 years agoqos-scripts: Allow classification by the traffic's source interface
Felix Fietkau [Thu, 21 Jan 2016 23:22:06 +0000 (23:22 +0000)]
qos-scripts: Allow classification by the traffic's source interface

This adds a "srciface" option that can be used on classification
rules in /etc/config/qos.  This is useful to allow prioritization
based on the local network from which the traffic originates, for
example to deprioritize traffic from a guest network.

Signed-off-by: Michael Marley <michael@michaelmarley.com>
SVN-Revision: 48446

8 years agoqos-scripts: stop overriding tx queue length
Felix Fietkau [Thu, 21 Jan 2016 22:26:15 +0000 (22:26 +0000)]
qos-scripts: stop overriding tx queue length

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48445

8 years agomusl: backport a fix that caused the wrong relocations to be emitted on some architec...
Felix Fietkau [Thu, 21 Jan 2016 19:00:51 +0000 (19:00 +0000)]
musl: backport a fix that caused the wrong relocations to be emitted on some architectures

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48444

8 years agokernel: clean up redundant SLUB/SLAB related defines for 4.4
Felix Fietkau [Thu, 21 Jan 2016 16:08:19 +0000 (16:08 +0000)]
kernel: clean up redundant SLUB/SLAB related defines for 4.4

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48443

8 years agokernel: switch to SLUB by default in 4.4 (for improved performance)
Felix Fietkau [Thu, 21 Jan 2016 16:08:15 +0000 (16:08 +0000)]
kernel: switch to SLUB by default in 4.4 (for improved performance)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48442

8 years agouclient: update to the latest version, fixes overwrite with wget -O
Felix Fietkau [Thu, 21 Jan 2016 15:59:39 +0000 (15:59 +0000)]
uclient: update to the latest version, fixes overwrite with wget -O

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48441

8 years agomac80211: only strip the platform/ prefix from path for pci devices
Felix Fietkau [Thu, 21 Jan 2016 15:55:35 +0000 (15:55 +0000)]
mac80211: only strip the platform/ prefix from path for pci devices

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48440

8 years agomac80211: fix check for existing config section from r48426
Felix Fietkau [Thu, 21 Jan 2016 15:51:52 +0000 (15:51 +0000)]
mac80211: fix check for existing config section from r48426

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48439

8 years agoath9k: ignore EEPROM mismatch on flash based devices (fixes #21611)
Felix Fietkau [Thu, 21 Jan 2016 15:37:43 +0000 (15:37 +0000)]
ath9k: ignore EEPROM mismatch on flash based devices (fixes #21611)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48438

8 years agokernel: make backlight support depend on display support
Felix Fietkau [Thu, 21 Jan 2016 15:37:38 +0000 (15:37 +0000)]
kernel: make backlight support depend on display support

Mark backlight core package as hidden

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48437

8 years agokernel: mark kmod-drm as hidden so that it only gets selected if a driver for it...
Felix Fietkau [Thu, 21 Jan 2016 15:37:30 +0000 (15:37 +0000)]
kernel: mark kmod-drm as hidden so that it only gets selected if a driver for it can be selected

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48436

8 years agokernel: reduce AddDepends related cargo cult programming in video.mk
Felix Fietkau [Thu, 21 Jan 2016 15:37:20 +0000 (15:37 +0000)]
kernel: reduce AddDepends related cargo cult programming in video.mk

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48435

8 years agokernel: video: add DRM core and IMX DRM support for HDMI/LVDS
Felix Fietkau [Thu, 21 Jan 2016 15:37:10 +0000 (15:37 +0000)]
kernel: video: add DRM core and IMX DRM support for HDMI/LVDS

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 48434

8 years agokernel: video: add fbcon support
Felix Fietkau [Thu, 21 Jan 2016 15:37:01 +0000 (15:37 +0000)]
kernel: video: add fbcon support

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 48433

8 years agokernel: add backlight kernel module support
Felix Fietkau [Thu, 21 Jan 2016 15:36:53 +0000 (15:36 +0000)]
kernel: add backlight kernel module support

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
SVN-Revision: 48432

8 years agooprofile: delete the package, it has become useless now that perf is working
Felix Fietkau [Thu, 21 Jan 2016 15:36:47 +0000 (15:36 +0000)]
oprofile: delete the package, it has become useless now that perf is working

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48431

8 years agoelfutils: fix compatibility with non-glibc builds
Felix Fietkau [Thu, 21 Jan 2016 14:08:33 +0000 (14:08 +0000)]
elfutils: fix compatibility with non-glibc builds

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48429

8 years agox86: fix kernel crash on geode devices (#21667)
Felix Fietkau [Thu, 21 Jan 2016 13:28:25 +0000 (13:28 +0000)]
x86: fix kernel crash on geode devices (#21667)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48428

8 years agobuild: download.mk: bugfix download.pl argument call order
Felix Fietkau [Thu, 21 Jan 2016 13:28:18 +0000 (13:28 +0000)]
build: download.mk: bugfix download.pl argument call order

Change wrong download.pl argument call order.
See download.pl argument list.

Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
SVN-Revision: 48427

8 years agomac80211: strip platform/ prefix from device path to improve compatibility between...
Felix Fietkau [Thu, 21 Jan 2016 13:28:09 +0000 (13:28 +0000)]
mac80211: strip platform/ prefix from device path to improve compatibility between kernel versions

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48426

8 years agomac80211: make the path phy lookup more robust regarding config upgrades, allow parti...
Felix Fietkau [Thu, 21 Jan 2016 13:28:04 +0000 (13:28 +0000)]
mac80211: make the path phy lookup more robust regarding config upgrades, allow partial path matching

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48425

8 years agogrub2: switch back to installing to STAGING_DIR_HOST
Felix Fietkau [Thu, 21 Jan 2016 11:46:18 +0000 (11:46 +0000)]
grub2: switch back to installing to STAGING_DIR_HOST

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48424

8 years agobcm53xx: fix iProc regression with sent patch instead of a revert
Rafał Miłecki [Thu, 21 Jan 2016 05:59:16 +0000 (05:59 +0000)]
bcm53xx: fix iProc regression with sent patch instead of a revert

This properly fixes #21393.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 48423

8 years agobinutils: use nls.mk to fix libbfd link errors in other packages
Felix Fietkau [Wed, 20 Jan 2016 23:50:36 +0000 (23:50 +0000)]
binutils: use nls.mk to fix libbfd link errors in other packages

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48422

8 years agoinclude/autotools.mk: fix gettext installation path
Felix Fietkau [Wed, 20 Jan 2016 23:21:09 +0000 (23:21 +0000)]
include/autotools.mk: fix gettext installation path

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48421

8 years agogettext-full: fix relocatable patch
Felix Fietkau [Wed, 20 Jan 2016 23:21:03 +0000 (23:21 +0000)]
gettext-full: fix relocatable patch

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48420

8 years agovalgrind: fix build with mips soft-float
Felix Fietkau [Wed, 20 Jan 2016 22:59:34 +0000 (22:59 +0000)]
valgrind: fix build with mips soft-float

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48419

8 years agobzip2: install to STAGING_DIR/host instead of STAGING_DIR/host/usr
Felix Fietkau [Wed, 20 Jan 2016 22:59:29 +0000 (22:59 +0000)]
bzip2: install to STAGING_DIR/host instead of STAGING_DIR/host/usr

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48418

8 years agobuild: add logging for package host builds
Felix Fietkau [Wed, 20 Jan 2016 21:31:56 +0000 (21:31 +0000)]
build: add logging for package host builds

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48417

8 years agobuild: add locking for downloads (fixes race conditions with multiple variants)
Felix Fietkau [Wed, 20 Jan 2016 21:31:50 +0000 (21:31 +0000)]
build: add locking for downloads (fixes race conditions with multiple variants)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48416

8 years agobuild: split BUILD_LOG logs per variant
Felix Fietkau [Wed, 20 Jan 2016 21:31:43 +0000 (21:31 +0000)]
build: split BUILD_LOG logs per variant

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48415

8 years agorules.mk: make the locked template available even if flock has not been built yet...
Felix Fietkau [Wed, 20 Jan 2016 21:31:38 +0000 (21:31 +0000)]
rules.mk: make the locked template available even if flock has not been built yet (fall back to unlocked shell command)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48414

8 years agotools: compile flock before everything else
Felix Fietkau [Wed, 20 Jan 2016 21:31:34 +0000 (21:31 +0000)]
tools: compile flock before everything else

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48413

8 years agoRevert "include/autoconf.mk: decouple host fixups from target fixups"
Felix Fietkau [Wed, 20 Jan 2016 20:46:20 +0000 (20:46 +0000)]
Revert "include/autoconf.mk: decouple host fixups from target fixups"

This reverts commit r48403

SVN-Revision: 48412

8 years agobuild: use a separate variable checking the subdir path (for host packages)
Felix Fietkau [Wed, 20 Jan 2016 20:13:40 +0000 (20:13 +0000)]
build: use a separate variable checking the subdir path (for host packages)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48410

8 years agokernel: fix module load issue in the dma-buf debloat patch
Felix Fietkau [Wed, 20 Jan 2016 20:09:43 +0000 (20:09 +0000)]
kernel: fix module load issue in the dma-buf debloat patch

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48409

8 years agobzip2: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST)
Felix Fietkau [Wed, 20 Jan 2016 19:36:23 +0000 (19:36 +0000)]
bzip2: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48408

8 years agogettext-full: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST)
Felix Fietkau [Wed, 20 Jan 2016 19:36:18 +0000 (19:36 +0000)]
gettext-full: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48407

8 years agogettext: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST)
Felix Fietkau [Wed, 20 Jan 2016 19:36:14 +0000 (19:36 +0000)]
gettext: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48406

8 years agolua: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST)
Felix Fietkau [Wed, 20 Jan 2016 19:36:10 +0000 (19:36 +0000)]
lua: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48405

8 years agoinclude/autoconf.mk: decouple host fixups from target fixups
Felix Fietkau [Wed, 20 Jan 2016 19:12:28 +0000 (19:12 +0000)]
include/autoconf.mk: decouple host fixups from target fixups

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48403

8 years agolibiconv: install to the new prefix
Felix Fietkau [Wed, 20 Jan 2016 19:12:22 +0000 (19:12 +0000)]
libiconv: install to the new prefix

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48402

8 years agohost-build.mk: change default installation prefix of package/* host builds to staging...
Felix Fietkau [Wed, 20 Jan 2016 19:12:13 +0000 (19:12 +0000)]
host-build.mk: change default installation prefix of package/* host builds to staging_dir/target-*/host

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48401

8 years agobuild: move host build directories of package/* to build_dir/target-*/host/
Felix Fietkau [Wed, 20 Jan 2016 19:12:06 +0000 (19:12 +0000)]
build: move host build directories of package/* to build_dir/target-*/host/

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48400

8 years agotoolchain: Reverse glibc/eglibc conditionals to check for eglibc
Felix Fietkau [Wed, 20 Jan 2016 19:12:01 +0000 (19:12 +0000)]
toolchain: Reverse glibc/eglibc conditionals to check for eglibc

This will make adding future glibc versions easier because the
conditionals won't have to be modified again.

Signed-off-by: Michael Marley <michael@michaelmarley.com>
SVN-Revision: 48399

8 years agooxnas: finally make board names consistent
Felix Fietkau [Wed, 20 Jan 2016 19:11:48 +0000 (19:11 +0000)]
oxnas: finally make board names consistent

r48337 unfortunately incorrectly changed the boardname of the stg212
into stg-212 which is not the name of the image of DTS file or
boardname using sysupgrade, which is 'stg212' and imho should stay
that way.
The changes r48337 made for pogoplug-pro and pogoplug-v3 were correct,
thus this commit only partially reverts r48337.
Also properly set default for USB LED while already at it.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 48398

8 years agonetifd: update to the latest version, adds a cosmetic fix for a wpa related variable
Felix Fietkau [Wed, 20 Jan 2016 19:11:41 +0000 (19:11 +0000)]
netifd: update to the latest version, adds a cosmetic fix for a wpa related variable

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48397

8 years agolibiconv: change include guard to make glib2 consider it compatible
Felix Fietkau [Wed, 20 Jan 2016 13:54:30 +0000 (13:54 +0000)]
libiconv: change include guard to make glib2 consider it compatible

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48396

8 years agogcc: drop version 4.8-linaro
Felix Fietkau [Wed, 20 Jan 2016 13:54:22 +0000 (13:54 +0000)]
gcc: drop version 4.8-linaro

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48395

8 years agobinutils: switch to version 2.25.1 by default
Felix Fietkau [Wed, 20 Jan 2016 13:54:17 +0000 (13:54 +0000)]
binutils: switch to version 2.25.1 by default

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48394

8 years agoelfutils: bump to 0.165
Felix Fietkau [Wed, 20 Jan 2016 13:54:13 +0000 (13:54 +0000)]
elfutils: bump to 0.165

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
SVN-Revision: 48393

8 years ago6in4: use uclient-fetch instead of wget/curl
Felix Fietkau [Wed, 20 Jan 2016 10:15:29 +0000 (10:15 +0000)]
6in4: use uclient-fetch instead of wget/curl

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48391

8 years agouclient: update to the latest version, adds an auth reconnect handling fix and a...
Felix Fietkau [Wed, 20 Jan 2016 10:15:25 +0000 (10:15 +0000)]
uclient: update to the latest version, adds an auth reconnect handling fix and a small uclient-fetch command line fix

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48390

8 years agolantiq: Fix enabling CONFIG_MTD_UIMAGE_SPLIT
Felix Fietkau [Wed, 20 Jan 2016 08:40:44 +0000 (08:40 +0000)]
lantiq: Fix enabling CONFIG_MTD_UIMAGE_SPLIT

r48381 added CONFIG_MTD_SPLIT_UIMAGE_FW=Y to the lantiq kernel
configuration. That unfortunately contains a typo since the "y" has to
be lower-case. This leads to the kernel asking whether the config
symbol should be enabled and thus breaking the build.

FIXES: r48381/feab990887b4: lantiq: Enable the uImage mtd splitter
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
SVN-Revision: 48389

8 years agoqos-scripts: Fix classification of ingress traffic
Felix Fietkau [Tue, 19 Jan 2016 23:56:34 +0000 (23:56 +0000)]
qos-scripts: Fix classification of ingress traffic

Set the save-mark mask for the qos_${cg} chain to 0xff instead of
0xf0.  With the old value, the nibble that was saved would be
masked during the restore, preventing ingress traffic from being
classified.  Thanks to nbd for recommending the fix.

Signed-off-by: Michael Marley <michael@michaelmarley.com>
SVN-Revision: 48388

8 years agotoolchain/musl: remove old CONFIG_MUSL_ENABLE_DEBUG option
Felix Fietkau [Tue, 19 Jan 2016 23:44:44 +0000 (23:44 +0000)]
toolchain/musl: remove old CONFIG_MUSL_ENABLE_DEBUG option

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48387

8 years agoopkg: depend on uclient-fetch, disable busybox wget
Felix Fietkau [Tue, 19 Jan 2016 23:35:04 +0000 (23:35 +0000)]
opkg: depend on uclient-fetch, disable busybox wget

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48386

8 years agouhttpd: fix typo in default config for px5g
Felix Fietkau [Tue, 19 Jan 2016 23:27:14 +0000 (23:27 +0000)]
uhttpd: fix typo in default config for px5g

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48385

8 years agoRevert "6in4: Corrected tunnelbroker tunnel update URL"
Jo-Philipp Wich [Tue, 19 Jan 2016 23:25:38 +0000 (23:25 +0000)]
Revert "6in4: Corrected tunnelbroker tunnel update URL"

The auth change appears to break the endpoint update for most users and with
my local tests the old update url works just fine.

This reverts commit 99c03a88cb6fed0519efdfaac305794653a12542.

SVN-Revision: 48384

8 years agotoolchain: Add glibc 2.22
Felix Fietkau [Tue, 19 Jan 2016 22:58:51 +0000 (22:58 +0000)]
toolchain: Add glibc 2.22

Signed-off-by: Michael Marley <michael@michaelmarley.com>
SVN-Revision: 48383

8 years agobcm53xx: revert iProc patch adding PAXC support
Rafał Miłecki [Tue, 19 Jan 2016 22:53:21 +0000 (22:53 +0000)]
bcm53xx: revert iProc patch adding PAXC support

It broke detecting some PCIe devices. This fixes (workarounds) #21393.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 48382

8 years agolantiq: Enable the uImage mtd splitter
Felix Fietkau [Tue, 19 Jan 2016 22:48:37 +0000 (22:48 +0000)]
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

8 years agoustream-ssl: update to the latest version, fixes connection with servers requiring DHE
Felix Fietkau [Tue, 19 Jan 2016 22:41:36 +0000 (22:41 +0000)]
ustream-ssl: update to the latest version, fixes connection with servers requiring DHE

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48380

8 years agouclient: install a symlink from uclient-fetch to wget into /bin
Felix Fietkau [Tue, 19 Jan 2016 22:41:31 +0000 (22:41 +0000)]
uclient: install a symlink from uclient-fetch to wget into /bin

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48379

8 years agouclient: update to the latest version, fixes a cosmetic progress bar issue
Felix Fietkau [Tue, 19 Jan 2016 22:41:18 +0000 (22:41 +0000)]
uclient: update to the latest version, fixes a cosmetic progress bar issue

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48378

8 years agomxs: initial 4.4 support
Zoltan Herpai [Tue, 19 Jan 2016 22:05:05 +0000 (22:05 +0000)]
mxs: initial 4.4 support

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 48377

8 years agokernel: add missing symbols for 4.4
Zoltan Herpai [Tue, 19 Jan 2016 22:03:43 +0000 (22:03 +0000)]
kernel: add missing symbols for 4.4

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 48376

8 years agobcm53xx: update iProc patches (V5 accepted in helgaas/pci.git next)
Rafał Miłecki [Tue, 19 Jan 2016 21:53:23 +0000 (21:53 +0000)]
bcm53xx: update iProc patches (V5 accepted in helgaas/pci.git next)

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 48375

8 years agopackages: bump uboot-mxs to 2016.01, refresh patches
Zoltan Herpai [Tue, 19 Jan 2016 21:50:11 +0000 (21:50 +0000)]
packages: bump uboot-mxs to 2016.01, refresh patches

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 48374

8 years agokernel: fix keyring reference leak (CVE-2016-0728)
Felix Fietkau [Tue, 19 Jan 2016 21:09:17 +0000 (21:09 +0000)]
kernel: fix keyring reference leak (CVE-2016-0728)

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48372

8 years agokernel: modularize dma shared buffer code to eliminate kernel bloat
Felix Fietkau [Tue, 19 Jan 2016 21:09:11 +0000 (21:09 +0000)]
kernel: modularize dma shared buffer code to eliminate kernel bloat

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48371

8 years agobcm53xx: move iProc patches that went mainline
Rafał Miłecki [Tue, 19 Jan 2016 20:59:10 +0000 (20:59 +0000)]
bcm53xx: move iProc patches that went mainline

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 48370

8 years agobcm53xx: backport iProc Kconfig fixes
Rafał Miłecki [Tue, 19 Jan 2016 20:58:53 +0000 (20:58 +0000)]
bcm53xx: backport iProc Kconfig fixes

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 48369

8 years agobcm53xx: group iProc patches into patchsets they were sent in
Rafał Miłecki [Tue, 19 Jan 2016 20:58:48 +0000 (20:58 +0000)]
bcm53xx: group iProc patches into patchsets they were sent in

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 48368

8 years agoRevert "cns3xxx: re-enable CONFIG_CPU_SW_DOMAIN_PAN"
Felix Fietkau [Tue, 19 Jan 2016 16:52:17 +0000 (16:52 +0000)]
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