Hi,
das eigentliche Problem: der config mode "geht nicht". genauer es ist kein interface br-setup definiert. Ich komme gerade nur auf das Gerät, weil ich per lokaler shell (ja, bildschirm + Tastatur angeschlossen) "ifconfig lan up" gemacht habe und dann per ssh+linklocal rauf kam. so sieht das dann aus:
---------------------8<--------------------- root@LEDE:~# cat /etc/config/network
config interface 'loopback' option ifname 'lo' option proto 'static' option ipaddr '127.0.0.1' option netmask '255.0.0.0'
config globals 'globals' option ula_prefix 'fd0d:4f4d:7cbd::/48'
config interface 'lan' option type 'bridge' option ifname 'eth0' option proto 'static' option ipaddr '192.168.1.1' option netmask '255.255.255.0' option ip6assign '60' --------------------->8---------------------
mehr nicht.
scheinbar gibt es kein eth0 Interface. Grund könnte ein fehlender Treiber sein.
Ich gehe mal davon aus das es sich um einen futro a210. Dieser müsste folgende eth HW haben:
Realtek Semiconductor Co., Ltd. RTL-8169 Gigabit Ethernet
Ich hab zu der HW jetzt nur spontan folgendes gefunden(wenn es diese ist): https://bugs.lede-project.org/index.php?do=details&task_id=629
vg Tarek