openwrt/openwrt.git
7 years agoimage.mk: initialize BOARD_NAME and IMAGES, add it to DEVICE_VARS
Felix Fietkau [Wed, 20 Jul 2016 08:09:10 +0000 (10:09 +0200)]
image.mk: initialize BOARD_NAME and IMAGES, add it to DEVICE_VARS

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agoimage.mk: add support for specifying the VID header offset for UBI
Felix Fietkau [Wed, 20 Jul 2016 06:46:08 +0000 (08:46 +0200)]
image.mk: add support for specifying the VID header offset for UBI

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agocns3xxx: remove obsolete jffs2 image build code
Felix Fietkau [Tue, 19 Jul 2016 15:26:31 +0000 (17:26 +0200)]
cns3xxx: remove obsolete jffs2 image build code

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agox86: remove obsolete reference to $(PROFILE)
Felix Fietkau [Tue, 19 Jul 2016 15:23:44 +0000 (17:23 +0200)]
x86: remove obsolete reference to $(PROFILE)

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agoconfig: remove options for including kernel/dtb in rootfs
Felix Fietkau [Tue, 19 Jul 2016 15:01:28 +0000 (17:01 +0200)]
config: remove options for including kernel/dtb in rootfs

These options were a big design flaw to begin with

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agomxs: unconditionally install kernel images/dtb files into rootfs (needed by boards)
Felix Fietkau [Tue, 19 Jul 2016 15:00:24 +0000 (17:00 +0200)]
mxs: unconditionally install kernel images/dtb files into rootfs (needed by boards)

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agokirkwood: remove obsolete code for including kernel/dtb in rootfs
Felix Fietkau [Tue, 19 Jul 2016 14:54:04 +0000 (16:54 +0200)]
kirkwood: remove obsolete code for including kernel/dtb in rootfs

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agoomap: remove obsolete code for including kernel/dtb in rootfs
Felix Fietkau [Tue, 19 Jul 2016 14:50:55 +0000 (16:50 +0200)]
omap: remove obsolete code for including kernel/dtb in rootfs

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agoomap: remove obsolete kernel version support
Felix Fietkau [Tue, 19 Jul 2016 14:42:40 +0000 (16:42 +0200)]
omap: remove obsolete kernel version support

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agokirkwood: remove obsolete ubinize.cfg file
Felix Fietkau [Tue, 19 Jul 2016 14:39:46 +0000 (16:39 +0200)]
kirkwood: remove obsolete ubinize.cfg file

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agokirkwood: clean up redundant variables in the image building code
Felix Fietkau [Tue, 19 Jul 2016 14:38:25 +0000 (16:38 +0200)]
kirkwood: clean up redundant variables in the image building code

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agokirkwood: get rid of useless ubifs/ubi option variables
Felix Fietkau [Tue, 19 Jul 2016 14:31:27 +0000 (16:31 +0200)]
kirkwood: get rid of useless ubifs/ubi option variables

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agolantiq: convert remaining xway NAND devices to new image build code
Felix Fietkau [Tue, 19 Jul 2016 14:01:14 +0000 (16:01 +0200)]
lantiq: convert remaining xway NAND devices to new image build code

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agolantiq: convert AVM xrx200 devices to new image build code
Felix Fietkau [Tue, 19 Jul 2016 13:36:40 +0000 (15:36 +0200)]
lantiq: convert AVM xrx200 devices to new image build code

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agolantiq: convert simple xrx200 devices to new image build code
Felix Fietkau [Tue, 19 Jul 2016 13:26:59 +0000 (15:26 +0200)]
lantiq: convert simple xrx200 devices to new image build code

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agolantiq: add image build template for NAND devices
Felix Fietkau [Tue, 19 Jul 2016 13:23:56 +0000 (15:23 +0200)]
lantiq: add image build template for NAND devices

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agolantiq: simplify image building code
Felix Fietkau [Tue, 19 Jul 2016 13:07:56 +0000 (15:07 +0200)]
lantiq: simplify image building code

Specifying the device profile in PROFILES is unnecessary, and for all
devices the DEVICE_PROFILE variable matched the device name.
Get rid of this useless variable and set DEVICE_DTS to $(1)

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agolantiq: fix building NAND images in default config
Felix Fietkau [Tue, 19 Jul 2016 12:55:43 +0000 (14:55 +0200)]
lantiq: fix building NAND images in default config

