11 Commits

Author SHA1 Message Date
aa6b8883d1 Deco e4r GPL 2023-10-20 15:49:49 -03:00
1582516b68 network: Unbind DHCPv6 from underlying interfaces
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
2014-10-08 13:08:05 +00:00
23c71fc89b mcs814x: dlan-usb-extender: fix usbdev trigger
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
2013-09-02 18:25:01 +00:00
91b4a6ca75 Change default IPv6 config to enable DHCPv6-PD
SVN-Revision: 36384
2013-04-22 19:40:16 +00:00
e4c0345f82 Adapt default network configuration for IPv6
SVN-Revision: 36278
2013-04-09 08:03:08 +00:00
85037ee7ed all targets: use numerically prefixed uci-defaults file names to better control order of execution
SVN-Revision: 35217
2013-01-18 12:42:53 +00:00
67ebcc9fda [mcs814x] add missing netmask to the network config
SVN-Revision: 32941
2012-08-01 22:09:13 +00:00
c49d46dc9e [mcs814x] add a default and suitable network config file
SVN-Revision: 32939
2012-08-01 21:56:49 +00:00
d113f6c08d [mcs814x] fix USB led triggers
SVN-Revision: 32474
2012-06-20 21:58:00 +00:00
84522c1ce3 [mcs814x] use generic uci defaults functions
SVN-Revision: 32473
2012-06-20 21:57:56 +00:00
a10e3d0619 [mcs814x] add Moschip MSC814x support
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
2012-06-19 14:48:56 +00:00