summaryrefslogtreecommitdiffstats
path: root/target/linux/mcs814x/base-files
Commit message (Collapse)AuthorAgeFilesLines
* all: drop old uci-defaults.shJo-Philipp Wich2015-12-112-2/+2
| | | | | | | | | Replace former uci-defaults.sh implementation with the uci-defaults-new.sh one and update all users accordingly. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47867
* mcs814x: switch from uci-defaults to board.dJo-Philipp Wich2015-12-043-24/+17
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47761
* network: Unbind DHCPv6 from underlying interfacesSteven Barth2014-10-081-1/+1
| | | | | | | | | This allows IPv6 to set up without IPv4 being up thus IPv6-only or IPv6+DS-Lite working with the default config. Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 42848
* mcs814x: dlan-usb-extender: fix usbdev triggerFlorian Fainelli2013-09-021-1/+1
| | | | | | | | | | Every device I connect to the USB port is detected as 2-1, not 1-1. So adjust the default setting accordingly. Signed-off-by: Michael Heimpold <mhei@heimpold.de> Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37882
* Change default IPv6 config to enable DHCPv6-PDSteven Barth2013-04-221-1/+1
| | | | SVN-Revision: 36384
* Adapt default network configuration for IPv6Steven Barth2013-04-091-0/+8
| | | | SVN-Revision: 36278
* all targets: use numerically prefixed uci-defaults file names to better ↵Jo-Philipp Wich2013-01-181-0/+0
| | | | | | control order of execution SVN-Revision: 35217
* add missing netmask to the network configFlorian Fainelli2012-08-011-0/+1
| | | | SVN-Revision: 32941
* add a default and suitable network config fileFlorian Fainelli2012-08-011-0/+12
| | | | SVN-Revision: 32939
* fix USB led triggersFlorian Fainelli2012-06-201-4/+4
| | | | SVN-Revision: 32474
* use generic uci defaults functionsFlorian Fainelli2012-06-201-27/+8
| | | | SVN-Revision: 32473
* add Moschip MSC814x supportFlorian Fainelli2012-06-193-0/+96
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