Remove remaining references to $(PROFILE)

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agobuild: add support for parameter passing to mkfs from devices
Felix Fietkau [Tue, 19 Jul 2016 11:36:02 +0000 (13:36 +0200)]
build: add support for parameter passing to mkfs from devices

Will be used to support different ubifs parameters per device

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agobuild: split legacy image mkfs.ubifs command from the one used for the new image...
Felix Fietkau [Tue, 19 Jul 2016 10:35:27 +0000 (12:35 +0200)]
build: split legacy image mkfs.ubifs command from the one used for the new image building code

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agobuild: split legacy image building code out of image.mk
Felix Fietkau [Tue, 19 Jul 2016 10:38:02 +0000 (12:38 +0200)]
build: split legacy image building code out of image.mk

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agobuild: make TARGET_ROOTFS_JFFS2 depend on USES_JFFS2
Felix Fietkau [Tue, 19 Jul 2016 10:21:29 +0000 (12:21 +0200)]
build: make TARGET_ROOTFS_JFFS2 depend on USES_JFFS2

If jffs2 support was not enabled by the target, jffs2 are quite likely
to be broken, so we shouldn't build them.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agolantiq: disable jffs2 support on xrx200
Felix Fietkau [Tue, 19 Jul 2016 10:20:15 +0000 (12:20 +0200)]
lantiq: disable jffs2 support on xrx200

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agoimage.mk: replace some template abstraction with make pattern rules
Felix Fietkau [Tue, 19 Jul 2016 09:28:34 +0000 (11:28 +0200)]
image.mk: replace some template abstraction with make pattern rules

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agoimage.mk: remove obsolete Build/mkfs overrides
Felix Fietkau [Tue, 19 Jul 2016 09:22:35 +0000 (11:22 +0200)]
image.mk: remove obsolete Build/mkfs overrides

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agokernel: remove obsolete patch adding usb_find_device_by_name
Felix Fietkau [Tue, 19 Jul 2016 12:18:02 +0000 (14:18 +0200)]
kernel: remove obsolete patch adding usb_find_device_by_name

ledtrig-usbdev does not need it anymore

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agoledtrig-usbdev: use upstream function for iterating USB devices
Rafał Miłecki [Mon, 18 Jul 2016 15:59:27 +0000 (17:59 +0200)]
ledtrig-usbdev: use upstream function for iterating USB devices

This will allow us to drop LEDE patch adding usb_find_device_by_name.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
7 years agoar71xx: fix default network config of WZR-HP-G300NH and CR3000
Jo-Philipp Wich [Tue, 19 Jul 2016 22:13:15 +0000 (00:13 +0200)]
ar71xx: fix default network config of WZR-HP-G300NH and CR3000

The network defaults for the WZR-HP-G300NH and CR3000 models wrongly set the
lan interface to a vlan tagged device while the switch was set up in untagged
mode, leading to broken lan side ethernet connectivity by default.

Fix the issue by emitting untagged interfaces, consistent with the switch
setting on the device.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
7 years agoar71xx: add support for gl-ar300m
Zhao Gang [Fri, 15 Jul 2016 10:00:04 +0000 (10:00 +0000)]
ar71xx: add support for gl-ar300m

This add initial support for gl-ar300m router.
Product page: http://www.gl-inet.com/ar300m/

Signed-off-by: Zhao Gang <gang.zhao.42@gmail.com>
7 years agoath9k: switch to using mac80211 intermediate software queues
Felix Fietkau [Fri, 8 Jul 2016 16:08:01 +0000 (18:08 +0200)]
ath9k: switch to using mac80211 intermediate software queues

Provides a nice latency reduction under load, due to mac80211's fq_codel
support.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agox86/generic: enable CONFIG_SATA_VIA
Florian Klink [Mon, 18 Jul 2016 16:53:33 +0000 (18:53 +0200)]
x86/generic: enable CONFIG_SATA_VIA

This enables support for VIA SATA.

