John Crispin [Wed, 3 Jun 2015 13:58:57 +0000 (13:58 +0000)]
lantiq: Make the CRC32 poly value configurable per device
This also adds the old hardcoded value to the VGV7519BRN profile to make
sure that images are still generated correctly.
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
SVN-Revision: 45882
John Crispin [Wed, 3 Jun 2015 13:58:48 +0000 (13:58 +0000)]
tools/firmware-utils: Allow changing the CRC32 poly value in mkbrnimg
VGV7519 is currently the only device with brnboot support. It seems to
be happy with 0x2083b8ed as CRC32 poly. However, VGV7510KW22 fails to
validate the checksum - it requires 0x04c11db7 instead.
I have built an brnboot image manually on the command line, once with
the old code and then with the new code but passing the old CRC32
poly value. Both resulted in a brnboot image with the same sha1sum.
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
SVN-Revision: 45881
John Crispin [Wed, 3 Jun 2015 13:58:30 +0000 (13:58 +0000)]
ipq806x: missing symbol
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45880
Felix Fietkau [Wed, 3 Jun 2015 00:22:51 +0000 (00:22 +0000)]
Revert "musl: update to version 1.1.9" (r45754)
The current version seems to be broken on MIPS.
SVN-Revision: 45879
Hauke Mehrtens [Tue, 2 Jun 2015 21:54:54 +0000 (21:54 +0000)]
ncurses: Fix building with gcc 5.1
This patch is taken from the gentoo guys who extracted this from a large
upstream commit (with many unrelated changes).
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 45878
Hauke Mehrtens [Tue, 2 Jun 2015 20:01:21 +0000 (20:01 +0000)]
kernel: add broadcom phy driver
This adds the Broadcom phy driver.
This also loses #19545.
Thank you bigtman43
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 45877
John Crispin [Tue, 2 Jun 2015 12:03:20 +0000 (12:03 +0000)]
procd: add a 10 second delay to the interface triggers
this is an ugly hack that will be removed when the netifd maintainers
have time to look at the problem.
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45876
Jonas Gorski [Tue, 2 Jun 2015 10:23:45 +0000 (10:23 +0000)]
brcm63xx: fix livebox image generation
Livebox does need the uncompressed kernel, so just create it during
image generation.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 45875
Felix Fietkau [Tue, 2 Jun 2015 08:47:21 +0000 (08:47 +0000)]
ath9k: fix an issue with stopping rx/tx dma on AR93xx
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45874
Felix Fietkau [Tue, 2 Jun 2015 08:39:19 +0000 (08:39 +0000)]
hostapd: add a new option to control HT coexistance separate from noscan
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45873
John Crispin [Mon, 1 Jun 2015 20:11:45 +0000 (20:11 +0000)]
kernel: remove stmmac kernel package
We just moved the stmmac support in the kernel for ipq806x. Therefore,
nobody needs this driver so we'll just get rid of it.
Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
SVN-Revision: 45872
John Crispin [Mon, 1 Jun 2015 20:11:35 +0000 (20:11 +0000)]
ipq806x: move stmmac support in the kernel binary
Ethernet GMAC is built-in the SoC, so there is no need to enable it as a
module. We'll just assume we need it. That's what is done for other
platform where this driver is used so it'll make things more consistent.
Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
SVN-Revision: 45871
Jo-Philipp Wich [Mon, 1 Jun 2015 18:00:35 +0000 (18:00 +0000)]
include: image.mk: ensure that $(KDIR)/tmp exists in the IB case as well
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45870
Jonas Gorski [Mon, 1 Jun 2015 12:37:34 +0000 (12:37 +0000)]
brcm63xx: delete uncompressed kernels after use
Delete the dtb appended, uncompressed kernels after having compressed
them, so they don't end in the image builder.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 45869
Jonas Gorski [Mon, 1 Jun 2015 12:37:24 +0000 (12:37 +0000)]
lantiq: fix VG3503J rootfs offset
In r44391 the kernel partion size was increased to allow larger kernels,
but the rootfs partition offset was missed. Fix this by setting the
rootfs offset to the expected value.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 45868
Steven Barth [Mon, 1 Jun 2015 08:31:13 +0000 (08:31 +0000)]
odhcp6c: silence fw3 warnings
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 45867
Jo-Philipp Wich [Mon, 1 Jun 2015 06:15:39 +0000 (06:15 +0000)]
imagebuilder: create cache directory if needed (#18629)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45866
Rafał Miłecki [Mon, 1 Jun 2015 06:11:26 +0000 (06:11 +0000)]
kernel: backport ssb fix for WRT350N v1 (BCM4705) reboots
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 45865
John Crispin [Mon, 1 Jun 2015 06:03:52 +0000 (06:03 +0000)]
au1000: add a missing dependency to the pcmcia module
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45864
Jo-Philipp Wich [Mon, 1 Jun 2015 04:31:45 +0000 (04:31 +0000)]
iwinfo: fix segfault in mtd parsing code (#19768)
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45863
John Crispin [Sun, 31 May 2015 17:46:24 +0000 (17:46 +0000)]
kernel: bluetooth: Add dependency to kmod-crypto-ecb
Add dependency of kmod-crypto-ecb to kmod-bluetooth to avoid the kernel warning
"Bluetooth: Unable to create crypto context".
Signed-off-by: Bruno Randolf <br1@einfach.org>
SVN-Revision: 45860
John Crispin [Sun, 31 May 2015 17:46:09 +0000 (17:46 +0000)]
lldpd: disable xml explicitly
This prevents auto-detection of libxml2 and thus the error:
Package lldpd is missing dependencies for the following libraries:
libxml2.so.2
Preventing a dependency to libxml2 is preferred, since libxml2
would be a out-of-(core-)tree dependency.
Reported-by: Buildbot
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
SVN-Revision: 45859
John Crispin [Sun, 31 May 2015 17:45:54 +0000 (17:45 +0000)]
ca-certificates: update to version
20150426
update to version
20150426
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
SVN-Revision: 45858
John Crispin [Sun, 31 May 2015 17:45:43 +0000 (17:45 +0000)]
malta: add default network configuration
I didn't figure out how to achieve this using uci-defaults-new.sh,
so use old-school uci-defaults script as that's what is used on
realview as well.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 45857
Felix Fietkau [Sat, 30 May 2015 23:08:57 +0000 (23:08 +0000)]
mac80211: make netifd script create AP interface directly
Before starting hostapd we create interface for it. The problem is we
try to create STA interface just to let hostapd change it to AP later.
It may fail if device doesn't support STA interfaces or if we already
hit a limit. Consider following phy (it's from BCM43602 and brcmfmac):
$ iw phy phy0 info | tail
valid interface combinations:
* #{ IBSS, managed } <= 1, #{ AP } <= 4, #{ P2P-client, P2P-GO } <= 1, #{ P2P-device } <= 1,
total <= 3, #channels <= 1
Trying to setup 2 interfaces: STA + AP results in:
radio0 (1101): command failed: Operation not supported (-95)
radio0 (1101): command failed: Operation not supported (-95)
radio0 (1101): command failed: Operation not supported (-95)
radio0 (1101): command failed: Operation not supported (-95)
radio0 (1101): Configuration file: /var/run/hostapd-phy0.conf
radio0 (1101): Could not read interface wlan0-1 flags: No such device
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 45856
Felix Fietkau [Sat, 30 May 2015 22:55:50 +0000 (22:55 +0000)]
ar71xx: use Image/BuildLoaderPatched for TPLINK-SAFELOADER images
Building the loader in Image/Build/TPLINK-SAFELOADER would break the image
builder as no target compiler is available in that stage.
Fixes #19580
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
SVN-Revision: 45855
Felix Fietkau [Sat, 30 May 2015 22:55:40 +0000 (22:55 +0000)]
ar71xx: add Image/BuildLoaderPatched macro
In contrast to Image/BuildLoader, Image/BuildLoaderPatched first patches the
kernel command line in the image and then builds the loader without command
line. This allows building loaders for systems which don't boot correctly when
the kernel command line is provided by the loader (like the TP-LINK CPE series).
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
SVN-Revision: 45854
Jo-Philipp Wich [Sat, 30 May 2015 21:14:33 +0000 (21:14 +0000)]
uhttpd: use 307 for HTTPS redirections to retain request method
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45853
Jo-Philipp Wich [Sat, 30 May 2015 20:55:14 +0000 (20:55 +0000)]
uhttpd: add support for enforcing https
Also set HTTPS environment variable for CGI programs on SSL connections.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45852
John Crispin [Sat, 30 May 2015 20:28:57 +0000 (20:28 +0000)]
lantiq: fix imagebuilder
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45851
Jo-Philipp Wich [Sat, 30 May 2015 14:05:40 +0000 (14:05 +0000)]
uhttpd: inhibit chunked transfer encoding for static file responses
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45850
Jo-Philipp Wich [Sat, 30 May 2015 13:57:54 +0000 (13:57 +0000)]
kernel: kmod-stmmac depends on kmod-libphy
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45849
John Crispin [Sat, 30 May 2015 13:16:23 +0000 (13:16 +0000)]
kernel: upstream fix: mount overlayfs r/o if workdir cannot be created
move the patch to the proper folder
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45848
Felix Fietkau [Sat, 30 May 2015 09:39:37 +0000 (09:39 +0000)]
ramips: fix swapped colors for router LED on WHR-1166D (thx, Björn)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45847
Felix Fietkau [Sat, 30 May 2015 09:01:41 +0000 (09:01 +0000)]
ramips: rename status led to wifi on WHR-300HP2, WHR-1166D, WHR-600D
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45846
Felix Fietkau [Fri, 29 May 2015 22:42:32 +0000 (22:42 +0000)]
ramips: fix buttons on WHR-300HP2, WHR-1166D, WHR-600D
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45845
Felix Fietkau [Fri, 29 May 2015 21:42:06 +0000 (21:42 +0000)]
ramips: extract MAC address on WHR-300HP2, WHR-1166D, WHR-600D
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45844
Felix Fietkau [Fri, 29 May 2015 21:25:23 +0000 (21:25 +0000)]
ramips: fix partition layout of WHR-300HP2, WHR-1166D, WHR-600D
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45843
Felix Fietkau [Fri, 29 May 2015 21:13:28 +0000 (21:13 +0000)]
ramips: implement sysupgrade support for whr-300hp2
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45842
Jo-Philipp Wich [Fri, 29 May 2015 15:08:29 +0000 (15:08 +0000)]
uboot-omap: allow generating dummy ipks, fixes omap imagebuilder
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45841
Jonas Gorski [Fri, 29 May 2015 14:39:12 +0000 (14:39 +0000)]
ixp4xx: use usb-*-pci where appropriate
Most boards use pci connected usb controllers, so make sure to include
the pci drivers.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 45840
Jo-Philipp Wich [Fri, 29 May 2015 13:55:26 +0000 (13:55 +0000)]
sunxi: correct default package selection, fixes imagebuilder
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45839
Felix Fietkau [Fri, 29 May 2015 13:41:41 +0000 (13:41 +0000)]
ar71xx: use Image/BuildKernel/Initramfs template to fix image builder errors
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45838
Felix Fietkau [Fri, 29 May 2015 13:41:31 +0000 (13:41 +0000)]
build: do not call initramfs build from within the image builder
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45837
Felix Fietkau [Fri, 29 May 2015 13:41:21 +0000 (13:41 +0000)]
build: in new image building code, do not rebuild kernel images in the image builder
Some kernel images need to be wrapped in a loader, which cannot be built
without a working toolchain.
Also, this speeds up the image builder run.
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45836
Felix Fietkau [Fri, 29 May 2015 13:41:02 +0000 (13:41 +0000)]
build: store initramfs kernels in $(KDIR)/tmp - prevents them from being included in the image builder tarball
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45835
Felix Fietkau [Fri, 29 May 2015 13:40:55 +0000 (13:40 +0000)]
build: store firmware images in $(KDIR)/tmp - prevents them from being included in the image builder tarball
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45834
John Crispin [Fri, 29 May 2015 12:36:42 +0000 (12:36 +0000)]
generic: mount overlayfs r/o if workdir cannot be created
This is the case e.g. if JFFS2 partition is full.
see: https://www.mail-archive.com/linux-unionfs@vger.kernel.org/msg00246.html
(a small error in a logmessage was changed and reported upstream)
runtime tested on ar71xx with kernel 3.18.11 and r45772
this paritially fixes #19564
Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>
Acked-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45833
John Crispin [Fri, 29 May 2015 12:26:07 +0000 (12:26 +0000)]
qca-nss-gmac: delete package
nss-gmac has been replaced by its upstream counterpart "stmmac", to
which we added the SoC glue layer required for it to run on IPQ806x.
Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
SVN-Revision: 45832
John Crispin [Fri, 29 May 2015 12:26:01 +0000 (12:26 +0000)]
ipq806x: replace caf nss-gmac driver by upstream stmmac
This driver has been cherry-picked and backported from the following
LKML thread:
*https://lkml.org/lkml/2015/5/26/744
It also updates the DT accordingly.
Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
SVN-Revision: 45831
John Crispin [Fri, 29 May 2015 12:25:44 +0000 (12:25 +0000)]
ipq806x: enable kernel support for Fixed PHY emulation
Most ipq806x platforms use an ethernet switch, and the new upstream
GMAC driver makes use of the Fixed PHY emulation to force the link
settings despite the lack of PHY.
Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
SVN-Revision: 45830
John Crispin [Fri, 29 May 2015 12:25:34 +0000 (12:25 +0000)]
kernel: add stmmac as a new kernel package
Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
SVN-Revision: 45829
John Crispin [Fri, 29 May 2015 12:25:29 +0000 (12:25 +0000)]
kernel: add missing STMMAC options in generic configs
STMMAC_PLATFORM and STMMAC_PCI have been added recently in the kernel,
but show up only when STMMAC driver is enabled. So se'll add it in the
generic config, so the kernel build doesn't stall whenever we enable
this driver.
Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
SVN-Revision: 45828
John Crispin [Fri, 29 May 2015 12:25:15 +0000 (12:25 +0000)]
ipq806x: move arm-gic include into pcie patch
This include is necessary starting at the PCIe patch, which has a lower
number. So in order to keep the patches consistent, we'll move the
arm-gic include in the first patch who needs it.
Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
SVN-Revision: 45827
John Crispin [Fri, 29 May 2015 12:20:39 +0000 (12:20 +0000)]
ixp4xx: fix imagebuilder
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45826
Jo-Philipp Wich [Fri, 29 May 2015 12:03:00 +0000 (12:03 +0000)]
kernel: fix kmod-k10temp target dependencies
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45825
John Crispin [Fri, 29 May 2015 11:28:54 +0000 (11:28 +0000)]
brcm2708: fix imagebuilder
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45824
John Crispin [Fri, 29 May 2015 11:28:44 +0000 (11:28 +0000)]
ipq806x: fix imagebuilder
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45823
John Crispin [Fri, 29 May 2015 11:28:33 +0000 (11:28 +0000)]
gemini: fix imagebuilder
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45822
John Crispin [Fri, 29 May 2015 11:28:20 +0000 (11:28 +0000)]
octeon: fix imagebuilder
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45821
John Crispin [Fri, 29 May 2015 11:28:10 +0000 (11:28 +0000)]
ramips: fix imagebuilder
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45820
Jo-Philipp Wich [Fri, 29 May 2015 11:04:04 +0000 (11:04 +0000)]
au1000/au1550: fix profile package list
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45819
Jo-Philipp Wich [Fri, 29 May 2015 11:03:59 +0000 (11:03 +0000)]
au1000/au1550: enable pcmcia support flag
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45818
Jo-Philipp Wich [Fri, 29 May 2015 11:03:55 +0000 (11:03 +0000)]
au1000: fix kmod-pcmcia-au1000
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45817
Jonas Gorski [Fri, 29 May 2015 10:20:50 +0000 (10:20 +0000)]
kernel: fix usb-ohci-pci description define
Copy paste error left defining usb2-pci again.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 45816
Jo-Philipp Wich [Fri, 29 May 2015 08:42:50 +0000 (08:42 +0000)]
mxs: fix imagebuilder
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45815
Jo-Philipp Wich [Fri, 29 May 2015 08:20:58 +0000 (08:20 +0000)]
x86/64: add e1000e to the default packages
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45814
Luka Perkov [Fri, 29 May 2015 08:14:38 +0000 (08:14 +0000)]
base-files: remove ubi tool
ubi tool was removed from fstools in r41128.
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 45813
Rafał Miłecki [Thu, 28 May 2015 20:57:23 +0000 (20:57 +0000)]
mac80211: backport one missed brcmfmac NVRAM-related patch
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 45812
Rafał Miłecki [Thu, 28 May 2015 19:53:59 +0000 (19:53 +0000)]
brcm47xx: image: fix typo in Asus WL-500gP v2 fw file name
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 45811
Jo-Philipp Wich [Thu, 28 May 2015 16:19:38 +0000 (16:19 +0000)]
lldpd: update to v0.7.15 and add support for parsing /etc/openwrt_release
Also drop superseded patches.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45810
Jo-Philipp Wich [Thu, 28 May 2015 15:54:01 +0000 (15:54 +0000)]
au1000: use srecimage.pl instead of objcopy, fixes imagebuilder
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45809
Jo-Philipp Wich [Thu, 28 May 2015 15:53:55 +0000 (15:53 +0000)]
scripts: add srecimage.pl, a script to convert binaries to SREC format
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45808
Jo-Philipp Wich [Thu, 28 May 2015 13:45:33 +0000 (13:45 +0000)]
ar7: fix imagebuilder
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45807
Jo-Philipp Wich [Thu, 28 May 2015 13:25:21 +0000 (13:25 +0000)]
at91: fix imagebuilder
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45806
Jo-Philipp Wich [Thu, 28 May 2015 12:25:45 +0000 (12:25 +0000)]
xburst: fix imagebuilder
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45805
Jo-Philipp Wich [Thu, 28 May 2015 12:05:57 +0000 (12:05 +0000)]
malta: fix imagebuilder
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45804
Jonas Gorski [Thu, 28 May 2015 10:48:23 +0000 (10:48 +0000)]
scripts/arm-magic.sh: make the generated kernels also include $IMG_PREFIX
In r45785 ixp4xx was changed to use a common image prefix also for
kernels, but the script creating them was not updated to generate the
expected filenames.
Fix this by letting arm-magic.sh respect $IMG_PREFIX for the output
kernel file names as well.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 45803
Rafał Miłecki [Thu, 28 May 2015 10:39:11 +0000 (10:39 +0000)]
mac80211: backport today's brcmfmac changes
This fixes various problems with parsing platform NVRAM. It's required
to get BCM43602 working in most cases.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 45802
Jo-Philipp Wich [Thu, 28 May 2015 09:58:09 +0000 (09:58 +0000)]
include: remove lvm2 from nas package collection
Since lvm2 is only available in feeds we must not include it by default.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45801
Jo-Philipp Wich [Thu, 28 May 2015 09:51:38 +0000 (09:51 +0000)]
IB: make CONFIG_IB_STANDALONE the default
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45800
Jo-Philipp Wich [Thu, 28 May 2015 09:47:37 +0000 (09:47 +0000)]
feeds: use common macro "FeedSourcesAppend" to populate opkg configurations
This introduces a common macro to assemble the correct url templates to
avoid code duplication and have the feed config handling in a central place.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45799
Felix Fietkau [Thu, 28 May 2015 09:06:28 +0000 (09:06 +0000)]
adm5120: fix subtarget dependency for kmod-pata-rb153-cf
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45798
Rafał Miłecki [Thu, 28 May 2015 08:08:17 +0000 (08:08 +0000)]
brcm47xx: add LEDs/buttos for Asus N10U
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 45797
Rafał Miłecki [Thu, 28 May 2015 08:08:11 +0000 (08:08 +0000)]
brcm47xx: drop 4.0 patch that is in 4.0.4
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 45796
John Crispin [Wed, 27 May 2015 20:06:06 +0000 (20:06 +0000)]
ramips: dont set illacc to y by default
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45795
John Crispin [Wed, 27 May 2015 20:05:03 +0000 (20:05 +0000)]
ipq806x: add missing symbol
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45794
John Crispin [Wed, 27 May 2015 20:02:04 +0000 (20:02 +0000)]
ramips: diable ill_acc driver by default
this treacled down via the stable tree and wandered into 3.18.14
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45793
Imre Kaloz [Wed, 27 May 2015 19:03:22 +0000 (19:03 +0000)]
mvebu: make flashing more safe
Turn on the auto recovery feature when flashing
and turn it off on successful bootup.
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 45792
Rafał Miłecki [Wed, 27 May 2015 17:58:11 +0000 (17:58 +0000)]
firmware-utils: asustrx: support setting firmware version
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 45791
Rafał Miłecki [Wed, 27 May 2015 16:20:06 +0000 (16:20 +0000)]
bcm53xx: build images for Asus devices
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 45790
Rafał Miłecki [Wed, 27 May 2015 15:37:05 +0000 (15:37 +0000)]
brcm47xx: build images for Asus devices
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 45789
Jo-Philipp Wich [Wed, 27 May 2015 15:34:48 +0000 (15:34 +0000)]
sunxi: use common image prefix
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45788
Jo-Philipp Wich [Wed, 27 May 2015 15:34:38 +0000 (15:34 +0000)]
realview: use common image prefix
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45787
Jo-Philipp Wich [Wed, 27 May 2015 15:34:30 +0000 (15:34 +0000)]
omap: use common image prefix
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45786
Jo-Philipp Wich [Wed, 27 May 2015 15:34:19 +0000 (15:34 +0000)]
ixp4xx: use common image prefix
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45785
Felix Fietkau [Wed, 27 May 2015 15:20:22 +0000 (15:20 +0000)]
scripts/feeds: fix typo in copied code
do_install_target copied code from do_install_package, but didn't
replace all text.
Signed-off-by: Karl Palsson <karlp@remake.is>
SVN-Revision: 45784
Felix Fietkau [Wed, 27 May 2015 15:20:04 +0000 (15:20 +0000)]
kernel: bridge: backport two snooping related patches
With this patch the following two patches are backported:
* bridge: fix parsing of MLDv2 reports
* bridge: allow setting hash_max + multicast_router if interface is down
The former one is an important fix which got just applied to the net-tree
and is queued for stable. The latter is a patch which is needed to make
the hash_max and multicast_router attributes configurable through
netifd.
Signed-off-by: Linus Lüssing <linus.luessing@c0d3.blue>
SVN-Revision: 45783
Jo-Philipp Wich [Wed, 27 May 2015 15:18:36 +0000 (15:18 +0000)]
gemini: use common image prefix
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45782
Jo-Philipp Wich [Wed, 27 May 2015 15:18:29 +0000 (15:18 +0000)]
cns3xxx: use common image prefix
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45781