aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mcs814x/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* build: unify arm target cflagsFelix Fietkau2013-09-261-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38211
* build: unify target independent optimization optionsFelix Fietkau2013-07-291-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37600
* target: don't build jffs2 nor images by defaultJonas Gorski2013-06-051-1/+1
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36863
* disable PCI supportFlorian Fainelli2012-08-111-1/+1
| | | | | | None of the boards we support have PCI connectors SVN-Revision: 33130
* properly generate squashfs, jffs2 and initramfs images and kernelsFlorian Fainelli2012-07-311-1/+1
| | | | SVN-Revision: 32927
* set DEVICE_TYPE to other to avoid pulling unecessary packagesFlorian Fainelli2012-07-151-0/+2
| | | | SVN-Revision: 32731
* fix USB led triggersFlorian Fainelli2012-06-201-1/+1
| | | | SVN-Revision: 32474
* add Moschip MSC814x supportFlorian Fainelli2012-06-191-0/+29
This target currently only supports Moschip's MCS8140 SoC, but support for other chips in the same family (MCS8142, MCS8144) will be easy to add. Target support is entirely using Device Tree for probing peripherals. Drivers support include: - PCI - USB 1 & 2 - watchdog - random number generator - UART - timer - internal Ethernet PHY - Ethernet MAC core Support for the following boards is included using Device Tree - Devolo dLAN USB Extender - Tigal RBT-832 SVN-Revision: 32462