7 years agoubox: update to the latest version, fixes lsmod output
Felix Fietkau [Tue, 19 Jul 2016 11:58:54 +0000 (13:58 +0200)]
ubox: update to the latest version, fixes lsmod output

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agouboot-oxnas: fix build error on non-linux systems
Felix Fietkau [Tue, 19 Jul 2016 10:48:21 +0000 (12:48 +0200)]
uboot-oxnas: fix build error on non-linux systems

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agokernel: backport cosmetic UBIFS patches to kernel 4.1
Daniel Golle [Mon, 18 Jul 2016 22:30:27 +0000 (00:30 +0200)]
kernel: backport cosmetic UBIFS patches to kernel 4.1

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
7 years agokernel: backport yet another cosmetic ubifs patch
Daniel Golle [Mon, 18 Jul 2016 22:27:59 +0000 (00:27 +0200)]
kernel: backport yet another cosmetic ubifs patch

On UBI-enabled devices using squashfs as their rootfs an error
message like
UBIFS error (ubi0:3 pid 1): init_constants_early: too few LEBs (12), min. is 17
was thrown while probe-mounting the rootfs which later on succeeds and
thus shouldn't alert the user.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
7 years agostrace: update to version 1.12
Hauke Mehrtens [Mon, 18 Jul 2016 21:12:08 +0000 (23:12 +0200)]
strace: update to version 1.12

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
7 years agooxnas: add kmod-ledtrig-timer to default package set
Daniel Golle [Mon, 18 Jul 2016 18:05:15 +0000 (20:05 +0200)]
oxnas: add kmod-ledtrig-timer to default package set

It is needed for preinit/failsafe indications to work.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
7 years agooxnas: use DHCP by default on ethernet interface (lan)
Daniel Golle [Mon, 18 Jul 2016 17:37:43 +0000 (19:37 +0200)]
oxnas: use DHCP by default on ethernet interface (lan)

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
7 years agooxnas: sync kernel config-4.1 with changes made to config-4.4
Daniel Golle [Mon, 18 Jul 2016 16:59:53 +0000 (18:59 +0200)]
oxnas: sync kernel config-4.1 with changes made to config-4.4

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
7 years agooxnas: add DTB for Akitio devices in patches-4.1
Daniel Golle [Mon, 18 Jul 2016 16:45:03 +0000 (18:45 +0200)]
oxnas: add DTB for Akitio devices in patches-4.1

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
7 years agooxnas: revert to kernel 4.1
Daniel Golle [Mon, 18 Jul 2016 16:32:48 +0000 (18:32 +0200)]
oxnas: revert to kernel 4.1

A bug resulting in the NAND not being detected by newer kernels has
kept me sleepless for months and yet I wasn't able to discover the
cause.
Bring back patches and files for 4.1 until this has been resolved.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
7 years agosamba36: disable local browse master by default
Felix Fietkau [Mon, 18 Jul 2016 10:32:10 +0000 (12:32 +0200)]
samba36: disable local browse master by default

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agohostapd: fix VLAN support in full wpad builds
Felix Fietkau [Mon, 18 Jul 2016 11:36:24 +0000 (13:36 +0200)]
hostapd: fix VLAN support in full wpad builds

Suppress -DCONFIG_NO_VLAN if CONFIG_IBSS_RSN is enabled

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agoipq806x: add patch for kernel compiler flags
Josh Bendavid [Wed, 13 Jul 2016 09:20:37 +0000 (11:20 +0200)]
ipq806x: add patch for kernel compiler flags

Signed-off-by: Josh Bendavid <joshbendavid@gmail.com>
7 years agoipq806x: change compiler flags to arm cortex-a15
Josh Bendavid [Wed, 13 Jul 2016 09:20:19 +0000 (11:20 +0200)]
ipq806x: change compiler flags to arm cortex-a15

Signed-off-by: Josh Bendavid <joshbendavid@gmail.com>
7 years agofeeds.conf: disable the targets feed by default
Felix Fietkau [Sun, 17 Jul 2016 14:57:53 +0000 (16:57 +0200)]
feeds.conf: disable the targets feed by default

It is not actively maintained anyway

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agoath10k: fix stack traces from a-msdu rx reporting issues
Felix Fietkau [Sun, 17 Jul 2016 10:52:42 +0000 (12:52 +0200)]
ath10k: fix stack traces from a-msdu rx reporting issues

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agoscripts/getver.sh: fix older git versions from printing stuff to stdout
Jonas Gorski [Sat, 16 Jul 2016 14:57:05 +0000 (16:57 +0200)]
scripts/getver.sh: fix older git versions from printing stuff to stdout

