summaryrefslogtreecommitdiffstats
path: root/target/linux/oxnas/config-3.14
Commit message (Collapse)AuthorAgeFilesLines
* oxnas: also make use of the GPIO poweroff driverJohn Crispin2014-12-131-0/+4
| | | | | | | | Works great to power-off the kd20 ;) Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 43677
* oxnas: use libata ledtrig support for kd20 hdd ledsJohn Crispin2014-12-121-0/+1
| | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 43675
* oxnas: build S-ATA driver as a moduleJohn Crispin2014-12-121-2/+0
| | | | | | From: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 43665
* oxnas: use ARM BCJ filter for XZ decompressionJohn Crispin2014-12-111-1/+1
| | | | | | | | | | | | | | | | Restoring the config for kernel 3.14 didn't contain that change already made to config-3.18. It is needed to make squashfs in the kernel match the compression settings for ARCH=arm in the framework. If set to ARMTHUMB, boot fails due to squashfs being unreadable if the filesystem was generated for wth ARM BCJ filter. in include/image.mk: BCJ_FILTER:=-Xbcj $(LINUX_KARCH) Thus the ARM filter is used for all ARM targets. Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 43640
* oxnas: re-add support for kernel 3.14John Crispin2014-12-051-0/+349
This reverts commit c81ddddde5fd193802d511b42eb7b108aac17136 on https://gitorious.org/openwrt-oxnas/openwrt-oxnas.git which removed patches and config for 3.14. [arm_introduce-dma-fiq-irq-broadcast patch was renamed to match 3.18] Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 43520