summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/HG255D.dts
Commit message (Collapse)AuthorAgeFilesLines
* ralink: set the mac addr via the dts fileJohn Crispin2013-11-251-0/+4
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38902
* ramips: remove trailing whitespaces from .dts{,i} filesGabor Juhos2013-10-301-1/+1
| | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38601
* ralink: add pinctrl driverJohn Crispin2013-09-171-18/+6
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38026
* ramips: important patch for HG255DJohn Crispin2013-07-251-1/+7
| | | | | | | | | | 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
* ramips: Add support for Huawei HG255D in trunkJohn Crispin2013-07-221-0/+120
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