Older git versions seem output the original argument to stdout if there
is no upstream, presumably because they try to do things with it
internally. This can be prevented by passing --verify to it, which
should be safe on newer git versions.

Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
7 years agoramips: mt7621: add missing kernel symbol
Jo-Philipp Wich [Sat, 16 Jul 2016 11:59:06 +0000 (13:59 +0200)]
ramips: mt7621: add missing kernel symbol

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
7 years agoar71xx: add software transmit timestamp support
Stephen Walker [Thu, 7 Jul 2016 00:23:15 +0000 (20:23 -0400)]
ar71xx: add software transmit timestamp support

Add software transmit timestamp and ethtool (-T) timestamp support

Signed-off-by: Stephen Walker <stephendwalker+github@gmail.com>
7 years agoath9k: implement temperature compensation support for AR93xx and newer
Felix Fietkau [Mon, 11 Jul 2016 09:38:15 +0000 (11:38 +0200)]
ath9k: implement temperature compensation support for AR93xx and newer

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agoath9k: use external reset on AR91xx and QCA955x to improve stability
Felix Fietkau [Sat, 9 Jul 2016 13:31:35 +0000 (15:31 +0200)]
ath9k: use external reset on AR91xx and QCA955x to improve stability

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agoar71xx: define wmac reset function for QCA955x
Felix Fietkau [Sat, 9 Jul 2016 14:12:46 +0000 (16:12 +0200)]
ar71xx: define wmac reset function for QCA955x

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agoimage.mk: fix append-dtb race when multiple devices use the same .dts
Felix Fietkau [Thu, 14 Jul 2016 11:51:49 +0000 (13:51 +0200)]
image.mk: fix append-dtb race when multiple devices use the same .dts

Call Image/BuildDTB unconditionally to keep things consistent

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agouclibc++: fix build with gcc 6.1.0, which defaults to using C++14 ABI
Felix Fietkau [Thu, 14 Jul 2016 11:02:48 +0000 (13:02 +0200)]
uclibc++: fix build with gcc 6.1.0, which defaults to using C++14 ABI

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agotoolchain/gcc: add 6.1.0
Syrone Wong [Wed, 13 Jul 2016 13:57:05 +0000 (21:57 +0800)]
toolchain/gcc: add 6.1.0

-fno-plt and musl-libc patches already get upstream, then dropped
in GCC 6. Other patches are almost identical compared to GCC 5.4.

Compile and run tested on ar71xx/Qihoo C301 and
mvebu/Linksys WRT1900ac v1

Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
Signed-off-by: Felix Fietkau <nbd@nbd.name> [cleanups/fixes]
7 years agotoolchain: get rid of GCC_VERSION_5 config symbol
Felix Fietkau [Thu, 14 Jul 2016 10:08:03 +0000 (12:08 +0200)]
toolchain: get rid of GCC_VERSION_5 config symbol

Replace it with !GCC_VERSION_4_8 to be more future compatible

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agotoolchain/gcc: clean up remaining references to the old linaro version
Felix Fietkau [Thu, 14 Jul 2016 10:06:39 +0000 (12:06 +0200)]
toolchain/gcc: clean up remaining references to the old linaro version

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agotoolchain/gdb: update to version 7.11.1
Felix Fietkau [Thu, 14 Jul 2016 09:51:10 +0000 (11:51 +0200)]
toolchain/gdb: update to version 7.11.1

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agotoolchain/gdb: reorganize patch layout
Felix Fietkau [Thu, 14 Jul 2016 09:47:36 +0000 (11:47 +0200)]
toolchain/gdb: reorganize patch layout

Use ./patches and ./patches-arc instead of version dependent patches.
We should have only one main supported version (along with the special
case for arc).

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agotoolchain/binutils: add 2.26.1
Syrone Wong [Wed, 13 Jul 2016 13:57:02 +0000 (21:57 +0800)]
toolchain/binutils: add 2.26.1

Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
Signed-off-by: Felix Fietkau <nbd@nbd.name> [fixes/cleanup]
7 years agotools/isl: bump to 0.17.1
Syrone Wong [Wed, 13 Jul 2016 13:57:01 +0000 (21:57 +0800)]
tools/isl: bump to 0.17.1

Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
7 years agoath9k: fix spectral scan on AR9285 and newer AR92xx chipsets
Felix Fietkau [Mon, 11 Jul 2016 08:38:21 +0000 (10:38 +0200)]
ath9k: fix spectral scan on AR9285 and newer AR92xx chipsets

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agoath9k: merge a fix for the minimum CCA threshold on 5 GHz
Felix Fietkau [Mon, 11 Jul 2016 08:38:01 +0000 (10:38 +0200)]
ath9k: merge a fix for the minimum CCA threshold on 5 GHz

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agotarget.mk: change CPU_CFLAGS to better suit target CPUs
Felix Fietkau [Thu, 14 Jul 2016 13:43:49 +0000 (15:43 +0200)]
target.mk: change CPU_CFLAGS to better suit target CPUs

