summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/rt305x/profiles/aztech.mk
Commit message (Collapse)AuthorAgeFilesLines
* ramips: fix various mistakes in subtargets *.mk profilesJohn Crispin2015-08-171-1/+0
| | | | | | | | | | | | | | | | This patch: * fixes wrong indentation * fixes wrong names and descriptions (ex. Dlink -> D-Link) * changes filenames to manufacturer names * moves oem/unknown manufacturers boards to misc.mk profiles * combines profiles for boards from the same manufacturers in one file (ex. Olimex) * fix profile files structure (keep the same convention as in other targets, ex. ar71xx) in various .mk profiles, in ramips target. Signed-off-by: Piotr Dymacz <pepe2k@gmail.com> SVN-Revision: 46631
* ralink: dwc_otg->dwc2John Crispin2014-09-081-1/+1
| | | | | | | | | | the old dwc_otg driver is starting to fall apart and fails on newer 3g modems and some storage devices. switch to the upstream dwc2 driver which is no longer in staging/. Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 42446
* ramips: cleanup some rt305x profilesJohn Crispin2014-06-191-3/+3
| | | | | | | | | | move both asus boards to asus.mk rename HW5503G profile to HW550-3G to match name in image/Makefile (fixes #16599) Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 41271
* ralink: switch back to dwc_otg ... dwc2 seems to not work well with 3G modemsJohn Crispin2013-07-271-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37563
* ralink: set remove dwc_otg from default packages and use dwc2 insteadJohn Crispin2013-07-221-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37499
* ramips: rt305x: add profile for the AZtech HW-5503G boardGabor Juhos2012-03-121-0/+19
Patch from #11085. SVN-Revision: 30907