Felix Fietkau
022855baf2
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
2016-01-29 00:42:45 +00:00
Felix Fietkau
d4fe52c16d
lantiq: fix PHY state handling issue
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48546
2016-01-29 00:42:38 +00:00
Felix Fietkau
3021d3139b
kernel: remove .config.prev when running make kernel_*config to fix rebuild errors
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48545
2016-01-29 00:38:49 +00:00
Rafał Miłecki
5d624d0b47
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
2016-01-28 22:58:54 +00:00
Felix Fietkau
1923d63318
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
2016-01-28 22:42:49 +00:00
Felix Fietkau
37f09b8129
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
2016-01-28 22:42:44 +00:00
Felix Fietkau
b3f7902a06
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
2016-01-28 22:42:34 +00:00
Felix Fietkau
fefe200a00
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
2016-01-28 22:42:29 +00:00
Felix Fietkau
34df4d40e2
busybox: disable timestamp in version
...
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
SVN-Revision: 48539
2016-01-28 22:42:25 +00:00
Felix Fietkau
868d5f9ae9
Makefile: set timezone to UTC
...
This is necessary for reproducible image builds.
Signed-off-by: bryan newbold <bnewbold@robocracy.org>
SVN-Revision: 48538
2016-01-28 22:42:18 +00:00
Felix Fietkau
eb47ddd557
hostapd: remove useless TLS provider selection override for wpad-mesh/wpa_supplicant-mesh
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48537
2016-01-28 22:42:14 +00:00
Felix Fietkau
c1e6ef488f
mac80211: merge a bunch of pending fixes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48536
2016-01-28 22:42:10 +00:00
Rafał Miłecki
c0edf30bdc
bcm53xx: basic support for Seama format in sysupgrade
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 48535
2016-01-28 22:38:37 +00:00
Rafał Miłecki
b4468a0d61
mtd: allow writing Seama files to "firmware" on Broadcom targets
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 48534
2016-01-28 22:38:30 +00:00
Rafał Miłecki
92443f7041
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
2016-01-28 22:38:23 +00:00
Felix Fietkau
2911212962
openssl: update to 1.0.2f (fixes CVE-2016-0701, CVE-2015-3197)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48531
2016-01-28 18:20:06 +00:00
Felix Fietkau
ad3220aa8b
x86: remove redundant default network config
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48530
2016-01-28 18:19:59 +00:00
Felix Fietkau
18b2f2d694
hostapd: fix mesh interface bridge handling
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48529
2016-01-28 17:20:10 +00:00
Felix Fietkau
b4ef1fca48
hostapd: fix wpad-mesh and wpa-supplicant-mesh configuration issues
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48528
2016-01-28 17:19:48 +00:00
Felix Fietkau
924407b253
hostapd: update to version 2016-01-15
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48527
2016-01-28 17:19:13 +00:00
Felix Fietkau
705ddc9bb9
ramips: make tp-link firmware size errors non-fatal
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48526
2016-01-28 14:13:01 +00:00
Felix Fietkau
305e8b724a
kernel: fix USB on mpc85xx ( #21689 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48525
2016-01-28 13:13:14 +00:00
Felix Fietkau
02ba90c228
uclient: update to the latest version, fixes connection timeout handling ( #21726 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48524
2016-01-28 11:23:50 +00:00
Felix Fietkau
30a8ab5726
libubox: update to the latest version, adds usock_inet_timeout() with RFC6555 support
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48523
2016-01-28 11:22:49 +00:00
Rafał Miłecki
518ad4763a
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
2016-01-28 08:51:58 +00:00
Rafał Miłecki
60ef46b903
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
2016-01-28 08:51:52 +00:00
Rafał Miłecki
22eb2c1bf2
bcm53xx: enable earlyprintk and all RAM on DIR-885L
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 48520
2016-01-28 08:51:46 +00:00
Rafał Miłecki
6bdb024391
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
2016-01-28 07:01:23 +00:00
Rafał Miłecki
512e0fca81
bcm53xx: replace iproc regression fix with the final one
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 48518
2016-01-28 07:01:17 +00:00
Rafał Miłecki
80bd8f3d09
bcm53xx: use two upstream USB bcma patches
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 48517
2016-01-28 07:01:09 +00:00
Rafał Miłecki
e9479e62b0
kernel: backport more 4.6 bcma stuff needed for new chipsets
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 48516
2016-01-28 07:00:44 +00:00
Felix Fietkau
c5d74630c5
build: filter out -fno-plt for the kernel build, fixes #21712
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48515
2016-01-28 00:26:38 +00:00
Felix Fietkau
644bbe8c34
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
2016-01-27 23:58:19 +00:00
Felix Fietkau
42644fff59
kernel: add missing config symbols for kmod-crypto-hw-talitos
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48513
2016-01-27 21:40:43 +00:00
Felix Fietkau
aff2ee7e4a
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
2016-01-27 21:39:16 +00:00
Jo-Philipp Wich
54de773f2b
brcm47xx: add proper switch port mapping for WRT610Nv2 / Linksys E3000v1
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 48511
2016-01-27 20:47:44 +00:00
Rafał Miłecki
39f1157075
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
2016-01-27 12:44:07 +00:00
Rafał Miłecki
1dfa8f37db
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
2016-01-27 10:40:58 +00:00
Felix Fietkau
81e8e02289
ramips: fix image size checks for Buffalo WSR-1166 and WSR-600
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48508
2016-01-26 16:45:11 +00:00
Luka Perkov
401b201d04
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
2016-01-26 15:27:42 +00:00
Luka Perkov
9aebe0f782
generic: 4.4: refresh patches
...
Signed-off-by: Luka Perkov <luka.perkov@sartura.hr>
SVN-Revision: 48506
2016-01-26 11:30:45 +00:00
Felix Fietkau
a6a6f36ad1
ubus: update to the latest version, fixes a memory leak on client disconnect
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48505
2016-01-26 09:32:22 +00:00
Felix Fietkau
657d0cc2ce
build: do not deselect CONFIG_USE_SSTRIP if CONFIG_DEBUG is enabled
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48504
2016-01-26 08:39:21 +00:00
Felix Fietkau
487efe2508
ustream-ssl: update to the latest version, fixes hostname validation with openssl
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48503
2016-01-26 00:10:19 +00:00
Hauke Mehrtens
495badf6d1
x86: add BACKLIGHT_APPLE configuration option
...
This closes #21713 .
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 48502
2016-01-25 23:29:18 +00:00
Hauke Mehrtens
998f8bd02c
musl: fix mips vdso handling
...
mips returns -ENOSYS in case it can not handle the vdso call and wants
the libc to call the original syscall in such a case. This fixes the
patch to add such handling. I hope this fixes the random reboots I got.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 48501
2016-01-25 23:26:19 +00:00
Felix Fietkau
0b55a7904b
usign: force installation to $(STAGING_DIR_HOST)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48500
2016-01-25 23:05:49 +00:00
Luka Perkov
6bc24292ab
kirkwood: drop 4.3 support
...
Signed-off-by: Luka Perkov <luka.perkov@sartura.hr>
SVN-Revision: 48499
2016-01-25 22:54:52 +00:00
Hauke Mehrtens
a29c7ca3d9
kernel: update kernel 4.3 to version 4.3.4
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 48498
2016-01-25 21:44:48 +00:00
Hauke Mehrtens
4807ca67d6
kernel: update kernel 4.1 to version 4.1.16
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 48497
2016-01-25 21:44:12 +00:00