-march forces the compiler to generate generic code, whereas -mcpu
allows it to target the specific CPU variant and use instructions that
the generic architecture may not have

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agotarget.mk: rework arm architecture level detection
Felix Fietkau [Thu, 14 Jul 2016 13:41:22 +0000 (15:41 +0200)]
target.mk: rework arm architecture level detection

Use kernel config as input instead of -march CFLAGS.
With this change, -march can be dropped and replaced with more specific
optimization flags for better code generation.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agoimage.mk: clean up redundant code related to DEVICE_DTS
Felix Fietkau [Thu, 14 Jul 2016 11:58:23 +0000 (13:58 +0200)]
image.mk: clean up redundant code related to DEVICE_DTS

It is used by a core build template, so the variable should be
initialized and added to DEVICE_VARS in the core.
Same for DEVICE_DTS_DIR

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agoscripts/getver.sh: stop relying on the reboot tag
Felix Fietkau [Thu, 14 Jul 2016 11:30:54 +0000 (13:30 +0200)]
scripts/getver.sh: stop relying on the reboot tag

It may not be present when cloning a staging tree or another fork

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agomac80211: fix a harmless uninitialized variable warning
Felix Fietkau [Thu, 14 Jul 2016 11:31:53 +0000 (13:31 +0200)]
mac80211: fix a harmless uninitialized variable warning

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agoadd ath10k-ct: Candela-Tech ath10k out-of-tree driver.
Ben Greear [Wed, 13 Jul 2016 15:16:26 +0000 (08:16 -0700)]
add ath10k-ct: Candela-Tech ath10k out-of-tree driver.

This lets one use the CT ath10k driver instead of the built-in
ath10k driver from the upstream kernel (or backports).

This should be a drop-in replacement, as well as enabling
better CT firmware support.

Signed-off-by: Ben Greear <greearb@candelatech.com>
7 years agobcm53xx: image: don't suppress "mv" command echoing
Rafał Miłecki [Thu, 14 Jul 2016 09:31:26 +0000 (11:31 +0200)]
bcm53xx: image: don't suppress "mv" command echoing

We call all commands normally, with standard echoing. It's useful for
debugging with V=s. Don't make lzma compression an exception, it's a bit
confusing this way.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
7 years agobcm53xx: simplify image building code
Felix Fietkau [Fri, 8 Jul 2016 12:22:29 +0000 (14:22 +0200)]
bcm53xx: simplify image building code

Use append-ubi template for ubinize, remove mkfs override

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agobcm53xx: remove duplicate template data from the image makefile
Felix Fietkau [Fri, 8 Jul 2016 12:16:16 +0000 (14:16 +0200)]
bcm53xx: remove duplicate template data from the image makefile

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agoimage: allow devices to override the -E 5 ubinize option
Felix Fietkau [Wed, 13 Jul 2016 15:23:00 +0000 (17:23 +0200)]
image: allow devices to override the -E 5 ubinize option

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agoimage: clean up UBI related device variable definitions
Felix Fietkau [Wed, 13 Jul 2016 15:19:00 +0000 (17:19 +0200)]
image: clean up UBI related device variable definitions

Move UBI related variable export to core, since the variables are used
by a core Build/ template

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agoipq806x: remove obsolete UBINIZE_OPTS variables
Felix Fietkau [Wed, 13 Jul 2016 15:11:08 +0000 (17:11 +0200)]
ipq806x: remove obsolete UBINIZE_OPTS variables

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agombedtls: fix missing mbedtls_time_t bug in mbedtls 2.3.0
Hauke Mehrtens [Thu, 14 Jul 2016 07:15:29 +0000 (09:15 +0200)]
mbedtls: fix missing mbedtls_time_t bug in mbedtls 2.3.0

This backports a commit from mbedtls current git which adds missing
include for platform.h.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
7 years agomusl: remove sh3 workaround
Hauke Mehrtens [Wed, 13 Jul 2016 10:35:18 +0000 (12:35 +0200)]
musl: remove sh3 workaround

