- Aug 27, 2014
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42308
-
Nicolas Thill authored
SVN-Revision: 42307
-
- Aug 26, 2014
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 42305
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 42304
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42302
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42300
-
John Crispin authored
add pincode sanitization and handling for authproto/user/pass Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 42299
-
John Crispin authored
this adds support for a new mode MBIM that auto detects the bConfigurationValue. Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 42298
-
- Aug 25, 2014
-
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 42297
-
Luka Perkov authored
Signed-off-by:
Luka Perkov <luka@openwrt.org> SVN-Revision: 42296
-
Luka Perkov authored
Signed-off-by:
Tim Harvey <tharvey@gateworks.com> SVN-Revision: 42295
-
Luka Perkov authored
A previous backported patch that adds freq/voltage operating points for the IMX6DL processor can cause hang/crash (general instability) on IMX6DL processors in the industrial/automative speed grades as they don't support 1GHz operation. This adds another backported patch from mainline that uses IMX6 fuse settings to properly remove invalid operating points for the particular CPU grade used. Signed-off-by:
Tim Harvey <tharvey@gateworks.com> SVN-Revision: 42294
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 42293
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 42292
-
John Crispin authored
the ohci phy was not reset properly Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 42291
-
John Crispin authored
the ohci phy was not reset properly Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 42290
-
John Crispin authored
fix the default package selection Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 42289
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 42288
-
John Crispin authored
There are pretty many OpenWrt patches against mtd subsystem resulting in a bit of mess and growing maintenance cost. My idea is to use an extra "mtdsplit" directory with OpenWrt specific files (including Kconfig). This is the first step to achieve this. This patch adds a "mtdsplit" directory with Kconfig and replaces 4 patches with a single one. Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 42287
-
Jo-Philipp Wich authored
A quite frequent problem after sysupgrading from an older, SSL enabled build is that ustream-ssl is not installed so uhttpd fails to come up again due to https listening directives in the preserved configuration. Skip key/cert and ssl listen options when libustream-ssl.so is not present. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 42284
-
John Crispin authored
The idea is still to enable it by default at some point I've tested all ar71xx packages (except oldpackages) using CONFIG_ALL=y Failing packages have been marked with PKG_CHECK_FORMAT_SECURITY:=0 for now I can test more targets but i have no idea which are the most used Signed-off-by:
Etienne CHAMPETIER <champetier.etienne@gmail.com> SVN-Revision: 42282
-
John Crispin authored
Add dts property ralink,2ghz and ralink,5ghz e.g. disable 2ghz band: wmac@10180000 { status = "okay"; ralink,2ghz = <0>; } Signed-off-by:
Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 42281
-
John Crispin authored
Signed-off-by:
Forest Crossman <cyrozap@gmail.com> SVN-Revision: 42280
-
John Crispin authored
Signed-off-by:
Forest Crossman <cyrozap@gmail.com> SVN-Revision: 42279
-
John Crispin authored
somebody started to set a function returncode in the validation stuff and everybody copies it, e.g. myfunction() { fire_command return $? } a function automatically returns with the last returncode, so we can safely remove the command 'return $?'. reference: http://tldp.org/LDP/abs/html/exit-status.html "The last command executed in the function or script determines the exit status." Signed-off-by:
Bastian Bittorf <bittorf@bluebottle.com> SVN-Revision: 42278
-
John Crispin authored
This patch enables the second SPI as spidev and also fixes some typos. Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 42277
-
John Crispin authored
This is based on Jon Smirl's patch with the following changes: - Set CS polarity as low by default. - Add support for changing CS polarity. - Add support for changing LSB/MSB. - Add support for changing SPI mode. - Fix indentations. I tested it on a VoCore. Works fine connected to a second flash, but fails to detect MMC/SD cards due to SPI clock speed. Signed-off-by:
Jon Smirl <jonsmirl@gmail.com> Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 42276
-
Steven Barth authored
SVN-Revision: 42274
-
- Aug 24, 2014
-
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 42273
-
Hauke Mehrtens authored
This fixes lots of sparse and checkpatch errors and extends the documentation. This also fixes a problem in the nvram parser, it now detects the correct nvram on my Netgear R6250. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 42272
-
Steven Barth authored
SVN-Revision: 42270
-
- Aug 23, 2014
-
-
Florian Fainelli authored
Upstream commit c11eede powerpc: add missing explicit OF includes for ppc was included in 3.13 and onwards, hence making those patches obsolete. Signed-off-by:
Florian Fainelli <florian@openwrt.org> SVN-Revision: 42263
-
- Aug 22, 2014
-
-
John Crispin authored
tested on vodafone k5105 Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 42262
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 42261
-
- Aug 21, 2014
-
-
Hauke Mehrtens authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 42260
-
Hauke Mehrtens authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 42259
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42257
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42256
-
Jonas Gorski authored
Disable MIPS16 to prevent it negatively affecting performance. Observed was a increase of connection delay from ~6 to ~11 seconds and a reduction of scp speed from 1.1MB/s to 710kB/s on brcm63xx. Fixes #15209. Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 42250
-
Jonas Gorski authored
Add a further upstream commit to more closely match the keepalive to OpenSSH. Should now really fix #17523. Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 42249
-