John Crispin
7437d84814
ralink: add seama image can be upgrade by sysupgrade
...
generate sysupgrade image by combine two images.
one is kernel image with seama header.
another is root fs image.
Signed-off-by: michael lee <igvtee@gmail.com>
SVN-Revision: 40922
2014-06-02 12:43:49 +00:00
John Crispin
f933a741a9
target/linux/*/base-files/lib/upgrade/platform.sh - wrong check for ARGC
...
ARGC is a 'C-ism', but not known/valid in shell-syntax - insert the correct
var $# (=number of args) here. under normal conditions this had no impact,
but we should at least correct it. the error was observable like this:
root@box:~ [ -e "/etc/functions.sh" ] && . /etc/functions.sh
root@box:~ [ -e "/lib/functions.sh" ] && . /lib/functions.sh
root@box:~ . /lib/upgrade/platform.sh
root@box:~ . /lib/upgrade/common.sh
root@box:~ platform_check_image /tmp/myfirmware.bin
ash: bad number
root@box:~ echo $?
0
Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>
SVN-Revision: 40915
2014-06-02 12:43:22 +00:00
John Crispin
712dec1027
ramips: add missing profile for DIR-615-D
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 40911
2014-06-02 12:43:07 +00:00
John Crispin
9b728bebfb
ramips: fix not set lan/wan mac address
...
The first switch case is default case. Then it will only
match default case. cause not update the lan/wan mac address.
And in the default switch case the param lan_mac is empty.
it will case error message 'arithmetic syntax error' when
call macaddr_add function.
Signed-off-by: michael lee <igvtee@gmail.com>
SVN-Revision: 40910
2014-06-02 12:43:04 +00:00
John Crispin
813a7c3827
ralink: Add support for samsung cy-swr1100 wireless router
...
It is base on rt3662 soc with dual band 802.11n
wireless router. Use rtl8367R switch chip.
This patch adds a profile for this board.
It use seama image header. so i also enable it
on kernel config.
Signed-off-by: michael lee <igvtee@gmail.com>
SVN-Revision: 40908
2014-06-02 12:42:52 +00:00
John Crispin
efd09832fe
ramips: Support for Teltonika RUT5XX
...
Hi Hartmut,
Thanks for your feedback, I have reformated the patch accordingly.
Added support for Teltonika RUT5XX hardware.
Signed-off-by: Steffen Weinreich <steve@weinreich.org>
SVN-Revision: 40907
2014-06-02 12:42:48 +00:00
John Crispin
583b908bc7
ralink: Enable Asus RT-N10+ in menuconfig targets
...
This patch adds "Asus RT-N10+" as a target option in menuconfig. The device has been supported for a while but is currently missing a profile (.mk).
Signed-off-by: Randolph Kuntz <8D961920@galaxymail.org>
SVN-Revision: 40903
2014-06-02 12:41:45 +00:00
John Crispin
4a7a0d2536
ralink: add dir-645 to the eeprom hotplug script
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 40561
2014-04-23 07:52:56 +00:00
John Crispin
720a0a1df1
ramips: register clock device for the WMAC on RT3883
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40557
2014-04-23 07:51:57 +00:00
John Crispin
cd5f3584e2
ramips: Add support for the 7Links PX-4885 wireless router.
...
The 7Links PX-4885 is a small battery-powered wireless router.
It is based on a RT5350F WiSoC and features one ethernet port and one
USB port. It is a Hame MPR-A1 clone, except it has different GPIOs,
a different battery and more RAM (32 MB).
This patch adds a profile for this board, the corresponding device tree
file and the adequate base-files changes (incl. sysupgrade).
Signed-off-by: Hugo Grostabussiat <bonstra@bonstra.fr.eu.org>
SVN-Revision: 40554
2014-04-22 08:08:51 +00:00
John Crispin
284ada8a3e
ramips: build factory-compatible image for AR725W
...
Signed-off-by: Claudio Leite <leitec@staticky.com>
SVN-Revision: 40552
2014-04-22 08:08:42 +00:00
John Crispin
cb91087991
ramips: add Airlink101 AR725W userland support
...
Signed-off-by: Claudio Leite <leitec@staticky.com>
SVN-Revision: 40550
2014-04-22 08:08:35 +00:00
John Crispin
2b2d274bfa
ramips: Add Airlink101 AR725W board support
...
Signed-off-by: Claudio Leite <leitec@staticky.com>
SVN-Revision: 40549
2014-04-22 08:08:31 +00:00
John Crispin
010dcd092f
ralink: add port_init for rt2880
...
Forgotten patch to fix ethernet for rt2880.
Based on previously submitted patch from Claudio.
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 40504
2014-04-13 18:01:08 +00:00
John Crispin
7ae1d573ae
Fix Asus rt-n15 board support
...
* gpio leds and buttons
* ethernet
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 40494
2014-04-12 21:22:04 +00:00
John Crispin
3d6ba83fe4
rt2880 DT fixes
...
* add pinctrl
* fix ethernet port
* make wifi available by default
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 40493
2014-04-12 21:22:00 +00:00
John Crispin
fa86c30538
Fix pinmux-rt2880
...
The last arg to FUNC() is count, not last pin.
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 40492
2014-04-12 21:21:56 +00:00
John Crispin
73160c1ad6
Add wmac clock for rt2880
...
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 40491
2014-04-12 21:21:53 +00:00
John Crispin
72803e0e27
Don't try to generate whr-g300n image if it's going to be more than 4M
...
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 40489
2014-04-12 21:21:44 +00:00
Gabor Juhos
d2812cb036
kernel: update 3.10 to 3.10.36
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40467
2014-04-12 11:59:07 +00:00
John Crispin
f1e31f8266
ralink: fix WHR-300HP2 mtd size
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 40419
2014-04-07 15:10:26 +00:00
Felix Fietkau
8f41856f1f
ramips: fix regression from r39949 ( #15382 )
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40391
2014-04-06 00:09:50 +00:00
John Crispin
5b6ceab69b
ralink: fix chuncked-io module
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 40342
2014-03-30 19:03:55 +00:00
Gabor Juhos
627baa28d3
kernel: update 3.10 to 3.10.34
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 40291
2014-03-27 09:28:33 +00:00
John Crispin
4835ea949f
ralink: add missing OF node
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39950
2014-03-18 19:22:13 +00:00
John Crispin
332b94fbd5
ralink: refresh patches
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39949
2014-03-18 19:21:56 +00:00
John Crispin
375e02ac3d
ralink: add missing clk_set_rate()
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39896
2014-03-12 19:33:01 +00:00
John Crispin
96fa58bafd
ralink: add support for wrtnode
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39786
2014-03-07 09:54:59 +00:00
Gabor Juhos
f677b1bc7e
kernel: update 3.10 to 3.10.32
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39707
2014-02-23 10:59:40 +00:00
John Crispin
b56bef28d7
ralink: add support for na930
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39611
2014-02-18 13:33:25 +00:00
John Crispin
55383946dc
ralink: add gpio_uartf mux group
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39610
2014-02-18 13:33:20 +00:00
John Crispin
363512b8c6
ralink: fix the gpio mode mapping
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39609
2014-02-18 13:33:16 +00:00
Gabor Juhos
a2543d72d8
kernel: update 3.10 to 3.10.28
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39399
2014-01-26 11:30:34 +00:00
John Crispin
ebaa3817a7
ralink: activate xhci config
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39330
2014-01-19 17:27:31 +00:00
John Crispin
a818a3cf8f
ralink: backport various fixes from linux-mti
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39329
2014-01-19 17:27:22 +00:00
John Crispin
a75b692557
ralink: add xhci driver
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39328
2014-01-19 17:27:13 +00:00
John Crispin
f3a243c3dd
ramips: Add profile for the Edimax BR-6475nD
...
Signed-off-by: Christopher Lais <chris+openwrt@zenthought.org>
SVN-Revision: 39299
2014-01-15 18:29:51 +00:00
John Crispin
beb29461ff
ramips: Add userspace support for the Edimax BR-6475nD
...
The rt2x00 wifi driver may still need updating to
function with this device.
Signed-off-by: Christopher Lais <chris+openwrt@zenthought.org>
SVN-Revision: 39298
2014-01-15 18:29:44 +00:00
John Crispin
62dd252b86
ramips: rt3883: Fix a typo in rt3883.dtsi
...
Signed-off-by: Christopher Lais <chris+openwrt@zenthought.org>
SVN-Revision: 39297
2014-01-15 18:29:03 +00:00
John Crispin
9821ce8ed6
ralink: don't build mkhilinkfw untilt he ssl header dependency is resolved
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39248
2014-01-12 17:26:24 +00:00
John Crispin
03ef20ce6f
ralink: fix eeprom loading
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39245
2014-01-12 14:03:15 +00:00
John Crispin
4282d796ea
ralink: fix WHR-600D and WHR-300HP image generation
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39241
2014-01-12 12:12:58 +00:00
John Crispin
a7f53759f5
ralink: fix WHR-600D pcie support
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39240
2014-01-12 12:12:53 +00:00
John Crispin
3a64ddd0a1
ralink: add HLK-RM04 support
...
https://github.com/JiapengLi/OpenWrt-HiLink-HLK-RM04
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39237
2014-01-12 12:07:40 +00:00
John Crispin
aa2be01076
ralink: switch to askconsole
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39236
2014-01-12 12:07:34 +00:00
John Crispin
665c51935e
ralink: fix uartf memory range size
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39235
2014-01-12 12:07:30 +00:00
John Crispin
6278a892d8
ralink: honour memory@0 node
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39234
2014-01-12 12:07:26 +00:00
John Crispin
0ac291d073
ralink: fix rt5350 ethernet
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39233
2014-01-12 12:07:20 +00:00
Gabor Juhos
0e2586a774
kernel: update 3.10 to 3.10.26
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39220
2014-01-11 16:06:37 +00:00
John Crispin
9715b61b3c
ralink: fix tso regression in the ethernet driver
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39168
2013-12-27 21:14:49 +00:00
John Crispin
9739a0b41b
ramips: add support for RT-N14U (mt7620n based) board
...
added dts file and userspace scripts modified to support Asus RT-N14U board
current support status:
usb works
ethernet works
buttons reset, wps
leds asus:blue:[usb|lan|wan|air|power]
i2c not tested
uart not tested
wifi not yet
Signed-off-by: Pavel Löbl <lobl.pavel@gmail.com>
SVN-Revision: 39163
2013-12-25 17:04:50 +00:00
John Crispin
93d8dc870e
ramips: add gpio pin 72 in mt7620 chips to dtsi files
...
describes register set to control last gpio pin on mt7620 platfrom
Signed-off-by: Pavel Löbl <lobl.pavel@gmail.com>
SVN-Revision: 39162
2013-12-25 17:04:34 +00:00
John Crispin
6218da5a41
ralink: fix dir810 networking
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39093
2013-12-16 10:16:33 +00:00
Hauke Mehrtens
952db22551
kernel: update kernel 3.10 to 3.10.24
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 39059
2013-12-15 19:16:30 +00:00
John Crispin
b4b0a55aab
ralink: add mt7621 support
...
there are still various missing pieces for full support.
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39040
2013-12-13 10:53:34 +00:00
John Crispin
0ef939c93b
ralink: add TSO
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39019
2013-12-09 17:29:29 +00:00
John Crispin
09a933ed73
ralink: fix typo in gpio irq handling
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39018
2013-12-09 17:29:24 +00:00
John Crispin
a65c9e5b20
ralink: add mt7620a gdma info to dtsi
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39017
2013-12-09 17:29:19 +00:00
John Crispin
d203784841
ralink: add asoc modules
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39016
2013-12-09 17:29:14 +00:00
John Crispin
be10895651
ralink: add partially working asoc driver. codec is not fully functional yet
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39015
2013-12-09 17:29:08 +00:00
John Crispin
231eca9375
ralink: add helper that identifies the mt7620 ECO
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39014
2013-12-09 17:29:03 +00:00
John Crispin
833943b410
ralink: add dma engine support
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39013
2013-12-09 17:28:43 +00:00
Gabor Juhos
f1ef0b92be
kernel: update 3.10 to 3.10.21
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38972
2013-12-01 09:59:53 +00:00
John Crispin
2370126b9b
ramips: Fix initial network configuration for few boards
...
Argus ATP52B: ethernet didn't work because of unconfigured switch
Sparklan WCR150GN: add switch config and make single port to be LAN
Dlink DIR-645: seems to be a redundant case
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 38960
2013-11-30 08:36:56 +00:00
John Crispin
f8fe6a090a
ramips: Fix dts typos
...
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 38959
2013-11-30 08:36:47 +00:00
John Crispin
bb2b428a5c
ralink: dts fixes
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38917
2013-11-26 09:51:57 +00:00
John Crispin
6295f38c8f
ralink: add mac address detection for Asus RT-G32 b1
...
http://patchwork.openwrt.org/patch/4463/
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38910
2013-11-25 14:09:08 +00:00
John Crispin
93e9a71538
base-files: allow users to delect debug level during boot
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38909
2013-11-25 08:34:55 +00:00
John Crispin
8ee2b91ddd
ralink: fix up the mt7530 driver to work properly with gmac2
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38905
2013-11-25 08:34:23 +00:00
John Crispin
d84238ad26
ralink: add LRO support
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38904
2013-11-25 08:34:12 +00:00
John Crispin
f732ed4500
ralink: add NETIF_F_HW_VLAN_CTAG_TX support for the mt7620X family
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38903
2013-11-25 08:34:01 +00:00
John Crispin
5b437e204f
ralink: set the mac addr via the dts file
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38902
2013-11-25 08:33:42 +00:00
John Crispin
d175740783
ralink: set wmr-300 mac properly
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38872
2013-11-19 21:13:24 +00:00
John Crispin
40109bb89b
ralink: add missing CONFIG_ symbol to mt7620n
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38867
2013-11-19 16:33:43 +00:00
John Crispin
82e6242798
ralink: add support for ralink mt7620 nand eval board
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38848
2013-11-18 09:35:41 +00:00
John Crispin
a17e5159ac
ralink: improve mt7620n detection
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38847
2013-11-18 09:35:32 +00:00
John Crispin
f307b35c8b
ralink: add mt7620 nand driver
...
This is a minor rework of the SDK driver. This driver needs a full rewrite.
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38846
2013-11-18 09:35:23 +00:00
John Crispin
9d4eb0ac91
ralink: make all none 3x5x boards default to a vlan1/2 setup
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38845
2013-11-18 09:35:14 +00:00
John Crispin
3d547b740a
ralink: make usb work on the mt7530 eval kit
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38844
2013-11-18 09:34:46 +00:00
John Crispin
269cbfa06a
ralink: add mt7620n dts files
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38829
2013-11-17 13:22:01 +00:00
John Crispin
5c2e867460
ramips: fix wmr300 network detection
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38828
2013-11-17 13:14:46 +00:00
John Crispin
dce9b292bf
ralink: add mt7620n support
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38823
2013-11-16 20:28:52 +00:00
Felix Fietkau
9aca892304
ramips: use dd bs=4096k instead of bs=4M to make it more portable
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38806
2013-11-14 19:16:04 +00:00
Felix Fietkau
682e134b02
ramips: select kmod-rt2800-soc by default (if available)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38784
2013-11-13 10:29:10 +00:00
John Crispin
191af20982
ramips: use gpio-button-hotplug in favour of the input variant
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38735
2013-11-11 13:40:20 +00:00
John Crispin
33111eff95
ramips: make the rfkill switch work on fonera20n
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38734
2013-11-11 13:40:17 +00:00
John Crispin
3de4bdc36f
ralink: revert 38348 as it breaks network on the hame-mpr
...
https://dev.openwrt.org/changeset/38348
https://dev.openwrt.org/ticket/14403#comment:1
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38669
2013-11-07 12:45:52 +00:00
John Crispin
4bb29e9df6
ralink: fix c&p error in gpio driver
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38668
2013-11-07 12:45:48 +00:00
Gabor Juhos
35656042f1
kernel: update 3.10 to 3.10.18
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38652
2013-11-05 08:25:45 +00:00
Gabor Juhos
379b509362
ramips: enable building of TEW-692GR images
...
The TEW-692GR images are missing since r36169. Uncomment
the board specific macro in image/Makefile, in order to
generate those again.
Only build tested. No idea if the the image works or not,
I have bricked my TEW-692GR a few months ago.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38603
2013-10-30 07:06:24 +00:00
Gabor Juhos
dfd4311355
ramips: fix number of GPIOs for RT3352
...
The RT3352 SoC only supports 46 GPIO lines.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38602
2013-10-30 07:06:23 +00:00
Gabor Juhos
9186fb342e
ramips: remove trailing whitespaces from .dts{,i} files
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38601
2013-10-30 07:06:22 +00:00
John Crispin
176b41d441
ralink: add package for mt7620 sdhci
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38553
2013-10-28 06:47:56 +00:00
John Crispin
36e029b3eb
ralink: dont include mt7620 sdhci support inside the kernel
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38552
2013-10-28 06:47:48 +00:00
John Crispin
7c7225a19d
ralink: add support for missing mt7620 mux values
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38551
2013-10-28 06:47:39 +00:00
John Crispin
43de7c1cfa
ralink: add support for 2 new mt7620 boards made by buffalo
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38550
2013-10-28 06:47:31 +00:00
John Crispin
849f74f930
ralink: pinctrl fix for non muxed pins
...
Pins with no mux option failed to be recognized as gpios.
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38540
2013-10-26 12:24:55 +00:00
Gabor Juhos
b6b06000eb
kernel: update 3.10 to 3.10.17
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38506
2013-10-23 12:51:05 +00:00
John Crispin
9a97c56535
ralink: fix default vlan mapping for MT7620a_MT7610e
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38418
2013-10-15 14:56:49 +00:00
Hauke Mehrtens
81e2f00367
kernel: update kernel to 3.10.15
...
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 38384
2013-10-13 19:28:29 +00:00