aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mcs814x/files-3.18
Commit message (Collapse)AuthorAgeFilesLines
* mcs814x: Remove unmaintained targetHauke Mehrtens2019-05-0333-3484/+0
| | | | | | | | | | | | This target only supports kernel 3.18, which is not supported in OpenWrt any more for multiple releases. It also looks like there is no active maintainer for this target. Remove the code and all the packages which are only used by this target. To add this target to OpenWrt again port it to a recent and supported kernel version. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* treewide: dts: use C style includesMathias Kresin2016-11-123-3/+3
| | | | | | | No functional change but allows me to use one script to compile all device tree source files. Signed-off-by: Mathias Kresin <dev@kresin.me>
* mcs814x: use firmware partition splitter on dLAN USB ExtenderJohn Crispin2015-08-171-8/+0
| | | | | | | | | to avoid editing the dts every time the kernel size changes. uImage is now bigger than 1MB. Pad uImage to 64k erase block size. Signed-off-by: Günther Kelleter <guenther.kelleter@devolo.de> SVN-Revision: 46648
* mcs814x: fix interrupt handlingJohn Crispin2015-08-172-22/+27
| | | | | | | | | | Switch to generich chip irqs/irq domains. Interrupts were broken since kernel 3.14. dLAN USB extender is now booting again. Signed-off-by: Günther Kelleter <guenther.kelleter@devolo.de> SVN-Revision: 46647
* mcs814x: add support for 3.18Florian Fainelli2015-04-0433-0/+3487
Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 45273