- Sep 14, 2015
-
-
John Crispin authored
Thanks to Sylwester Petela for testing my patch (successfully on an ADSL connection) and for pointing out some configuration mistakes. Others (including me) have also successfully tested this extensively on VDSL connections. Signed-off-by:
Martin Blumenstingl <martin.blumenstingl@googlemail.com> SVN-Revision: 46920
-
John Crispin authored
get_image() eval a filename without quoting it, resulting in errors with filenames containing characters that need to be escaped. $ sysupgrade -T -f ./cfg\(12\).tar.gz img.bin; echo $? Image check 'platform_check_image' failed. Invalid config file. Please use only .tar.gz files 1 $ mv cfg\(12\).tar.gz cfg_12.tar.gz $ mv img\(1\).bin img.bin sysupgrade -T -f ./cfg_12.tar.gz img.bin; echo $? 0 Enclose the content of $from in double quotes. Signed-off-by:
Adrien Schildknecht <adrien+dev@schischi.me> SVN-Revision: 46919
-
John Crispin authored
This patch add support for Planex DB-WRT01. DANBOARD route on the MT7620A SoC with two Ethernet port and a 802.11n 2.4 GHz radio. DANBOARD is Cartoon character. Signed-off-by:
YuheiOKAWA <tochiro.srchack@gmail.com> SVN-Revision: 46918
-
John Crispin authored
Signed-off-by:
Florian Eckert <Eckert.Florian@googlemail.com> Signed-off-by:
Helge Mader <hmader@tdt.de> Tested-by:
Martin Blumenstingl <martin.blumenstingl@googlemail.com> Tested-by:
Andre Heider <a.heider@gmail.com> SVN-Revision: 46917
-
John Crispin authored
DWC2 driver has config symbol CONFIG_USB_DWC2_DEBUG_PERIODIC which should be defined for the module build. Signed-off-by:
Antti Seppälä <a.seppala@gmail.com> SVN-Revision: 46916
-
John Crispin authored
Add AR9 DTS definition to be recognized by the DWC2 driver. The same driver parameters can be mostly used except that some boards seem to erroneously report OTG HNP/SRP capability of the USB HCD. Forcing the HNP/SRP off allows these boards to work with the DWC2 as well. Signed-off-by:
Antti Seppälä <a.seppala@gmail.com> SVN-Revision: 46915
-
John Crispin authored
Since the AR9 USB is very similar to the VR9 USB it too can be used with the upstream DWC2 driver. Here are the DTS definitions which make it compatible with the DWC2 driver. Signed-off-by:
Antti Seppälä <a.seppala@gmail.com> SVN-Revision: 46914
-
John Crispin authored
Based on the ltq-hcd driver the AR9 USB can be initialized the same way as the VR9 platform. Use the same initialization bits for both platforms. Signed-off-by:
Antti Seppälä <a.seppala@gmail.com> SVN-Revision: 46913
-
Jo-Philipp Wich authored
Force opkg to store the downloaded repository indizes into the cache directory as well, this way the IB can be used in an offline setting once all required files have been cached. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 46912
-
Jo-Philipp Wich authored
Expose the "lists_dir" configuration file option as command line switch so that we can override it for the Image Builder environment. Also add a more standard PKG_MAINTAINER variable while touching the Makefile. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 46911
-
Jo-Philipp Wich authored
Link zlib statically on Linux systems. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 46909
-
Jo-Philipp Wich authored
- Add patch for optional static linking preference - Prefer static linking on Linux systems - Enable verbose compiler messages when building with V=c Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 46908
-
Jo-Philipp Wich authored
Force a static build of the xz utilities in order to avoid the dependency on a shared liblzma.so which might collide with the distro version. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 46907
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 46906
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 46904
-
Felix Fietkau authored
mac80211/hostapd: rework 802.11w driver support selection, do not hardcode drivers in hostapd makefile Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 46903
-
- Sep 13, 2015
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 46900
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 46899
-
Felix Fietkau authored
SVN-Revision: 46898
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 46897
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 46896
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 46895
-
Zoltan Herpai authored
This should fix a issue reported in ticket #20387. Signed-off-by:
Yousong Zhou <yszhou4tech@gmail.com> SVN-Revision: 46894
-
- Sep 12, 2015
-
-
Hauke Mehrtens authored
To make the lzma-loader build with binutils 2.25.1 it is needed to remove the .MIPS.abiflags section otherwise I get the following compile error: mips-openwrt-linux-musl-objcopy -O binary -R .reginfo -R .note -R .comment -R .mdebug -S loader loader.bin mips-openwrt-linux-musl-objcopy: Warning: Writing section `.text' to huge (ie negative) file offset 0xffffffff80a00000. mips-openwrt-linux-musl-objcopy:loader.bin[.text]: File truncated This should close #20487. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 46893
-
Hauke Mehrtens authored
This should fix #20492. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 46892
-
Felix Fietkau authored
Attempt to boost the 2.4 GHz signal, currently very low. Signed-off-by:
D. Andrei Măceș <dmaces@nd.edu> SVN-Revision: 46891
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 46890
-
- Sep 11, 2015
-
-
Rafał Miłecki authored
This moves arch patches affecting many DTS files. Thanks to this change we can put some ready-to-mainline patches at 300-319 and simplify backporting process. Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 46889
-
Hauke Mehrtens authored
Signed-off-by:
Varka Bhadram <varkabhadram@gmail.com> SVN-Revision: 46888
-
Hauke Mehrtens authored
The driver only supports wl18xx-fw-4.bin and does not support the old firmware wl18xx-fw-3.bin and more. The wl18xx-conf.bin file was removed upstream it does not fit all devices any more, see this on how to generate one: http://processors.wiki.ti.com/index.php/Open_Source_Wireless_Connectivity_wlconf If someone has a config file for the common platforms with the wifi nic OpenWrt uses please send a patch. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 46887
-
Hauke Mehrtens authored
Signed-off-by:
Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 46886
-
Hauke Mehrtens authored
- sort firmware - add newer firmware for Intel chipsets - newer Intel MVM require firmware only compile tested Signed-off-by:
Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 46885
-
Hauke Mehrtens authored
- reported in forums - Intel 7260 and 3160 need IWLMVM drivers/firmware Signed-off-by:
Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 46884
-
Hauke Mehrtens authored
Signed-off-by:
Dirk Neukirchen <dirkneukirchen@web.de> [update to 2014-09-03 and change to xz] Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 46883
-
Hauke Mehrtens authored
- should fix issue: https://forum.openwrt.org/viewtopic.php?id=57315 - enable support of more USB stick with rt28xx chipsets - experimental: USB-IDs not in vendor linux driver - experimental: "exact chipset is unknown" - experimental: "enabling these devices may or may not work" only compile tested Signed-off-by:
Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 46882
-
Hauke Mehrtens authored
This driver was added in kernel 4.1. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 46881
-
Rafał Miłecki authored
It's still far from complete support. Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 46880
-
Hauke Mehrtens authored
As requested here #20432 I've tried to fix the missing symbols from the specified default kernel config files. I ran into this problem trying to build an image for x86_64 target with a custom kernel configuration. Signed-off-by:
Manganini Mirko <mmanganini@gmail.com> SVN-Revision: 46879
-
Hauke Mehrtens authored
This makes bcm53xx use kernel 4.1 by default now. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 46878
-
Hauke Mehrtens authored
This makes bcm53xx use kernel 4.1 by default now. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 46877
-