- Aug 27, 2014
-
-
Nicolas Thill authored
SVN-Revision: 42307
-
- Aug 26, 2014
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 42304
-
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
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 42288
-
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
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
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
-
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
-
Steven Barth authored
SVN-Revision: 42270
-
- 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
-
-
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
-
John Crispin authored
https://dev.openwrt.org/ticket/17593 Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 42233
-
- Aug 20, 2014
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 42230
-
Nicolas Thill authored
Signed-off-by:
Nicolas Thill <nico@openwrt.org> SVN-Revision: 42229
-
Steven Barth authored
SVN-Revision: 42227
-
Steven Barth authored
SVN-Revision: 42225
-
- Aug 19, 2014
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 42220
-
Steven Barth authored
SVN-Revision: 42217
-
Steven Barth authored
SVN-Revision: 42216
-
- Aug 18, 2014
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 42199
-
John Crispin authored
There does not seem to be a good reason to build both when building for x86_64. SVN-Revision: 42198
-
John Crispin authored
If there's an mpicc compile on the machine, the configure script will take it, causing a bit of headache. SVN-Revision: 42197
-
John Crispin authored
Currently, any package that uses host compile and depends on libgmp.so will fail. This is because gmp is not compile for host machine. So, staging_dir/host has only static lib for gmp $ ls staging_dir/host/lib/libgmp* -1 staging_dir/host/lib/libgmp.a staging_dir/host/lib/libgmp.la staging_dir/host/lib/libgmpxx.a staging_dir/host/lib/libgmpxx.la Addind host compile in gmp, the dependent package can use: PKG_BUILD_DEPENDS:=gmp/host That will compile gmp to staging_dir/host with *.so files Signed-off-by:
Luiz Angelo Daros de Luca <luizluca@gmail.com> SVN-Revision: 42196
-
John Crispin authored
Patch to BusyBox Makefile to fix linker errors when PAM support is enabled by CONFIG_BUSYBOX_CONFIG_PAM=y. Typical errors include: login.c:(.text.login_main+0x122): undefined reference to `pam_start' Signed-off-by:
Stephen Parry <sgparry@mainscreen.com> SVN-Revision: 42195
-
John Crispin authored
this allows targets to use the new uci-default helper which will generate a file called /etc/board.json. a tool called /bin/config_generate can then be used to generate the default uci settings. Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 42185
-
- Aug 13, 2014
-
-
Jonas Gorski authored
Don't send SSH_MSG_UNIMPLEMENTED for keepalive responses, which broke at least putty. Fixes #17522 / #17523. Signed-off-by:
Jonas Gorski <jogo@openwrt.org> SVN-Revision: 42162
-
Steven Barth authored
SVN-Revision: 42161
-
Steven Barth authored
SVN-Revision: 42160
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 42158
-
- Aug 12, 2014
-
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 42153
-
Jo-Philipp Wich authored
This is a bug revealed in r41830. First, the static variable `char nif[IFNAMSIZ]` of nl80211_phy2ifname() would be zeroed out if the argument is "wlan0" or the like. This will happen in the following call stack. nl80211_get_scanlist("radio0", buf, len); nl80211_phy2ifname("radio0") // return static var nif with content "wlan0" nl80211_get_scanlist(nif, buf, len); // tail call nl80211_get_mode(nif); nl80211_phy2ifname(nif); // zero out nif Later we try nl80211_ifadd("") which was supposed to create interface "tmp.", but that won't happen because nl80211_msg() will put an invalid ifidx 0 to the nlmsg. Then iwinfo_ifup() and iwinfo_ifdown() would fail and happily nl80211_get_scanlist() returned 0 and left *len undefined. Signed-off-by:
Yousong Zhou <yszhou4tech@gmail.com> SVN-Revision: 42151
-
- Aug 11, 2014
-
-
Luka Perkov authored
The GW16083 Ethernet Expansion Mezzanine adds the following to supported Gateworks baseboards: * 7-port Ethernet Switch * 4x RJ45 ports (ENET1-4) supporing 802.11af/at PoE (with optional PoE module) * 2x RJ45 ports or SFP module (ENET5-6) (auto-selected) This series adds support for a phy driver that adds support for ENET5/ENET6 PHY adding initialization for those PHY's and a polling mechanism that detects SFP insertion and configuration. Signed-off-by:
Tim Harvey <tharvey@gateworks.com> SVN-Revision: 42147
-
Hauke Mehrtens authored
This fixes a redefinition of net_get_random_once() warning. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 42141
-
Jo-Philipp Wich authored
When looking for the first ipaddr also consider the current prefix just like network_get_ipaddrs6 does. If ipv6-address was empty the function did not return the first ipaddr even if the list was non-empty. fixes commit 83e9122f88a002871d5cdf421cf6aa6052b7e006 Signed-off-by:
Henning Schild <henning@hennsch.de> SVN-Revision: 42139
-