Temat: TP-Link TL-MR3020 Attitude Adjustment
Zainstalowałem najnowszy obraz z Luci. Narazie nie ma od Cezarego więc zainstalowałem z http://downloads.openwrt.org/attitude_a … x/generic/
Ale mam problem z exroot-em.
Wykonałem według poradnika znajdującego się tu na forum
# opkg update
# opkg install block-mount
# uci add fstab mount
# uci set fstab.@mount[-1].target='/overlay'
# uci set fstab.@mount[-1].device=/dev/sda1
# uci set fstab.@mount[-1].fstype=ext4
# uci set fstab.@mount[-1].options=rw,noatime
# uci set fstab.@mount[-1].enabled=1
# uci commit fstab
# reboot
Ale niestety coś mi to nie działa.
Czy muszę jeszcze jakieś pakiety zainstalować?