summaryrefslogtreecommitdiffstats
path: root/target/linux/mcs814x/config-default
Commit message (Collapse)AuthorAgeFilesLines
* mcs814x: rename config-default to config-3.3Florian Fainelli2015-01-101-186/+0
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 43923
* kernel: do not deactivate CONFIG_BLK_DEVHauke Mehrtens2014-09-131-1/+0
| | | | | | | | | | CONFIG_BLK_DEV does not activate any functionality, but many code, but makes it possible to activate other options. Deactivating this breaks the build of kmod-zram. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 42528
* mcs814x: enable POSIX file lockingFlorian Fainelli2013-08-091-1/+0
| | | | | | | | | | | | | | | | | opkg (and possible other tools) are currently broken as it requires file locking support enabled in the kernel. Without this results in a message like: root@OpenWrt:/etc/config# opkg update Collected errors: * opkg_conf_load: Could not lock /var/lock/opkg.lock: Permission denied. With this patch opkg is fully functional on this platform. Signed-off-by: Michael Heimpold <mhei@heimpold.de> Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37745
* mcs814x: remove PCI codeFlorian Fainelli2013-03-171-2/+0
| | | | | | | | | None of the boards we support are using it nor have it wired out of the SoC, just remove it. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36061
* target: enable XZ BCJ decompressor code after r35097Florian Fainelli2013-01-141-0/+2
| | | | | | | | | Required to actually be able to mount squashfs xz compressed filesystems. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35156
* enable multicast and advanced ip routers configsFlorian Fainelli2012-09-251-2/+0
| | | | SVN-Revision: 33555
* generic: move GENERIC_PWM symbol into the generic configGabor Juhos2012-09-131-1/+0
| | | | SVN-Revision: 33383
* disable PCI supportFlorian Fainelli2012-08-111-31/+3
| | | | | | None of the boards we support have PCI connectors SVN-Revision: 33130
* strip a bit more the kernel configFlorian Fainelli2012-08-111-24/+1
| | | | SVN-Revision: 33129
* resync defconfig enable XZ compressionFlorian Fainelli2012-08-011-7/+1
| | | | SVN-Revision: 32930
* add Moschip MSC814x supportFlorian Fainelli2012-06-191-0/+248
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