The GCC bug 67260 is fixed upstream now, remove this workaround.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
7 years agomusl: update musl to version 1.1.15
Hauke Mehrtens [Wed, 13 Jul 2016 10:24:34 +0000 (12:24 +0200)]
musl: update musl to version 1.1.15

The removed patch is already integrated in upstream musl.
Add one additional patch which fixes a regression on mips.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
7 years agogcc: update gcc to version 5.4.0
Hauke Mehrtens [Wed, 13 Jul 2016 10:19:42 +0000 (12:19 +0200)]
gcc: update gcc to version 5.4.0

The removed patches are already integrated in upstream gcc.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
7 years agombedtls: update to version 2.3.0
Hauke Mehrtens [Wed, 13 Jul 2016 15:45:15 +0000 (17:45 +0200)]
mbedtls: update to version 2.3.0

This fixes 3 minor security problems.
SSLv3 is deactivated by default now.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
7 years agopolarssl: update to version 1.3.17
Hauke Mehrtens [Wed, 13 Jul 2016 15:44:26 +0000 (17:44 +0200)]
polarssl: update to version 1.3.17

This fixes 3 minor security problems.
SSLv3 is deactivated by default now.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
7 years agodosfstools: fix build on OS X
Álvaro Fernández Rojas [Wed, 13 Jul 2016 17:13:49 +0000 (19:13 +0200)]
dosfstools: fix build on OS X

- avoid using tools/include/endian.h on OS X to fix compilation.
- remove unneeded Host/Compile definition.
- refresh patches.

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
7 years agouboot-envtools: add support for jjPlus JWAP230
Piotr Dymacz [Fri, 8 Jul 2016 13:19:46 +0000 (15:19 +0200)]
uboot-envtools: add support for jjPlus JWAP230

Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
7 years agoar71xx: add support for jjPlus JWAP230
Piotr Dymacz [Fri, 8 Jul 2016 13:03:00 +0000 (15:03 +0200)]
ar71xx: add support for jjPlus JWAP230

jjPlus JWAP230 is based on Qualcomm Atheros QCA9558 + QCA8337.
Short specification:

- 720/600/200 MHz (CPU/DDR/AHB)
- 2x 10/100/1000 Mbps Ethernet
- 128 MB of RAM (DDR2)
- 16 MB of FLASH
- 3T3R 2.4 GHz with external PA (SST12LP15A), up to 28 dBm
- 3x MMCX connectors
- power input: 802.3at PoE or wide range DC (36-57 V)
- optional 802.3af PSE
- 1x mini-PCIe connector with PCIe, USB buses and SIM slot
- 1x mini-PCIe connector with PCIe bus
- 1x USB type-A connector
- 6x LED, 1x button (hardware reset)
- RS232 (MAX3223) and (E)JTAG headers

Default configuration:

- WAN on eth1 (RJ45 near LEDs with PoE input)
- LAN on eth0 (RJ45 near DC jack)
- left top LED set to be status LED
- all LEDs configurable form user space

Flash instruction (do it under U-Boot, using RS232):

1. tftp 0x80060000 lede-ar71xx-generic-jwap230-squashfs-sysupgrade.bin
2. erase 0x9f050000 +$filesize
3. cp.b $fileaddr 0x9f050000 $filesize
4. setenv bootcmd "bootm 0x9f050000"
5. saveenv && reset

Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
7 years agokernel/mtd: add support for EON EN25Q128
Piotr Dymacz [Fri, 8 Jul 2016 11:11:42 +0000 (13:11 +0200)]
kernel/mtd: add support for EON EN25Q128

Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
7 years agouboot-envtools: add support for Wallys DR531
Piotr Dymacz [Sun, 19 Jun 2016 21:37:37 +0000 (23:37 +0200)]
uboot-envtools: add support for Wallys DR531

Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
7 years agoar71xx: add support for Wallys DR531
Piotr Dymacz [Thu, 16 Jun 2016 16:08:03 +0000 (18:08 +0200)]
ar71xx: add support for Wallys DR531

Wallys DR531 is based on Qualcomm Atheros QCA9531 v2.
Short specification:

