- Feb 24, 2015
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44512
-
- Feb 23, 2015
-
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44511
-
Imre Kaloz authored
Signed-off-by:
Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 44510
-
Imre Kaloz authored
This sets 'enable_vlan' and thus uses 802.1q VLANs, but without tagging on either interface. Signed-off-by:
Claudio Leite <leitec@staticky.com> Signed-off-by:
Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 44509
-
Imre Kaloz authored
Toggles the LA bit on the WAN interface. Signed-off-by:
Claudio Leite <leitec@staticky.com> Signed-off-by:
Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 44508
-
- Feb 22, 2015
-
-
John Crispin authored
In a dual-WAN setup, it's useful to specify an interface over which to have PPTP. Signed-off-by:
Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> SVN-Revision: 44507
-
John Crispin authored
When passing struct termios to ioctl TCGETS and TCSETS should be used instead of TCGETA and TCSETA, which are meant for the older struct termio. Should fix https://dev.openwrt.org/ticket/19012 Signed-off-by:
Matti Laakso <malaakso@elisanet.fi> SVN-Revision: 44506
-
John Crispin authored
ipq806x target has been upgraded to 3.14. There is no need to maintain this file anymore. Signed-off-by:
Mathieu Olivari <mathieu@codeaurora.org> SVN-Revision: 44505
-
John Crispin authored
The watchdog driver already registers a restart notifier, we just have to enable it in the config and in the DT to fix the "reboot" command. This is done by integratin the following patch-set: https://lkml.org/lkml/2015/2/20/610 I'm copy-pasting the description below: qcom-wdt is currently assuming the presence of a dedicated node in DT to gets its configuration. However, on msm architecture, the watchdog is usually part of the timer block. So this patch-set is changing the driver and slightly enhancing the timer DT bindings to provide the relevant clocks and interrupts. Signed-off-by:
Mathieu Olivari <mathieu@codeaurora.org> SVN-Revision: 44504
-
John Crispin authored
Some bootloaders seem to trigger the watchdog during the boot process, therefore the lack of watchdog driver trigger a reboot a few seconds after boot. So we'll enable it here to avoid it. Signed-off-by:
Mathieu Olivari <mathieu@codeaurora.org> SVN-Revision: 44503
-
John Crispin authored
Updated patch that fixes whitespace and supports kernel v3.3 too. Signed-off-by:
Owen Kirby <osk@exegin.com> SVN-Revision: 44502
-
John Crispin authored
MPIC timers are enabled in the config, however a devicetree clock setting is missing causing the following error: /soc@ffe00000/timer@41100: cannot get timer frequency. /soc@ffe00000/timer@42100: cannot get timer frequency. This patch adds the missing clock and avoids the error. It's a functional copy of this code do_fixup_by_compat_u32(blob, "fsl,mpic", "clock-frequency", get_bus_freq(0), 1); in arch/powerpc/cpu/mpc85xx/fdt.c in the u-boot code. Signed-off-by:
Heiner Kallweit <hkallweit1@gmail.com> SVN-Revision: 44501
-
John Crispin authored
Defaulting to disabled, based on the value of the (old?) CONFIG_RALINK_USBPHY Signed-off-by:
Claudio Leite <leitec@staticky.com> SVN-Revision: 44500
-
John Crispin authored
For Nexx WT3020 board_name is wt3020, not nexx-wt3020 root@OpenWrt:~# . /lib/ramips.sh; echo $(ramips_board_name) wt3020 Signed-off-by:
Cezary Jackiewicz <cezary.jackiewicz@gmail.com> SVN-Revision: 44499
-
Nicolas Thill authored
Signed-off-by:
Nicolas Thill <nico@openwrt.org> SVN-Revision: 44498
-
- Feb 20, 2015
-
-
Rafał Miłecki authored
Size 0x160000 was added to support Buffalo WZR-600DHP2, however Netgear devices (R6250, R8000) require 0x180000. Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44497
-
- Feb 19, 2015
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 44496
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 44495
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 44494
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44493
-
John Crispin authored
Signed-off-by:
Owen Kirby <osk@exegin.com> SVN-Revision: 44492
-
John Crispin authored
Signed-off-by:
Owen Kirby <osk@exegin.com> SVN-Revision: 44491
-
John Crispin authored
Signed-off-by:
Owen Kirby <osk@exegin.com> SVN-Revision: 44490
-
- Feb 18, 2015
-
-
John Crispin authored
Signed-off-by:
Your Name <blogic@openwrt.org> SVN-Revision: 44489
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44488
-
John Crispin authored
Thanks to Bruno Randolf for testing and Manuel Lauss for providing a fix. Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 44487
-
- Feb 17, 2015
-
-
Jo-Philipp Wich authored
The firware md5sum check never worked due to missing dollar signs. Also suppress `md5sum: can't open '/lib/firmware/ath10k/QCA988X/hw2.0/firmware-3.bin'` error on any board not using ath10k. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44486
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 44485
-
John Crispin authored
https://dev.openwrt.org/ticket/19010 Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 44484
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 44482
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 44481
-
Steven Barth authored
Signed-off-by:
Steven Barth <steven@midlink.org> SVN-Revision: 44480
-
Steven Barth authored
with refreshed patches Signed-off-by:
Russell Senior <russell@personaltelco.net> SVN-Revision: 44479
-
- Feb 16, 2015
-
-
John Crispin authored
I got work with this patch. Ethernet switch (includes VLAN), WiFi connected via PCIe, LEDs, buttons. In mtd partion map of DTS file, I renamed Linux firmware regions (kernel + root squashfs) to “firmware”because it allows kernel to split kernel and roots and rootfsdata. signed-off-by:
<ngc@ff.iij4u.or.jp> —— —— SVN-Revision: 44470
-
John Crispin authored
To choose whether bulid or not RT288x PCIe bus driver, CONFIG_SOC_RT2880 is wrong. Here is its fix, and enables PCIe bus driver for some targets which have 2nd WiFi chipset via PCIe bus. signed-off-by:
<ngc@ff.iij4u.or.jp> ———— ———— SVN-Revision: 44469
-
John Crispin authored
- according to imx6 Makefile and u-Boot documentation is itb and probably should not be changed - this fixes build error if CONFIG_TARGET_ROOTFS_INCLUDE_FIT is set (missing .itb file) - use DTS_DIR (like in imx6 Makefile) only compile tested Signed-off-by:
Dirk Neukirchen <dirkneukirchen@web.de> Acked-by:
Daniel Golle <daniel@makrotopia.org> SVN-Revision: 44468
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44467
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44466
-
Rafał Miłecki authored
This patch adds SDIO support for the brcmfmac driver. For now only very few boards need it. Signed off by: José Vázquez Fernández <ppvazquezfer@gmail.com> Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44465
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44464
-