Felix Fietkau
a30681dff0
build: unify mips target cflags
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38210
11 years ago
Gabor Juhos
0380904acb
kernel/3.10: refresh all target patches
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38182
11 years ago
Gabor Juhos
76a1617063
ramips: sync 3.10 configs
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38181
11 years ago
John Crispin
08abb8822b
ralink: make dcs930 uvc camera work
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38054
11 years ago
John Crispin
c0f6bf05f4
ralink: add support for dalink dcs930l ipcam
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38053
11 years ago
John Crispin
898c164b46
ralink: add back dwc_otg driver
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38052
11 years ago
John Crispin
5722b32acf
ralink: DIR-300 B7 and DIR-320/NRU B1 on Ralink RT5350
...
https://dev.openwrt.org/ticket/14129
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38040
11 years ago
John Crispin
8cd1c99707
ralink: add pinctrl driver
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38026
11 years ago
John Crispin
66bed0b019
ralink: change subtarget order
...
this will make image builder build rt305x targets per default
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38025
11 years ago
Gabor Juhos
a0d6cd4f49
kernel/3.10: add new Kconfig option for firmware partition split
...
Add a new kernel config option for generic firmware partition
split support and change the uImage split support to depend on
the new option. Aslo rename the MTD_UIMAGE_SPLIT_NAME option to
MTD_SPLIT_FIRMWARE_NAME to make it more generic.
The patch is in preparation for multiple firmware format
support.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38002
11 years ago
Gabor Juhos
554772a665
kernel: update 3.10 to 3.10.12
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38000
11 years ago
Gabor Juhos
d120ec18b2
kernel: update 3.10 to 3.10.10
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37890
11 years ago
Gabor Juhos
043edd8074
kernel: update 3.10 to 3.10.9
...
Also refresh 3.10 patches.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37832
11 years ago
Gabor Juhos
a76371970e
ramips: remove lantiq specific patches
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37830
11 years ago
Gabor Juhos
9330662208
ramips: use correct image size parameter for DIR-610 A1
...
Fixes the following error:
bash: line 0: [: ralink_default_fw_size_4M: integer expression expected
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37829
11 years ago
Gabor Juhos
0ebe286761
ramips: use correct parameters in the Seama template
...
Fixes DIR-645 image generation errors:
bash: line 0: [: wrgn39_dlob.hans_dir645: integer expression expected
...
bash: wrgn39_dlob.hans_dir645 - 64: syntax error: invalid arithmetic operator (error token is ".hans_dir645 - 64") make[4]: *** [install] Error 1
Signed-off-by: Michael Lee <igvtee@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37828
11 years ago
Gabor Juhos
3afc3824ca
ramips: update the RT3883 PCI patch
...
Fix the following warning:
arch/mips/pci/pci-rt3883.c: In function 'rt3883_pci_probe':
arch/mips/pci/pci-rt3883.c:458:4: warning: use of 'h' length modifier with 'a' type character [-Wformat]
Signed-off-by: Michael Lee <igvtee@gmail.com>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37827
11 years ago
John Crispin
dc7164d4ef
ramips: DIR-610-A1 Support
...
http://patchwork.openwrt.org/patch/3933/
Signed-off-by: Flavio Silveira <fggs@terra.com.br>
SVN-Revision: 37785
11 years ago
John Crispin
97a7daa72f
ramips: fix typo in network uci_defaults script
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37784
11 years ago
John Crispin
41f62983d3
ramips: dts file cleanup
...
cleanup some inconsistencies in the dts files
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37783
11 years ago
John Crispin
36e3424fa5
ramips: add support for dir810l and asus rp-n53
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37780
11 years ago
John Crispin
632a3e3a79
ramips: various updates to the mt7620 dtsi file
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37779
11 years ago
John Crispin
9e5b0cc19c
ramips: update v3.10 patches
...
Sync the patches with those sent upstream for v3.12.
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37778
11 years ago
Gabor Juhos
9257d556c2
ramips: re-implement PCI mux
...
Parallel flash access on RT3662/RT3883 based devices
is broken without that. It was fixed already some time
ago, but that change seems lost somewhere.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37708
11 years ago
Gabor Juhos
c80dd34924
ramips: allow to build Seama firmware images with arbitrary size
...
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37707
11 years ago
John Crispin
169e184521
ramips: add Poray IP2202 support
...
Signed-off-by: Felix Kaechele <heffer@fedoraproject.org>
SVN-Revision: 37640
11 years ago
John Crispin
ce4228b417
ramips: add Poray X8 support
...
Signed-off-by: Felix Kaechele <heffer@fedoraproject.org>
SVN-Revision: 37639
11 years ago
John Crispin
54968110f1
ramips: add Poray X5/X6 Support
...
Signed-off-by: Felix Kaechele <heffer@fedoraproject.org>
SVN-Revision: 37638
11 years ago
John Crispin
0dc3b44b0d
ramips: add Poray M4 4M/8M support
...
Signed-off-by: Felix Kaechele <heffer@fedoraproject.org>
SVN-Revision: 37637
11 years ago
John Crispin
23d3b705df
ramips: add Poray M3 support
...
Signed-off-by: Felix Kaechele <heffer@fedoraproject.org>
SVN-Revision: 37636
11 years ago
John Crispin
aaedf6c8c6
ramips: add basics for Poray devices
...
This commit adds the basic elements to support Poray brand routers.
It contains a tool to do the encryption/obfuscation that is used in
Poray routers.
Support for Poray devices was worked on by:
Felix Kaechele <heffer@fedoraproject.org>
Luis Soltero <lsoltero@globalmarinenet.com>
Michel Stempin <michel.stempin@wanadoo.fr>
Signed-off-by: Felix Kaechele <heffer@fedoraproject.org>
SVN-Revision: 37635
11 years ago
John Crispin
046b282429
ralink: add mt7620a_mt7610e profile
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37633
11 years ago
Felix Fietkau
28d03a9983
kernel: update remaning platforms accidentally left out of r37617
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37619
11 years ago
John Crispin
c2600d13d1
ramips: fix indenting of spi partitions inside dts files
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37609
11 years ago
Felix Fietkau
73c4d73d6d
build: unify target independent optimization options
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 37600
11 years ago
John Crispin
8dd30fa775
ramips: add MPR-A1 support
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37568
11 years ago
John Crispin
13b7ab81cf
ralink: gpio driver should not set gpio to input when irq is querired
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37567
11 years ago
John Crispin
eb089abd28
ramips: add back dwc_otg driver
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37566
11 years ago
John Crispin
718b47f0b4
ramips: MPR-A2 should use memory auto detection
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37565
11 years ago
John Crispin
115c6f85cf
ramips: enable usb phy support on rt5350
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37564
11 years ago
John Crispin
f4c4ca0b00
ralink: switch back to dwc_otg ... dwc2 seems to not work well with 3G modems
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37563
11 years ago
John Crispin
c4413b6e08
ramips: unbreak asiarf dts files
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37561
11 years ago
Gabor Juhos
e9688455f6
kernel: update 3.10 to 3.10.3
...
Also refresh 3.10 patches.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37546
11 years ago
John Crispin
04aaf7a03e
ramips: disable hg255d
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37532
11 years ago
John Crispin
7feebeb193
ramipe: disable HG255D support
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37531
11 years ago
John Crispin
9b2c7be0c4
ramips: important patch for HG255D
...
r37505 add support for Huawei HG255D, but it only tested under a community hacked u-boot ("lintel u-boot"), which has a different mtd layout compared to origin one. If you install it on a box with origin u-boot, the origin factory part will be destroyed, and your wifi interface will never up!!!
This patch shrink firmware part in mtd layout to exclude origin factory part, and I will prepare another patch to fix the eeprom extract issue for box with origin u-boot.
Signed-off-by: Leon Xu <ylxu72@gmail.com>
SVN-Revision: 37530
11 years ago
John Crispin
3ad136d9e3
ramips: Basic support for the AsiaRF RT5350 based AWM002 module and evaluation board.
...
Basic support for the AsiaRF RT5350 based AWM002 module and evaluation board.
http://www.asiarf.com/Smallest-Tiny-Ralink-802-11n-Wireless-AP-Router-Module-Board-AWM002-product-view-375.html
Signed-off-by Jon Smirl <jonsmirl@gmail.com>
SVN-Revision: 37521
11 years ago
John Crispin
3f3cac6136
ramips: fix HG255D VLAN initial detect issue
...
Signed-off-by: Leon Xu <ylxu72@gmail.com>
SVN-Revision: 37517
11 years ago
John Crispin
0cc1e2acb4
ramips: Add support for Huawei HG255D in trunk
...
HG255D is a kind of popular low-end home gateway in China, this patch bring the the trunk support for it. It is adapted from a local Chinese community (www.right.com.cn), so credit should given to them.
This patch is tested to work except trivial LED issues.
Signed-off-by: Leon Xu <ylxu72@gmail.com>
SVN-Revision: 37505
11 years ago
Gabor Juhos
ef944dcb85
kernel: update 3.10 to 3.10.2
...
Also refresh 3.10 patches.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 37502
11 years ago