- 550/400/200 MHz (CPU/DDR/AHB)
- 2x 10/100 Mbps Ethernet
- 64 MB of RAM (DDR2)
- 8 MB of FLASH
- 2T2R 2.4 GHz with external PA (SE2576L), up to 30 dBm
- 2x MMCX connectors
- mini-PCIe connector with PCIe/USB buses and SIM slot
- 7x LED, 1x button, 1x optional buzzer
- UART, (E)JTAG and LED headers

Default configuration:

- WAN on eth1 (RJ45 near DC jack)
- LAN on eth0 (RJ45 near button)
- S4 LED set to be status LED
- all LEDs configurable form user space
- button configured for reset

Flash instruction (do it under U-Boot, using UART):

1. tftp 0x80060000 lede-ar71xx-generic-dr531-squashfs-sysupgrade.bin
2. erase 0x9f050000 +$filesize
3. cp.b $fileaddr 0x9f050000 $filesize
4. setenv bootcmd "bootm 0x9f050000"
5. saveenv && reset

Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
7 years agosdk: Allow to configure signed pacakge lists
Daniel Dickinson [Thu, 7 Jul 2016 10:45:36 +0000 (06:45 -0400)]
sdk: Allow to configure signed pacakge lists

Add option to enable signing packages lists in SDK.

Signed-off-by: Daniel Dickinson <lede@daniel.thecshore.com>
7 years agoar71xx: fix build error when initramfs is disabled
Felix Fietkau [Wed, 13 Jul 2016 16:34:52 +0000 (18:34 +0200)]
ar71xx: fix build error when initramfs is disabled

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agoscripts/getver.sh: fix one more wc -l call
Jonas Gorski [Wed, 13 Jul 2016 14:56:41 +0000 (16:56 +0200)]
scripts/getver.sh: fix one more wc -l call

The revision to hash conversion was missed when fixing up the script.

Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
7 years agoscripts/getver.sh: try to get branch/upstream automatically
Jonas Gorski [Sat, 25 Jun 2016 13:58:35 +0000 (15:58 +0200)]
scripts/getver.sh: try to get branch/upstream automatically

Instead of assuming master is the current branch and origin the right
upstream, try to get both dynamically. If the current branch is not
tracking any upstream, use the origin of the master branch.

Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
7 years agokernel: update kernel 4.4 to version 4.4.15
Hauke Mehrtens [Wed, 13 Jul 2016 10:07:08 +0000 (12:07 +0200)]
kernel: update kernel 4.4 to version 4.4.15

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
7 years agoar71xx: fix a legacy image porting issue
Felix Fietkau [Wed, 13 Jul 2016 11:50:03 +0000 (13:50 +0200)]
ar71xx: fix a legacy image porting issue

Get rid of remaining IMAGE_PROFILE references and move template calls
the right place

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agox64: add legacy IDE, fix VirtualBox bug #84 and Fujitsu Futro S550-2
Lucian Cristian [Mon, 11 Jul 2016 23:00:16 +0000 (02:00 +0300)]
x64: add legacy IDE, fix VirtualBox bug #84 and Fujitsu Futro S550-2

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
7 years agomac80211: disable fq until performance issues have been found and fixed
Felix Fietkau [Tue, 12 Jul 2016 10:32:54 +0000 (12:32 +0200)]
mac80211: disable fq until performance issues have been found and fixed

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agonetifd: quote vendorid and hostname variables in dhcp script
Hans Dedecker [Tue, 12 Jul 2016 12:23:58 +0000 (14:23 +0200)]
netifd: quote vendorid and hostname variables in dhcp script

Quote hostname and vendorid variables in dhcp script so they can
hold strings having white spaces

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
7 years agoath9k: explicitly clear gpio chip owner
Felix Fietkau [Mon, 11 Jul 2016 13:53:28 +0000 (15:53 +0200)]
ath9k: explicitly clear gpio chip owner

The core can set it based on the parent device on register

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agoath9k: remove gpio chip owner field to fix module unloading
Felix Fietkau [Mon, 11 Jul 2016 13:46:19 +0000 (15:46 +0200)]
ath9k: remove gpio chip owner field to fix module unloading

Signed-off-by: Felix Fietkau <nbd@nbd.name>
7 years agomac80211: fix a powersave issue in the intermediate queueing code
Felix Fietkau [Mon, 11 Jul 2016 13:10:58 +0000 (15:10 +0200)]
mac80211: fix a powersave issue in the intermediate queueing code

Signed-off-by: Felix Fietkau <nbd@nbd.name>