Felix Fietkau
677741ef95
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
2015-05-30 22:55:50 +00:00
Felix Fietkau
64b789db56
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
2015-05-30 22:55:40 +00:00
Jo-Philipp Wich
531a7e469a
uhttpd: use 307 for HTTPS redirections to retain request method
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45853
2015-05-30 21:14:33 +00:00
Jo-Philipp Wich
4f58248a7d
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
2015-05-30 20:55:14 +00:00
John Crispin
b34988d5d0
lantiq: fix imagebuilder
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45851
2015-05-30 20:28:57 +00:00
Jo-Philipp Wich
be16b184e2
uhttpd: inhibit chunked transfer encoding for static file responses
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45850
2015-05-30 14:05:40 +00:00
Jo-Philipp Wich
aa304279c3
kernel: kmod-stmmac depends on kmod-libphy
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45849
2015-05-30 13:57:54 +00:00
John Crispin
50da78705a
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
2015-05-30 13:16:23 +00:00
Felix Fietkau
e56b6f6e66
ramips: fix swapped colors for router LED on WHR-1166D (thx, Björn)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45847
2015-05-30 09:39:37 +00:00
Felix Fietkau
1e659c29ec
ramips: rename status led to wifi on WHR-300HP2, WHR-1166D, WHR-600D
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45846
2015-05-30 09:01:41 +00:00
Felix Fietkau
a6df9f0472
ramips: fix buttons on WHR-300HP2, WHR-1166D, WHR-600D
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45845
2015-05-29 22:42:32 +00:00
Felix Fietkau
5d6788f773
ramips: extract MAC address on WHR-300HP2, WHR-1166D, WHR-600D
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45844
2015-05-29 21:42:06 +00:00
Felix Fietkau
420cdb3783
ramips: fix partition layout of WHR-300HP2, WHR-1166D, WHR-600D
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45843
2015-05-29 21:25:23 +00:00
Felix Fietkau
8b42d93358
ramips: implement sysupgrade support for whr-300hp2
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45842
2015-05-29 21:13:28 +00:00
Jo-Philipp Wich
129ce36806
uboot-omap: allow generating dummy ipks, fixes omap imagebuilder
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45841
2015-05-29 15:08:29 +00:00
Jonas Gorski
aafc3092e2
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
2015-05-29 14:39:12 +00:00
Jo-Philipp Wich
dcd7479a99
sunxi: correct default package selection, fixes imagebuilder
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45839
2015-05-29 13:55:26 +00:00
Felix Fietkau
1520df3387
ar71xx: use Image/BuildKernel/Initramfs template to fix image builder errors
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45838
2015-05-29 13:41:41 +00:00
Felix Fietkau
bf93fde164
build: do not call initramfs build from within the image builder
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45837
2015-05-29 13:41:31 +00:00
Felix Fietkau
d1372992c4
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
2015-05-29 13:41:21 +00:00
Felix Fietkau
ddf120fc03
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
2015-05-29 13:41:02 +00:00
Felix Fietkau
a6ad9f8ad8
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
2015-05-29 13:40:55 +00:00
John Crispin
afbf104a4e
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
2015-05-29 12:36:42 +00:00
John Crispin
6301009ae3
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
2015-05-29 12:26:07 +00:00
John Crispin
d2a2eb7e48
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
2015-05-29 12:26:01 +00:00
John Crispin
72369c2976
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
2015-05-29 12:25:44 +00:00
John Crispin
99a42f204b
kernel: add stmmac as a new kernel package
...
Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
SVN-Revision: 45829
2015-05-29 12:25:34 +00:00
John Crispin
fe844bf0b4
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
2015-05-29 12:25:29 +00:00
John Crispin
30bbe0b388
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
2015-05-29 12:25:15 +00:00
John Crispin
590be1fd87
ixp4xx: fix imagebuilder
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45826
2015-05-29 12:20:39 +00:00
Jo-Philipp Wich
0d7666fd73
kernel: fix kmod-k10temp target dependencies
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45825
2015-05-29 12:03:00 +00:00
John Crispin
a5a935b49a
brcm2708: fix imagebuilder
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45824
2015-05-29 11:28:54 +00:00
John Crispin
12772b66fe
ipq806x: fix imagebuilder
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45823
2015-05-29 11:28:44 +00:00
John Crispin
1985e88b35
gemini: fix imagebuilder
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45822
2015-05-29 11:28:33 +00:00
John Crispin
9927a9a5f8
octeon: fix imagebuilder
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45821
2015-05-29 11:28:20 +00:00
John Crispin
adbec3f132
ramips: fix imagebuilder
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45820
2015-05-29 11:28:10 +00:00
Jo-Philipp Wich
80a933af98
au1000/au1550: fix profile package list
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45819
2015-05-29 11:04:04 +00:00
Jo-Philipp Wich
f449ba5c94
au1000/au1550: enable pcmcia support flag
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45818
2015-05-29 11:03:59 +00:00
Jo-Philipp Wich
f19757215b
au1000: fix kmod-pcmcia-au1000
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45817
2015-05-29 11:03:55 +00:00
Jonas Gorski
337c6f2d51
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
2015-05-29 10:20:50 +00:00
Jo-Philipp Wich
82aa281d61
mxs: fix imagebuilder
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45815
2015-05-29 08:42:50 +00:00
Jo-Philipp Wich
ae1f0d3eb4
x86/64: add e1000e to the default packages
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45814
2015-05-29 08:20:58 +00:00
Luka Perkov
0a4bcd5be6
base-files: remove ubi tool
...
ubi tool was removed from fstools in r41128.
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 45813
2015-05-29 08:14:38 +00:00
Rafał Miłecki
68dc59d438
mac80211: backport one missed brcmfmac NVRAM-related patch
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 45812
2015-05-28 20:57:23 +00:00
Rafał Miłecki
92ebd6fdbe
brcm47xx: image: fix typo in Asus WL-500gP v2 fw file name
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 45811
2015-05-28 19:53:59 +00:00
Jo-Philipp Wich
8df45565e9
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
2015-05-28 16:19:38 +00:00
Jo-Philipp Wich
7d44f7630f
au1000: use srecimage.pl instead of objcopy, fixes imagebuilder
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45809
2015-05-28 15:54:01 +00:00
Jo-Philipp Wich
045966d4e9
scripts: add srecimage.pl, a script to convert binaries to SREC format
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45808
2015-05-28 15:53:55 +00:00
Jo-Philipp Wich
cb7dc3b691
ar7: fix imagebuilder
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45807
2015-05-28 13:45:33 +00:00
Jo-Philipp Wich
ba9f34a389
at91: fix imagebuilder
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45806
2015-05-28 13:25:21 +00:00