openwrt/openwrt.git
8 years agoinclude/image.mk: fix missing right parenthesis (#21766)
Felix Fietkau [Mon, 1 Feb 2016 13:42:59 +0000 (13:42 +0000)]
include/image.mk: fix missing right parenthesis (#21766)

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

8 years agoscripts/strip-kmod.sh: remove a few extra sections to slightly reduce kernel module...
Felix Fietkau [Mon, 1 Feb 2016 13:33:33 +0000 (13:33 +0000)]
scripts/strip-kmod.sh: remove a few extra sections to slightly reduce kernel module size

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

8 years agobcm53xx: fix bcma-hcd compilation in kernel 4.4
Rafał Miłecki [Mon, 1 Feb 2016 12:54:17 +0000 (12:54 +0000)]
bcm53xx: fix bcma-hcd compilation in kernel 4.4

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

8 years agobcm53xx: build D-Link DIR-885L image
Rafał Miłecki [Mon, 1 Feb 2016 12:43:04 +0000 (12:43 +0000)]
bcm53xx: build D-Link DIR-885L image

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

8 years agobcm53xx: change brcmnand behavior for ECC strength 1
Rafał Miłecki [Mon, 1 Feb 2016 12:42:51 +0000 (12:42 +0000)]
bcm53xx: change brcmnand behavior for ECC strength 1

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

8 years agobcm53xx: fix NAND parameters on DIR-885L
Rafał Miłecki [Mon, 1 Feb 2016 12:42:42 +0000 (12:42 +0000)]
bcm53xx: fix NAND parameters on DIR-885L

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

8 years agobcm53xx: add brcmnand patch reading flash parameters
Rafał Miłecki [Mon, 1 Feb 2016 12:42:23 +0000 (12:42 +0000)]
bcm53xx: add brcmnand patch reading flash parameters

It's useful for adding support for new hardware.

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

8 years agobcm53xx: include (build) Seama mtdsplit parser
Rafał Miłecki [Mon, 1 Feb 2016 12:42:07 +0000 (12:42 +0000)]
bcm53xx: include (build) Seama mtdsplit parser

It's needed for devices using Seama like D-Link DIR-885L.

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

8 years agofirmware-utils: add oseama tool for creating Seama entities
Rafał Miłecki [Mon, 1 Feb 2016 12:42:00 +0000 (12:42 +0000)]
firmware-utils: add oseama tool for creating Seama entities

It has an important feature (compared to seama) of using multiple input
files, aligning them and padding zeroes until reaching a specified
absolute offset. This is needed for a proper flash layout on NAND. We
want kernel partition to be big enough to handle future updates without
a need to resize it and wipe whole "ubi" partition. It's important as
we don't want to lose block counters.

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

8 years agokernel: mtdsplit: support Seama entity with UBI
Rafał Miłecki [Mon, 1 Feb 2016 12:41:53 +0000 (12:41 +0000)]
kernel: mtdsplit: support Seama entity with UBI

Some D-Link routers (e.g. DIR-885L) have NAND and use Seama format. It
means OpenWrt will want to have UBI in Sseama entity and should be able
to detect it.

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

8 years agokernel: mtdsplit: detect UBI partition when looking for rootfs
Rafał Miłecki [Mon, 1 Feb 2016 12:41:47 +0000 (12:41 +0000)]
kernel: mtdsplit: detect UBI partition when looking for rootfs

This allows mtdsplit parsers work with UBI which is very popular on
NAND flases.

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

8 years agokernel: mtdsplit: modify rootfs helpers to provide partition type
Rafał Miłecki [Mon, 1 Feb 2016 12:41:41 +0000 (12:41 +0000)]
kernel: mtdsplit: modify rootfs helpers to provide partition type

Our mtdsplit parsers may want to create partition with name choice based
on partition file system (e.g. SquashFS vs. JFFS2). This patch allows
passing extra argument pointing to variable that will be set properly.

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

8 years agomt76: update to the latest version, fixes tx status information polling
Felix Fietkau [Mon, 1 Feb 2016 12:31:04 +0000 (12:31 +0000)]
mt76: update to the latest version, fixes tx status information polling

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

8 years agogre: Support multicast configurable gre interfaces
Felix Fietkau [Mon, 1 Feb 2016 12:02:11 +0000 (12:02 +0000)]
gre: Support multicast configurable gre interfaces

UCI paramater multicast is added which allows to toggle multicast support on gre interfaces.
By default multicast support is enabled as gre tunnels are often used in combination with
routing protocols using multicast.

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Signed-off-by: Nick Podolak <nicholas.podolak@dtechlabs.com>
SVN-Revision: 48596

8 years agonetifd: update to the latest version, adds many fixes
Felix Fietkau [Mon, 1 Feb 2016 12:02:05 +0000 (12:02 +0000)]
netifd: update to the latest version, adds many fixes

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

8 years agoscripts: fix GNU data invocation
Jo-Philipp Wich [Mon, 1 Feb 2016 10:43:27 +0000 (10:43 +0000)]
scripts: fix GNU data invocation

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 48594

8 years agoscripts/get_source_date_epoch.sh: for SVN use a variant that is compatible with older...
Felix Fietkau [Mon, 1 Feb 2016 10:33:25 +0000 (10:33 +0000)]
scripts/get_source_date_epoch.sh: for SVN use a variant that is compatible with older versions

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

8 years agoscripts/portable_date.sh: fix parsing of date strings on non-GNU systems
Felix Fietkau [Mon, 1 Feb 2016 10:33:15 +0000 (10:33 +0000)]
scripts/portable_date.sh: fix parsing of date strings on non-GNU systems

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

8 years agokernel: set root on NFS when enabled
Florian Fainelli [Mon, 1 Feb 2016 01:06:56 +0000 (01:06 +0000)]
kernel: set root on NFS when enabled

Replace the configured root device with a NFS root device and automatic
IP configuration for booting over NFS.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 48591

8 years agobuildroot: add options to build the kernel for NFS boot
Florian Fainelli [Mon, 1 Feb 2016 01:06:39 +0000 (01:06 +0000)]
buildroot: add options to build the kernel for NFS boot

Add the basic set of kernel options to allow it from mounting a NFS root
and boot from it.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 48590

8 years agoar71xx/image: use SOURCE_DATE_EPOCH for mksquashfs-lzma
Felix Fietkau [Sun, 31 Jan 2016 23:29:41 +0000 (23:29 +0000)]
ar71xx/image: use SOURCE_DATE_EPOCH for mksquashfs-lzma

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
SVN-Revision: 48589

8 years agoinclude/image: use SOURCE_DATE_EPOCH if set for squashfs + ext4 images
Felix Fietkau [Sun, 31 Jan 2016 23:29:31 +0000 (23:29 +0000)]
include/image: use SOURCE_DATE_EPOCH if set for squashfs + ext4 images

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
SVN-Revision: 48588

8 years agoinclude/image: don't save gzip name/timestamp metadata
Felix Fietkau [Sun, 31 Jan 2016 23:29:22 +0000 (23:29 +0000)]
include/image: don't save gzip name/timestamp metadata

Signed-off-by: bryan newbold <bnewbold@robocracy.org>
SVN-Revision: 48587

8 years agobuild system: have tar use $SOURCE_DATE_EPOCH for --mtime
Felix Fietkau [Sun, 31 Jan 2016 23:29:16 +0000 (23:29 +0000)]
build system: have tar use $SOURCE_DATE_EPOCH for --mtime

The --mtime argument to 'tar' sets the modification time for all files within
the archive, which determines the timestamp files will get when they are
extracted. In this case, rootfs and other tarballs will get mtimes which
correspond to the last commit timestamp of the build system, as reported by
git/subversion.

This is a step towards reproducible image builds.

Signed-off-by: bryan newbold <bnewbold@robocracy.org>
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48586

8 years agopackage/Makefile: override opkg installation time when SOURCE_DATE_EPOCH set
Felix Fietkau [Sun, 31 Jan 2016 23:29:12 +0000 (23:29 +0000)]
package/Makefile: override opkg installation time when SOURCE_DATE_EPOCH set

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48585

8 years agobuild: introduce SOURCE_DATE_EPOCH variable
Felix Fietkau [Sun, 31 Jan 2016 23:29:07 +0000 (23:29 +0000)]
build: introduce SOURCE_DATE_EPOCH variable

SOURCE_DATE_EPOCH is the date of the last modified file using git/svn
as date source.
See https://reproducible-builds.org/specs/source-date-epoch/

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48584

8 years agoadd scripts/portable_date: wrapper around date for bsd/linux
Felix Fietkau [Sun, 31 Jan 2016 23:28:55 +0000 (23:28 +0000)]
add scripts/portable_date: wrapper around date for bsd/linux

date -r $unix_timestamp on bsd is equal to date -d @$unix_timestamp on
linux. To support reproducible builds and not loosing every timestamp
it's required to convert a unix timestamp into human readable timestamp

./scripts/portable_date $unix_timstamp +%T

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
SVN-Revision: 48583

8 years agomac80211: backport skb_free_frag and napi_alloc_frag
Felix Fietkau [Sun, 31 Jan 2016 16:13:23 +0000 (16:13 +0000)]
mac80211: backport skb_free_frag and napi_alloc_frag

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

8 years agocns3xxx: enable CONFIG_PROC_STRIPPED to improve network performance
Felix Fietkau [Sun, 31 Jan 2016 12:35:33 +0000 (12:35 +0000)]
cns3xxx: enable CONFIG_PROC_STRIPPED to improve network performance

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

8 years agocns3xxx: improve ethernet performance by using the page fragment allocation API
Felix Fietkau [Sun, 31 Jan 2016 12:35:20 +0000 (12:35 +0000)]
cns3xxx: improve ethernet performance by using the page fragment allocation API

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

8 years agocns3xxx: fix ethernet DMA ring allocation issues
Felix Fietkau [Sun, 31 Jan 2016 12:35:07 +0000 (12:35 +0000)]
cns3xxx: fix ethernet DMA ring allocation issues

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

8 years agoar71xx: use page fragment API in the ethernet driver
Felix Fietkau [Sun, 31 Jan 2016 12:29:34 +0000 (12:29 +0000)]
ar71xx: use page fragment API in the ethernet driver

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

8 years agomusl: fix an alignment issue that was breaking ldso on ARMv5
Felix Fietkau [Sun, 31 Jan 2016 00:55:05 +0000 (00:55 +0000)]
musl: fix an alignment issue that was breaking ldso on ARMv5

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

8 years agoixp4xx: fix initramfs builds
Felix Fietkau [Sun, 31 Jan 2016 00:54:53 +0000 (00:54 +0000)]
ixp4xx: fix initramfs builds

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

8 years agomusl: fix GDB debugging on mips (local, remote)
Felix Fietkau [Sat, 30 Jan 2016 20:15:16 +0000 (20:15 +0000)]
musl: fix GDB debugging on mips (local, remote)

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

8 years agomusl: update to the latest git version, fixes TLS issues
Felix Fietkau [Sat, 30 Jan 2016 20:15:11 +0000 (20:15 +0000)]
musl: update to the latest git version, fixes TLS issues

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

8 years agoperf: include asm/unistd.h instead of syscall.h to fix conflict with kernel headers
Felix Fietkau [Sat, 30 Jan 2016 20:14:59 +0000 (20:14 +0000)]
perf: include asm/unistd.h instead of syscall.h to fix conflict with kernel headers

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

8 years agobcm53xx: support Netgear R8500 in sysupgrade
Rafał Miłecki [Sat, 30 Jan 2016 16:57:35 +0000 (16:57 +0000)]
bcm53xx: support Netgear R8500 in sysupgrade

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

8 years agobcm53xx: use proper CPU port in b53 for Netgear R8500
Rafał Miłecki [Sat, 30 Jan 2016 16:56:50 +0000 (16:56 +0000)]
bcm53xx: use proper CPU port in b53 for Netgear R8500

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

8 years agokernel: support bgmac on BCM47094
Rafał Miłecki [Sat, 30 Jan 2016 13:35:31 +0000 (13:35 +0000)]
kernel: support bgmac on BCM47094

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

8 years agoar71xx: add support for linux 4.4
Felix Fietkau [Sat, 30 Jan 2016 13:19:53 +0000 (13:19 +0000)]
ar71xx: add support for linux 4.4

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

8 years agoar71xx: fix a few include errors
Felix Fietkau [Sat, 30 Jan 2016 13:19:37 +0000 (13:19 +0000)]
ar71xx: fix a few include errors

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

8 years agomxs: bump to 4.4
Zoltan Herpai [Sat, 30 Jan 2016 12:13:21 +0000 (12:13 +0000)]
mxs: bump to 4.4

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

8 years agomxs: enable regulator in 4.4 config
Zoltan Herpai [Sat, 30 Jan 2016 12:12:57 +0000 (12:12 +0000)]
mxs: enable regulator in 4.4 config

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

8 years agomxs: forward-port regulator patches into 4.4
Zoltan Herpai [Sat, 30 Jan 2016 12:05:49 +0000 (12:05 +0000)]
mxs: forward-port regulator patches into 4.4

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

8 years agoocteon: get rid of /lib/functions/octeon.sh hackery, use sysinfo directly
Felix Fietkau [Fri, 29 Jan 2016 23:19:41 +0000 (23:19 +0000)]
octeon: get rid of /lib/functions/octeon.sh hackery, use sysinfo directly

Fixes sysupgrade

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

8 years agoocteon: update to linux 4.4
Felix Fietkau [Fri, 29 Jan 2016 23:19:36 +0000 (23:19 +0000)]
octeon: update to linux 4.4

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

8 years agoglibc: switch to downloading version 2.22 via tarball instead of git to improve mirro...
Felix Fietkau [Fri, 29 Jan 2016 23:19:31 +0000 (23:19 +0000)]
glibc: switch to downloading version 2.22 via tarball instead of git to improve mirror support

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

8 years agoglibc: switch to version 2.22 by default
Felix Fietkau [Fri, 29 Jan 2016 23:19:26 +0000 (23:19 +0000)]
glibc: switch to version 2.22 by default

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

8 years agotoolchain: fix default toolchain selection for mips64 added in r47355
Felix Fietkau [Fri, 29 Jan 2016 23:19:19 +0000 (23:19 +0000)]
toolchain: fix default toolchain selection for mips64 added in r47355

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

8 years agobcm53xx: specify magic expected in sysupgrade for D-Link DIR-885L
Rafał Miłecki [Fri, 29 Jan 2016 22:31:43 +0000 (22:31 +0000)]
bcm53xx: specify magic expected in sysupgrade for D-Link DIR-885L

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

8 years agooseama: support creating single Seama entity
Rafał Miłecki [Fri, 29 Jan 2016 22:21:45 +0000 (22:21 +0000)]
oseama: support creating single Seama entity

This will be needed to handle sysupgrade on NAND in a smart way. We'll
need to extract kernel our of provided Seama container, put in in a new
Seama entity and flash.

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

8 years agofirewall: drop invalid by default, remove chain indirection, fix invert flags (#21738)
Jo-Philipp Wich [Fri, 29 Jan 2016 17:26:41 +0000 (17:26 +0000)]
firewall: drop invalid by default, remove chain indirection, fix invert flags (#21738)

* Enable drop_invalid by default to catch unnatted packets (#21738)
* Fix processing of inversions for -i, -o, -s, -d and -p flags
* Remove delegate_* chain indirection but rely on xt_id to identify own rules

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 48551

8 years agomac80211: fix an out of bounds access issue in minstrel_ht
Felix Fietkau [Fri, 29 Jan 2016 14:23:23 +0000 (14:23 +0000)]
mac80211: fix an out of bounds access issue in minstrel_ht

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

8 years agolantiq: Make the ar9.dtsi sram node match "simple-bus"
Felix Fietkau [Fri, 29 Jan 2016 00:42:50 +0000 (00:42 +0000)]
lantiq: Make the ar9.dtsi sram node match "simple-bus"

All other SoC types are using "lantiq,sram" and "simple-bus" to ensure
that all child nodes are set up correctly during linux kernel
initialization (plat_of_setup(void) in arch/mips/lantiq/prom.c). Without
this some of sram child nodes might not be parsed.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
SVN-Revision: 48548

8 years agolantiq: Move the definition of the xrx200-net node to vr9.dtsi
Felix Fietkau [Fri, 29 Jan 2016 00:42:45 +0000 (00:42 +0000)]
lantiq: Move the definition of the xrx200-net node to vr9.dtsi

This removes a lot of duplicate register and interrupt definitions by
moving the xrx200-net definition to vr9.dtsi and making all devices re-
use it.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
SVN-Revision: 48547

8 years agolantiq: fix PHY state handling issue
Felix Fietkau [Fri, 29 Jan 2016 00:42:38 +0000 (00:42 +0000)]
lantiq: fix PHY state handling issue

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

8 years agokernel: remove .config.prev when running make kernel_*config to fix rebuild errors
Felix Fietkau [Fri, 29 Jan 2016 00:38:49 +0000 (00:38 +0000)]
kernel: remove .config.prev when running make kernel_*config to fix rebuild errors

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

8 years agolinux-firmware: update to the commit from 2016-01-25
Rafał Miłecki [Thu, 28 Jan 2016 22:58:54 +0000 (22:58 +0000)]
linux-firmware: update to the commit from 2016-01-25

This adds e.g. BCM4350 rev 5 and BCM4366 firmwares (not packaged yet).

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

8 years agomalta: move to 4.4 kernel
Felix Fietkau [Thu, 28 Jan 2016 22:42:49 +0000 (22:42 +0000)]
malta: move to 4.4 kernel

Linux now has device tree support for malta.  The patch for correcting
/proc/iomem content is not needed now.  Previously it was

    root@(none):/# cat /proc/iomem
    00000000-00000fff : reserved
    00001000-000effff : System RAM
    000f0000-000fffff : reserved
    00100000-0fffefff : System RAM
      00100000-003f2b6b : Kernel code
      003f2b6c-00485937 : Kernel data
    ...

Now it's

    root@OpenWrt:/# cat /proc/iomem
    00000000-0fffefff : System RAM
      00100000-004a3297 : Kernel code
      004a3298-0057cfff : Kernel data
    ...

The kernel config was prepared as follows

 1. cp target/linux/malta/config-{3.18,4.4}
 2. make kernel_menuconfig CONFIG_TARGET=subtarget_platform

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
SVN-Revision: 48543

8 years agotools/mkimage: backport SOURCE_DATE_EPOCH for reproducible builds
Felix Fietkau [Thu, 28 Jan 2016 22:42:44 +0000 (22:42 +0000)]
tools/mkimage: backport SOURCE_DATE_EPOCH for reproducible builds

This pulls in Paul Kocialkowski's SOURCE_DATE_EPOCH support patch for u-boot,
which landed upstream circa July 2015. Note that this "host" u-boot repo is
only used to compile the 'mkimage' utility, and isn't used to actually compile
a bootloader for any target.

This patch could be removed if/when the host u-boot package is updated to a
contemporary version (but there doesn't seem to be any motivation/need to do
so).

Signed-off-by: bryan newbold <bnewbold@robocracy.org>
Signed-off-by: Felix Fietkau <nbd@openwrt.org> [fix portability error, refresh patches]
SVN-Revision: 48542

8 years agoinclude/kernel: add custom USER/DOMAIN config options
Felix Fietkau [Thu, 28 Jan 2016 22:42:34 +0000 (22:42 +0000)]
include/kernel: add custom USER/DOMAIN config options

These allow the generated kernel's build metadata to be defined explicitly.
This metadata is reported, eg, at boot time and in `uname -a` on running
systems. If the variables aren't configured, the current build system username
and hostname are used as normal.

The motivation for this option is to achive reproducible (bit-for-bit
identical) kernel builds of official openwrt releases.

Signed-off-by: bryan newbold <bnewbold@robocracy.org>
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48541

8 years agoinclude/kernel: sort module lists for reproducibility
Felix Fietkau [Thu, 28 Jan 2016 22:42:29 +0000 (22:42 +0000)]
include/kernel: sort module lists for reproducibility

This is to get reproducible builds of, eg, the kmod-sched ipkg.

Locale preferences can change build order, but the locale is already been
defined for the entire build process, so it doesn't need to be specified here.

Signed-off-by: bryan newbold <bnewbold@robocracy.org>
SVN-Revision: 48540

8 years agobusybox: disable timestamp in version
Felix Fietkau [Thu, 28 Jan 2016 22:42:25 +0000 (22:42 +0000)]
busybox: disable timestamp in version

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
SVN-Revision: 48539

8 years agoMakefile: set timezone to UTC
Felix Fietkau [Thu, 28 Jan 2016 22:42:18 +0000 (22:42 +0000)]
Makefile: set timezone to UTC

This is necessary for reproducible image builds.

Signed-off-by: bryan newbold <bnewbold@robocracy.org>
SVN-Revision: 48538

8 years agohostapd: remove useless TLS provider selection override for wpad-mesh/wpa_supplicant...
Felix Fietkau [Thu, 28 Jan 2016 22:42:14 +0000 (22:42 +0000)]
hostapd: remove useless TLS provider selection override for wpad-mesh/wpa_supplicant-mesh

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

8 years agomac80211: merge a bunch of pending fixes
Felix Fietkau [Thu, 28 Jan 2016 22:42:10 +0000 (22:42 +0000)]
mac80211: merge a bunch of pending fixes

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

8 years agobcm53xx: basic support for Seama format in sysupgrade
Rafał Miłecki [Thu, 28 Jan 2016 22:38:37 +0000 (22:38 +0000)]
bcm53xx: basic support for Seama format in sysupgrade

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

8 years agomtd: allow writing Seama files to "firmware" on Broadcom targets
Rafał Miłecki [Thu, 28 Jan 2016 22:38:30 +0000 (22:38 +0000)]
mtd: allow writing Seama files to "firmware" on Broadcom targets

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

8 years agooseama: small util for reading Seama image format info
Rafał Miłecki [Thu, 28 Jan 2016 22:38:23 +0000 (22:38 +0000)]
oseama: small util for reading Seama image format info

It's similar to otrx, we need this tool for handling sysupgrade.

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

8 years agoopenssl: update to 1.0.2f (fixes CVE-2016-0701, CVE-2015-3197)
Felix Fietkau [Thu, 28 Jan 2016 18:20:06 +0000 (18:20 +0000)]
openssl: update to 1.0.2f (fixes CVE-2016-0701, CVE-2015-3197)

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

8 years agox86: remove redundant default network config
Felix Fietkau [Thu, 28 Jan 2016 18:19:59 +0000 (18:19 +0000)]
x86: remove redundant default network config

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

8 years agohostapd: fix mesh interface bridge handling
Felix Fietkau [Thu, 28 Jan 2016 17:20:10 +0000 (17:20 +0000)]
hostapd: fix mesh interface bridge handling

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

8 years agohostapd: fix wpad-mesh and wpa-supplicant-mesh configuration issues
Felix Fietkau [Thu, 28 Jan 2016 17:19:48 +0000 (17:19 +0000)]
hostapd: fix wpad-mesh and wpa-supplicant-mesh configuration issues

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

8 years agohostapd: update to version 2016-01-15
Felix Fietkau [Thu, 28 Jan 2016 17:19:13 +0000 (17:19 +0000)]
hostapd: update to version 2016-01-15

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

8 years agoramips: make tp-link firmware size errors non-fatal
Felix Fietkau [Thu, 28 Jan 2016 14:13:01 +0000 (14:13 +0000)]
ramips: make tp-link firmware size errors non-fatal

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

8 years agokernel: fix USB on mpc85xx (#21689)
Felix Fietkau [Thu, 28 Jan 2016 13:13:14 +0000 (13:13 +0000)]
kernel: fix USB on mpc85xx (#21689)

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

8 years agouclient: update to the latest version, fixes connection timeout handling (#21726)
Felix Fietkau [Thu, 28 Jan 2016 11:23:50 +0000 (11:23 +0000)]
uclient: update to the latest version, fixes connection timeout handling (#21726)

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

8 years agolibubox: update to the latest version, adds usock_inet_timeout() with RFC6555 support
Felix Fietkau [Thu, 28 Jan 2016 11:22:49 +0000 (11:22 +0000)]
libubox: update to the latest version, adds usock_inet_timeout() with RFC6555 support

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

8 years agobcm53xx: fix MD5 in Seama format on flash after installing OpenWrt
Rafał Miłecki [Thu, 28 Jan 2016 08:51:58 +0000 (08:51 +0000)]
bcm53xx: fix MD5 in Seama format on flash after installing OpenWrt

We need to fix Seama just like we fix TRX due to the rootfs mark.

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

8 years agomtd: enable "fixseama" on bcm53xx
Rafał Miłecki [Thu, 28 Jan 2016 08:51:52 +0000 (08:51 +0000)]
mtd: enable "fixseama" on bcm53xx

There are D-Link bcm53xx devices using Seama format.

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

8 years agobcm53xx: enable earlyprintk and all RAM on DIR-885L
Rafał Miłecki [Thu, 28 Jan 2016 08:51:46 +0000 (08:51 +0000)]
bcm53xx: enable earlyprintk and all RAM on DIR-885L

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

8 years agobcm53xx: add D-Link DIR-885L DT patch
Rafał Miłecki [Thu, 28 Jan 2016 07:01:23 +0000 (07:01 +0000)]
bcm53xx: add D-Link DIR-885L DT patch

We don't build image for this device yet.

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

8 years agobcm53xx: replace iproc regression fix with the final one
Rafał Miłecki [Thu, 28 Jan 2016 07:01:17 +0000 (07:01 +0000)]
bcm53xx: replace iproc regression fix with the final one

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

8 years agobcm53xx: use two upstream USB bcma patches
Rafał Miłecki [Thu, 28 Jan 2016 07:01:09 +0000 (07:01 +0000)]
bcm53xx: use two upstream USB bcma patches

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

8 years agokernel: backport more 4.6 bcma stuff needed for new chipsets
Rafał Miłecki [Thu, 28 Jan 2016 07:00:44 +0000 (07:00 +0000)]
kernel: backport more 4.6 bcma stuff needed for new chipsets

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

8 years agobuild: filter out -fno-plt for the kernel build, fixes #21712
Felix Fietkau [Thu, 28 Jan 2016 00:26:38 +0000 (00:26 +0000)]
build: filter out -fno-plt for the kernel build, fixes #21712

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

8 years agomt76: update to the latest version, adds some tx path and protection mode register...
Felix Fietkau [Wed, 27 Jan 2016 23:58:19 +0000 (23:58 +0000)]
mt76: update to the latest version, adds some tx path and protection mode register fixes

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

8 years agokernel: add missing config symbols for kmod-crypto-hw-talitos
Felix Fietkau [Wed, 27 Jan 2016 21:40:43 +0000 (21:40 +0000)]
kernel: add missing config symbols for kmod-crypto-hw-talitos

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

8 years agokernel: change the OF mtd mac address patch to prefer mtd-mac-address over other...
Felix Fietkau [Wed, 27 Jan 2016 21:39:16 +0000 (21:39 +0000)]
kernel: change the OF mtd mac address patch to prefer mtd-mac-address over other properties

Fixes MAC address on TL-WDR4900

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

8 years agobrcm47xx: add proper switch port mapping for WRT610Nv2 / Linksys E3000v1
Jo-Philipp Wich [Wed, 27 Jan 2016 20:47:44 +0000 (20:47 +0000)]
brcm47xx: add proper switch port mapping for WRT610Nv2 / Linksys E3000v1

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 48511

8 years agobcm53xx: switch to kernel 4.4
Rafał Miłecki [Wed, 27 Jan 2016 12:44:07 +0000 (12:44 +0000)]
bcm53xx: switch to kernel 4.4

Initially 4.4 didn't work on bcm53xx because network was breaking few
seconds after setting interfaces. It's fixed since r48059 (switching
from 4.4-rc5 to 4.4-rc7).

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

8 years agobcm53xx: detect Seama sysupgrade format
Rafał Miłecki [Wed, 27 Jan 2016 10:40:58 +0000 (10:40 +0000)]
bcm53xx: detect Seama sysupgrade format

It's used e.g. by D-Link devices. We don't support it yet.

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

8 years agoramips: fix image size checks for Buffalo WSR-1166 and WSR-600
Felix Fietkau [Tue, 26 Jan 2016 16:45:11 +0000 (16:45 +0000)]
ramips: fix image size checks for Buffalo WSR-1166 and WSR-600

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

8 years agogeneric: mark CONFIG_SUNXI_SRAM as not set
Luka Perkov [Tue, 26 Jan 2016 15:27:42 +0000 (15:27 +0000)]
generic: mark CONFIG_SUNXI_SRAM as not set

It is marked like this on most targets.

Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 48507

8 years agogeneric: 4.4: refresh patches
Luka Perkov [Tue, 26 Jan 2016 11:30:45 +0000 (11:30 +0000)]
generic: 4.4: refresh patches

Signed-off-by: Luka Perkov <luka.perkov@sartura.hr>
SVN-Revision: 48506

8 years agoubus: update to the latest version, fixes a memory leak on client disconnect
Felix Fietkau [Tue, 26 Jan 2016 09:32:22 +0000 (09:32 +0000)]
ubus: update to the latest version, fixes a memory leak on client disconnect

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

8 years agobuild: do not deselect CONFIG_USE_SSTRIP if CONFIG_DEBUG is enabled
Felix Fietkau [Tue, 26 Jan 2016 08:39:21 +0000 (08:39 +0000)]
build: do not deselect CONFIG_USE_SSTRIP if CONFIG_DEBUG is enabled

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

8 years agoustream-ssl: update to the latest version, fixes hostname validation with openssl
Felix Fietkau [Tue, 26 Jan 2016 00:10:19 +0000 (00:10 +0000)]
ustream-ssl: update to the latest version, fixes hostname validation with openssl

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

8 years agox86: add BACKLIGHT_APPLE configuration option
Hauke Mehrtens [Mon, 25 Jan 2016 23:29:18 +0000 (23:29 +0000)]
x86: add BACKLIGHT_APPLE configuration option

This closes #21713.

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