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
10 years ago
John Crispin
b34988d5d0
lantiq: fix imagebuilder
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45851
10 years ago
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
10 years ago
Jo-Philipp Wich
aa304279c3
kernel: kmod-stmmac depends on kmod-libphy
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45849
10 years ago
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
10 years ago
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
10 years ago
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
10 years ago
Felix Fietkau
a6df9f0472
ramips: fix buttons on WHR-300HP2, WHR-1166D, WHR-600D
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45845
10 years ago
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
10 years ago
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
10 years ago
Felix Fietkau
8b42d93358
ramips: implement sysupgrade support for whr-300hp2
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 45842
10 years ago
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
10 years ago
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
10 years ago
Jo-Philipp Wich
dcd7479a99
sunxi: correct default package selection, fixes imagebuilder
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45839
10 years ago
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
10 years ago
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
10 years ago
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
10 years ago
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
10 years ago
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
10 years ago
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
10 years ago
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
10 years ago
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
10 years ago
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
10 years ago
John Crispin
99a42f204b
kernel: add stmmac as a new kernel package
...
Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
SVN-Revision: 45829
10 years ago
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
10 years ago
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
10 years ago
John Crispin
590be1fd87
ixp4xx: fix imagebuilder
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45826
10 years ago
Jo-Philipp Wich
0d7666fd73
kernel: fix kmod-k10temp target dependencies
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45825
10 years ago
John Crispin
a5a935b49a
brcm2708: fix imagebuilder
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45824
10 years ago
John Crispin
12772b66fe
ipq806x: fix imagebuilder
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45823
10 years ago
John Crispin
1985e88b35
gemini: fix imagebuilder
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45822
10 years ago
John Crispin
9927a9a5f8
octeon: fix imagebuilder
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45821
10 years ago
John Crispin
adbec3f132
ramips: fix imagebuilder
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45820
10 years ago
Jo-Philipp Wich
80a933af98
au1000/au1550: fix profile package list
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45819
10 years ago
Jo-Philipp Wich
f449ba5c94
au1000/au1550: enable pcmcia support flag
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45818
10 years ago
Jo-Philipp Wich
f19757215b
au1000: fix kmod-pcmcia-au1000
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45817
10 years ago
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
10 years ago
Jo-Philipp Wich
82aa281d61
mxs: fix imagebuilder
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45815
10 years ago
Jo-Philipp Wich
ae1f0d3eb4
x86/64: add e1000e to the default packages
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45814
10 years ago
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
10 years ago
Rafał Miłecki
68dc59d438
mac80211: backport one missed brcmfmac NVRAM-related patch
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 45812
10 years ago
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
10 years ago
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
10 years ago
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
10 years ago
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
10 years ago
Jo-Philipp Wich
cb7dc3b691
ar7: fix imagebuilder
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45807
10 years ago
Jo-Philipp Wich
ba9f34a389
at91: fix imagebuilder
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45806
10 years ago
Jo-Philipp Wich
d7f6b8e3be
xburst: fix imagebuilder
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45805
10 years ago
Jo-Philipp Wich
282894a407
malta: fix imagebuilder
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 45804
10 years ago
Jonas Gorski
ff6f66c192
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
10 years ago