- May 23, 2015
-
-
John Crispin authored
Signed-off-by:
Roman Yeryomin <roman@advem.lv> SVN-Revision: 45723
-
John Crispin authored
This patch adds support for Comfast CF-WR800N, a wall-plug wireless router based on the MT7620N SoC with one Ethernet port and a 802.11n 2.4 GHz radio. Signed-off-by:
Roger Pueyo Centelles <roger.pueyo@guifi.net> SVN-Revision: 45722
-
- Apr 19, 2015
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45507
-
- Apr 09, 2015
-
-
John Crispin authored
MicroWRT is an wireless router with 2 USB,1 ethernet port. It has a 16M flash and 64M DDR2 RAM. You can use most interface, such as i2c, SPI, i2s and PCIe. Besides that there are three expansion borad to combine with the core board. The detailed information, please refer to https://www.microduino.cc/wiki/index.php?title=Main_Page This patch adds support for it. Because there is only one port,so disabled VLAN and use eth0 as lan port. and only a power LED control by power pin. Signed-off-by:
盛凯 <shengkai81@gmail.com> SVN-Revision: 45331
-
- Apr 01, 2015
-
-
John Crispin authored
ZTE Q7 is a wireless router with SD Card,USB,1 ethernet port and a battery.It used MT7620a SoC. I can,t find any information about this router on ZTE's website. But I found this : http://en.cctairmobi.com/plus/list.php?tid=40 This router is the same as ZTE Q7 and later I found that both routers are made by the same company:-D This patch adds support for it. Because there is only one port,I disabled VLAN and use eth0 as lan port. I could only create a sysupgrade firmware because I don't know how the orignal webpage check the uploaded image:-( Signed-off-by:
郭传鈜 <gch981213@gmail.com> SVN-Revision: 45208
-
- Mar 26, 2015
-
-
John Crispin authored
fixes #19213 Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 45022
-
John Crispin authored
Signed-off-by:
Jay Weng <fl.service@t-firefly.com> SVN-Revision: 45019
-
- Mar 19, 2015
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44898
-
- Mar 17, 2015
-
-
John Crispin authored
Signed-off-by:
zouxf <fl.service@t-firefly.com> SVN-Revision: 44868
-
- Mar 13, 2015
-
-
John Crispin authored
Signed-off-by:
michael lee <igvtee@gmail.com> SVN-Revision: 44739
-
- Mar 12, 2015
-
-
John Crispin authored
Signed-off-by:
wengbj <fl.service@t-firefly.com> SVN-Revision: 44691
-
- Mar 11, 2015
-
-
John Crispin authored
Signed-off-by:
wengbj <fl.service@t-firefly.com> SVN-Revision: 44660
-
- Feb 19, 2015
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 44494
-
- 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
-
- Feb 09, 2015
-
-
John Crispin authored
MLW221 dts use tabs NOT spaces. MLWG2 dts typo and 1 tab not spaces 01_leds and diag.sh cleanup Signed-off-by:
L. D. Pinney <ldpinney@gmail.com> SVN-Revision: 44356
-
John Crispin authored
This patch sets the correct location of the mt76 radio in the pcie bridge (pcie-bridge instead of pcie0). Additionaly, it disables the 2.4 GHz band. Signed-off-by:
Roger Pueyo Centelles <roger.pueyo@guifi.net> SVN-Revision: 44355
-
John Crispin authored
Both Y1 and Y1S have MT7612E wireless chip so I submitted this patch. Tested on Lenovo Y1. Signed-off-by:
郭传鈜 <gch981213@gmail.com> SVN-Revision: 44354
-
John Crispin authored
keep default as 3.14, mt7621 gic need to be ported to 3.18 Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 44349
-
- Feb 02, 2015
-
-
John Crispin authored
Signed-off-by:
wengbj <fl.service@t-firefly.com> SVN-Revision: 44242
-
John Crispin authored
Signed-off-by:
wengbj <fl.service@t-firefly.com> SVN-Revision: 44241
-
John Crispin authored
Signed-off-by:
wengbj <fl.service@t-firefly.com> SVN-Revision: 44240
-
John Crispin authored
This patch adds support for Xiaomi MiWiFi Mini, a 802.11a/b/g/n/ac dual radio wireless router based on the MediaTek MT7620a SoC. Signed-off-by:
Roger Pueyo Centelles <roger.pueyo@guifi.net> SVN-Revision: 44238
-
- Jan 22, 2015
-
-
John Crispin authored
Add suport for Tenda 3G150B: - cpu: Ralink RT5350F - flash: 4MB - ram: 32MB - 1x USB 2.0 - 1x RJ45 - one reset button - battery powered (BP-4L, 3.7V 1450mAh) Signed-off-by:
Cezary Jackiewicz <cezary.jackiewicz@gmail.com> SVN-Revision: 44073
-
John Crispin authored
This patch is a follow up for my previous patch: "ramips: add support for Intenso Memory 2 Move USB 3.0". It fixes a couple of errors in the DTS (one of which broke the gpio-buttons). The kmod-leds-gpio dependency has been dropped as it is already part of the ramips target. Furthermore the ramdisk/uImage image is generated by default for the rt3050 subtarget. This image is needed to flash OpenWrt for the first time onto the device via TFTP. Signed-off-by:
Christian Lamparter <chunkeey@googlemail.com> SVN-Revision: 44072
-
- Jan 20, 2015
-
-
John Crispin authored
this is a mt7621 based board Signed-off-by:
wengbj <linux.c@foxmail.com> SVN-Revision: 44055
-
- Jan 18, 2015
-
-
Felix Fietkau authored
Signed-off-by:
michael lee <igvtee@gmail.com> SVN-Revision: 44042
-
- Jan 17, 2015
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44016
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44010
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44009
-
John Crispin authored
This adds support for a rt5350-based "portable nas" solution from Intenso. The board comes with 32M RAM and 8M Flash, the built-in HDD is connected/accessible via a usb3.0<->sata bridge VLI VL701. The device has 1 Ethernet port (100M/10M), 1 micro b usb 3.0 socket (for charging the battery, or accessing the hdd directly). Wireless connectivity is provided by the rt5350 SoC [i.e.: 802.11n 1x1 2.4 GHz with a pcb antenna.] Serial, leds, wifi, ethernet and usb are tested and as far as I can tell: they are working fine (tm). Signed-off-by:
Christian Lamparter <chunkeey@googlemail.com> SVN-Revision: 44001
-
John Crispin authored
This patch adds support for the Kingston Mobilelite Wireless G2 (MLWG2) http://wiki.openwrt.org/toh/kingston/mlwg2 https://github.com/gmacario/kingston-mlwg2-hack/wiki/Testing-OpenWrt-on-MLWG2 Tested-by:
Gianpaolo Macario <gmacario@gmail.com> Signed-off-by:
L. D. Pinney <ldpinney@gmail.com> SVN-Revision: 43990
-
John Crispin authored
i2c pins are wired to wps a reset button Signed-off-by:
Pavel Löbl <lobl.pavel@gmail.com> SVN-Revision: 43985
-
- Jan 09, 2015
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43898
-
- Jan 08, 2015
-
-
John Crispin authored
- Fix LED definitions. - Add mode-switch slider definition (at GPIO 14). - Remove unneeded VLAN now that the ethernet driver is fixed and TCP packets get passed correctly now. (This router only has one port.) - Fix LAN port MAC address, which is defined in the factory partition as WLAN MAC address + 1. - Fix board name, as the company name is HooToo and not HOOTOO. - Remove unnecessary packages from the profile. (The end-user is supposed to use mechanisms such as the ImageBuilder in order to add his own set of packages to his own images... while the precompiled images should just contain the core set of packages needed to run the base functions of a wireless router.) Signed-off-by:
Vittorio Gambaletta <openwrt@vittgam.net> SVN-Revision: 43883
-
John Crispin authored
Update firmware location for 2.4GHz radio on the Edimax BR-6475nD. Signed-off-by:
Christopher Lais <chris+openwrt@zenthought.org> SVN-Revision: 43881
-
- Jan 03, 2015
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43819
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43818
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43817
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43815
-
- Jan 02, 2015
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43808
-