summaryrefslogtreecommitdiff
path: root/linux
Commit message (Collapse)AuthorAgeFilesLines
* ramips: add profile for Dlink DIR-615 H1John Crispin2013-04-251-0/+20
| | | | | | | | | | | | | | | Hello, this adds the profile for Dlink DIR-615 H1 without the usb default packages since this router does not have a usb port and while all the needed definitions for building are already in target/linux/ramips/image/Makefile this also allows users to select the exact target in RT305x based boards menuconfig for this router and compile its firmware. Signed-off-by: Daniel Petre <dani@ip6.ro> Patchwork: http://patchwork.openwrt.org/patch/3529/ Acked-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36437
* Fix GigaDevice GD25Q32/GD25Q64 SPI Flash bad commitFlorian Fainelli2013-01-291-13/+0
| | | | | | | | | | | | | Fix GigaDevice GD25Q32/GD25Q64 SPI Flash bad commit. The patch was added to "linux/generic/patches-3.6" instead of "target/linux/generic/patches-3.6". I also fixed a missing patch space and refreshed generic patches. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35367
* Add support for GigaDevice GD25Q32/GD25Q64 SPI Flash in m25p80.cJohn Crispin2013-01-281-0/+13
Add support for GigaDevice GD25Q32 32 Mbit (4 MB) SPI Flash (see datasheet: http://www.gigadevice.com/UserFiles/GD25Q32_Rev0.2(1).pdf) used in Hame MPR-A1 and clones and for GigaDevice GD25Q64 64 Mbit (8 MB) SPI Flash used in Hame MPR-A2 devices (datasheet: http://www.gigadevice.com/UserFiles/GD25Q64.pdf). Signed-off-by: Michel Stempin <michel.stempin@wanadoo.fr> Patchwork: http://patchwork.openwrt.org/patch/3120/ SVN-Revision: 35361