Temat: With External Root, no internet
Hello!
I maked external root to SD card on TP-Link 1043nd (with this fw http://openwrt.groov.pl/WR1043NDv1/back … tory.bin).
Used instruction: http://eko.one.pl/?p=openwrt-externalroot
Everything looks like ok, but when the external device connected, no internet available. When unplug, works ok.
The /etc/config/network file identical! The mounting looks like ok...
root@OpenWrt:~# mount
rootfs on / type rootfs (rw)
/dev/root on /rom type squashfs (ro,relatime)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
tmpfs on /dev type tmpfs (rw,relatime,size=512k)
devpts on /dev/pts type devpts (rw,relatime,mode=600)
/dev/sda1 on /overlay type ext3 (rw,sync,relatime,errors=continue,data=writeback)
mini_fo:/overlay on / type mini_fo (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
none on /proc/bus/usb type usbfs (rw,relatime)
root@OpenWrt:~# df -h
Filesystem Size Used Available Use% Mounted on
/dev/root 4.3M 4.3M 0 100% /rom
tmpfs 14.4M 204.0K 14.2M 1% /tmp
tmpfs 512.0K 0 512.0K 0% /dev
/dev/sda1 1.6G 34.6M 1.5G 2% /overlay
mini_fo:/overlay 4.3M 4.3M 0 100% /
my fstab file
config 'global' 'automount'
option 'from_fstab' '1'
option 'anon_mount' '1'
config 'global' 'autoswap'
option 'from_fstab' '1'
option 'anon_swap' '0'
config 'mount'
option 'target' '/home'
option 'uuid' '5549ad3f-f912-4a2f-8d5b-a733ebafc45d'
option 'fstype' 'ext3'
option 'options' 'rw,sync'
option 'enabled_fsck' '0'
option 'enabled' '1'
option 'is_rootfs' '1'
thx! sorry for my poor english