mbox series

[0/3] realtek: fix default network configuration

Message ID 20210412122725.29430-1-bjorn@mork.no
Headers show
Series realtek: fix default network configuration | expand

Message

Bjørn Mork April 12, 2021, 12:27 p.m. UTC
The default network configuration for the realtek target has already
given several users serious problems.  Being able to install OpenWrt
without having console access is important to many users. Not everyone
is prepared to solder a header.  Being able to locate the management
interface after the upgrade is obviously a requirement.  This should
be as easy as possible, and at most require static IP configuration
on the other end.

Requiring one specific LAN port is not helpful.

Requiring VLAN tagging for initial management is more than just
unhelfpul. It is likely to block many users from completin the
installation, considering their device "bricked" by OpenWrt.

IMHO, the default should be aligned with other OpenWrt targets and
stock firmware before the initial release of this target.  I therefore
request that this patchset is backported to 21.02.


Bjørn Mork (3):
  realtek: revert to "standard" management configuration
  realtek: sort the port list numerically
  realtek: use full range of assigned MAC addresses

 .../realtek/base-files/etc/board.d/02_network | 24 ++++++++-----------
 1 file changed, 10 insertions(+), 14 deletions(-)

Comments

Hauke Mehrtens Nov. 28, 2021, 11:20 p.m. UTC | #1
On 4/12/21 2:27 PM, Bjørn Mork wrote:
> The default network configuration for the realtek target has already
> given several users serious problems.  Being able to install OpenWrt
> without having console access is important to many users. Not everyone
> is prepared to solder a header.  Being able to locate the management
> interface after the upgrade is obviously a requirement.  This should
> be as easy as possible, and at most require static IP configuration
> on the other end.
> 
> Requiring one specific LAN port is not helpful.
> 
> Requiring VLAN tagging for initial management is more than just
> unhelfpul. It is likely to block many users from completin the
> installation, considering their device "bricked" by OpenWrt.
> 
> IMHO, the default should be aligned with other OpenWrt targets and
> stock firmware before the initial release of this target.  I therefore
> request that this patchset is backported to 21.02.
> 
> 
> Bjørn Mork (3):
>    realtek: revert to "standard" management configuration
>    realtek: sort the port list numerically
>    realtek: use full range of assigned MAC addresses
> 
>   .../realtek/base-files/etc/board.d/02_network | 24 ++++++++-----------
>   1 file changed, 10 insertions(+), 14 deletions(-)
> 

Hi,

I applied the first and the last patch, could you please resend the 
reworked patch "realtek: sort the port list numerically ".

Hauke