John Crispin
f5d5cb0114
ramips: add a baurate hack
...
When talking to an atmel controller we need 9600 or 250000 baud.
as 250000 does not exist we use 2500000.
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 47204
9 years ago
John Crispin
51dd991d39
ramips: add LinkIt Smart7688 support
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 47203
9 years ago
Hauke Mehrtens
b792ea7ac0
polarssl: update to version 1.3.14
...
This fixes CVE-2015-5291 and some other smaller security issues.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 47201
9 years ago
Hauke Mehrtens
43d397d7d6
mbedtls: update to version 2.1.2
...
This fixes CVE-2015-5291 and some other smaller security issues.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 47200
9 years ago
Hauke Mehrtens
a90135949f
brcm47xx: remove support for kernel 3.18
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 47199
9 years ago
Hauke Mehrtens
99a468a9dd
bcm53xx: remove support for kernel 3.18
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 47198
9 years ago
Luka Perkov
75078acd93
cosmetic: remove trailing whitespaces
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 47197
9 years ago
Steven Barth
8e9196d1cb
6in4: add tunlink option support
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 47189
9 years ago
Felix Fietkau
ee480b694f
mt76: update to the latest version, fixes tx related crashes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47187
9 years ago
Felix Fietkau
86492a1eb8
firmware-utils/buffalo-enc: explicitly use signed char for checksum function
...
ARM defaults to unsigned char and that breaks the calculation, as it
relies on sign extension
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47186
9 years ago
Felix Fietkau
772e2c0a77
firmware-utils/buffalo-enc: add support for decrypting data with an offset
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47185
9 years ago
Luka Perkov
d57bba8560
iperf3: update URL
...
Update iperf3 to point to the correct project website. Prior URL was the
old iperf2 website.
Signed-off-by: Karl Palsson <karlp@remake.is>
SVN-Revision: 47184
9 years ago
Luka Perkov
c420373557
libnl: fix URL
...
Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
SVN-Revision: 47183
9 years ago
Hauke Mehrtens
b5842aed82
kernel: generic: add kernel 4.3
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 47182
9 years ago
Hauke Mehrtens
3d1a65adb4
tools: firmware-utils: fix compiler warnings
...
This just fixes a lot of compiler warnings.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 47181
9 years ago
John Crispin
f457ae99f2
lantiq: fix use of IRQF_DISABLED in lantiq kmods
...
The IRQF_DISABLED flag was removed in kernel 4.1 with commit
"genirq: Remove the deprecated 'IRQF_DISABLED' request_irq() flag entirely" [1].
Therefore the compilation of ltq-hcd and ltq-vmmc kmods fails.
[1] https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=d8bf368d0631d4bc2612d8bf2e4e8e74e620d0cc
Signed-off-by: Mathias Kresin <openwrt@kresin.me>
SVN-Revision: 47180
9 years ago
John Crispin
c9ef7a49c7
ar71xx: TP-LINK Archer C5 image name
...
There are more version on market, add version number to the name.
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
SVN-Revision: 47179
9 years ago
John Crispin
d6ac3faec3
ar71xx/image: migrate all images based on macro TPLINK
...
Includes images for
rnx-n360rt
tl-mr3220-v1
tl-mr3420-v1
tl-wa701n-v1
tl-wa730rev1
tl-wa7510n
tl-wa801nd-v1
tl-wa830re-v1
tl-wa901nd-v1
tl-wa901nd-v2
tl-wr740n-v1
tl-wr740n-v3
tl-wr743nd-v1
tl-wr841nd-v3
tl-wr841nd-v5
tl-wr841nd-v7
tl-wr842n-v1
tl-wr941nd-v2
tl-wr941nd-v3
tl-wr941nd-v4
tl-wr1043nd-v1
SVN-Revision: 47178
9 years ago
John Crispin
abe9f6b025
ar71xx/image: remove old build step TPLINK-LZMA
...
all boards has been migrated to the new build step
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
SVN-Revision: 47177
9 years ago
John Crispin
b2e3f71b7c
ar71xx/image: migrate last TPLINK-LZMA images to new build system
...
Migrate TLWR1043V2 TLWR2543
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
SVN-Revision: 47176
9 years ago
John Crispin
16517293ac
ar71xx/image: refactor tplink-chn-v2 devices
...
* use build step mktplinkfw with extra arguments
* remove now unused mktplinkfw-chn-v2
* use Device/tplink
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
SVN-Revision: 47175
9 years ago
John Crispin
5816fa9a98
ar71xx/image: add options argument to mktplinkfw step
...
Allow to pass extra arguments to mktplinkfw step. Some board requires
an extra argument to create a valid image.
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
SVN-Revision: 47174
9 years ago
John Crispin
6f59ea0e80
ar71xx/image: remove unused multiprofile definitons
...
These profiles covered by new image/Makefile descriptions. Only the old format uses
MultiProfile macro
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
SVN-Revision: 47173
9 years ago
John Crispin
2fc473cf3f
lantiq: bugfix wrong non pre-emptive crc errors output
...
This patch fixes a wrong non pre-emptive crc errors output of
dsl_control.sh status.
Signed-off-by: Luca Debernardi <luca.debernardi@gmail.com>
SVN-Revision: 47172
9 years ago
John Crispin
4412334bea
brcm2708: use mmd for overlays subdirectory
...
Fixes https://dev.openwrt.org/ticket/20704
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 47171
9 years ago
John Crispin
19a491b047
mtools: build and install mmd
...
useful for making MS-DOS subdirectories
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 47170
9 years ago
John Crispin
0be23c40f3
brcm2708: all sound overlays require i2c to work
...
Tested on RPi B+ with HiFiBerry Amp+
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 47169
9 years ago
Luka Perkov
9c7336e0f9
imx6: fix platform checking
...
Fix platform checking when configuring networks and when doing sysupgrade.
Signed-off-by: Pushpal Sidhu <psidhu@gateworks.com>
SVN-Revision: 47168
9 years ago
Luka Perkov
c2425ac649
uboot-envtools: Add Gateworks Ventana Support
...
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Pushpal Sidhu <psidhu@gateworks.com>
SVN-Revision: 47167
9 years ago
Michael Büsch
56ee706379
omap24xx: Append dtb to the zImage
...
We just hardcode the n810 dtb for now. It should be selectable via profiles.
SVN-Revision: 47166
9 years ago
Imre Kaloz
8bb23cfb66
mvebu: add support for the Linksys WRT1900ACS (Shelby)
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 47164
9 years ago
Jo-Philipp Wich
b345461070
uhttpd: fix keep-alive bug ( #20607 , #20661 )
...
The two commits
5162e3b0ee7bd1d0fd6e75e1ca7993a1834b5291
"allow request handlers to disable chunked reponses"
and
618493e378e2239f0d30902e47adfa134e649fdc
"file: disable chunked encoding for file responses"
broke the chunked transfer encoding handling for proc responses in keep-alive
connections that followed a file response with http status 204 or 304.
The effect of this bug is that cgi responses following a 204 or 304 one where
sent neither in chunked encoding nor with a content-length header, causing
browsers to stall until the keep alive timeout was reached.
Fix the logic flaw by inverting the chunk prevention flag in the client state
and by testing the chunked encoding preconditions every time instead of
once upon client (re-)initialization.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 47161
9 years ago
Steven Barth
468c1fb320
base-files: revert to default ECN settings
...
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 47160
9 years ago
John Crispin
02197db96f
lantiq: activate spi-xway on TDW89X0
...
use the hardware spi core in favour of spi-gpio.
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 47159
9 years ago
John Crispin
33f9165a63
lantiq: spi driver fix
...
adds a missing wait busy. based on the UGW patch 2060..
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 47158
9 years ago
Michael Büsch
325a69486e
dl_cleanup: Fix linux blacklist
...
SVN-Revision: 47157
9 years ago
Michael Büsch
9644e33c65
dl_cleanup: Port to Python 3
...
SVN-Revision: 47156
9 years ago
Michael Büsch
f0b83fd20f
omap24xx: Add missing kconfig options
...
SVN-Revision: 47155
9 years ago
Michael Büsch
d5e9530692
omap24xx: KERNEL_PATCHVER:=4.1
...
SVN-Revision: 47154
9 years ago
Michael Büsch
5112dbca9a
omap24xx: Remove 4.0
...
SVN-Revision: 47153
9 years ago
John Crispin
2210e821e1
lantiq: bugfix luci lantiq_dsl status
...
Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
Signed-off-by: Helge Mader <hmader@tdt.de>
Reported-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 47152
9 years ago
John Crispin
b0f7e6bc83
ramips: fix /target/linux/ramips/dts/HC5XXX.dtsi
...
dtb complained about those lines
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 47151
9 years ago
Felix Fietkau
8aa110f7a2
hostapd: wait longer for inactive client probe (empty data frame)
...
One second is not enough for some devices to ackowledge null data frame
which is sent at the end of ap_max_inactivity interval. In particular,
this causes severe Wi-Fi instability with Apple iPhone which may take
up to 3 seconds to respond.
Signed-off-by: Dmitry Ivanov <dima@ubnt.com>
SVN-Revision: 47149
9 years ago
Felix Fietkau
f98bf31a14
kernel: drop the now unused kmod-oprofile package
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47148
9 years ago
Felix Fietkau
6ce1936708
oprofile: drop kmod-oprofile dependency, it uses the perf API now
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47147
9 years ago
Felix Fietkau
2686dc6dd8
ramips: enable mt76 by default for the mt7620 subtarget (for devices with mt7620 + mt7612)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47146
9 years ago
Felix Fietkau
6be33f517a
mt76: update to the latest version, adds a few minor fixes
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47143
9 years ago
Felix Fietkau
42cad88e8f
mac80211: add a fix to initialize the tid field in the tx queue struct
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47142
9 years ago
Felix Fietkau
48374a3a9c
build: include homebrew include/library directory in cflags/ldflags on mac os x
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47139
9 years ago
Felix Fietkau
9e670fcf9d
build: use host cflags/ldflags for openssl prereq check
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47138
9 years ago