Do you remember your installation issues?
Now they are fighting you back. Your new USB stick is registered as /dev/sda1 in the system and not like your old with /dev/sda only
You need to setup a static IP on your client, login and change the entry in /etc/config/fstab
you can verify my assumption with the command:
edit:
another option, beside using vi is
If your new USB stick is really ok, that would work
//Moved to OpenWrt
Now they are fighting you back. Your new USB stick is registered as /dev/sda1 in the system and not like your old with /dev/sda only
You need to setup a static IP on your client, login and change the entry in /etc/config/fstab
you can verify my assumption with the command:
ls /dev/sd*If you see a sda1, I'm right.
edit:
another option, beside using vi is
uci set fstab.ext1.device=/dev/sda1 uci commit reboot
If your new USB stick is really ok, that would work
//Moved to OpenWrt