summaryrefslogtreecommitdiffstats
path: root/target/linux/mcs814x/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* mcs814x: switch to 3.18 kernelFlorian Fainelli2015-04-041-1/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 45274
* mcs814x: switch to 3.14 kernelFlorian Fainelli2015-01-101-1/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 43927
* mcs814x: set low_mem feature flagFlorian Fainelli2015-01-101-1/+1
| | | | | | | | | Most of the devices we support have between 16MiB and 32MiB of RAM available. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 43924
* kernel: makefiles: make use of new var KERNEL_PATCHVERFelix Fietkau2014-10-241-1/+1
| | | | | | | | | | | replace all occurences of LINUX_VERSION with the cleaner approach. future kernel upgrades must mostly touch only one file. the only platform left is netlogic, because it uses a intermediate kernel 3.14.16 Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com> SVN-Revision: 43047
* targets: remove useless quotes around KERNELNAMEFelix Fietkau2014-10-051-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42780
* 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