I just started investigating my new router and wanted to install Entware and other stuff. However, I faced with a problem that /opt folder is not a sym link to /tmp/opt how it is supposed to be but it is just a read-only folder. As a result almost, all installation scripts fail since they want creating some sub-folders inside /opt.
for example this one http://bin.entware.net/armv7sf-k2.6/installer/generic.sh
rwxr-xr-x 2 admin root 7856 Sep 11 15:52 bin
drwxr-xr-x 5 admin root 0 Sep 17 22:56 dev
lrwxrwxrwx 1 admin root 7 Sep 11 15:51 etc -> tmp/etc
lrwxrwxrwx 1 admin root 8 Sep 11 15:51 home -> tmp/home
drwxr-xr-x 6 admin root 0 Sep 17 23:28 jffs
drwxr-xr-x 4 admin root 4032 Sep 11 15:52 lib
lrwxrwxrwx 1 admin root 9 Sep 11 15:51 media -> tmp/media
lrwxrwxrwx 1 admin root 7 Sep 11 15:51 mnt -> tmp/mnt
drwxr-xr-x 3 admin root 800 Sep 11 15:52 opt
dr-xr-xr-x 119 admin root 0 Jan 1 1970 proc
lrwxrwxrwx 1 admin root 13 Sep 11 15:51 root -> tmp/home/root
drwxrwxrwx 17 admin root 0 Sep 18 00:02 tmp
drwxr-xr-x 10 admin root 816 Sep 11 15:51 usr
drwxr-xr-x 18 admin root 0 Sep 17 23:28 var
drwxr-xr-x 14 admin root 22192 Sep 11 15:51 www
If I try to create a symbolic link manually (or create some sub-folders in /opt) I receive the error:
Read-only file system
Is there any way to do that on RT-AC86U stock firmware or I have to use Merlin's one?
for example this one http://bin.entware.net/armv7sf-k2.6/installer/generic.sh
rwxr-xr-x 2 admin root 7856 Sep 11 15:52 bin
drwxr-xr-x 5 admin root 0 Sep 17 22:56 dev
lrwxrwxrwx 1 admin root 7 Sep 11 15:51 etc -> tmp/etc
lrwxrwxrwx 1 admin root 8 Sep 11 15:51 home -> tmp/home
drwxr-xr-x 6 admin root 0 Sep 17 23:28 jffs
drwxr-xr-x 4 admin root 4032 Sep 11 15:52 lib
lrwxrwxrwx 1 admin root 9 Sep 11 15:51 media -> tmp/media
lrwxrwxrwx 1 admin root 7 Sep 11 15:51 mnt -> tmp/mnt
drwxr-xr-x 3 admin root 800 Sep 11 15:52 opt
dr-xr-xr-x 119 admin root 0 Jan 1 1970 proc
lrwxrwxrwx 1 admin root 13 Sep 11 15:51 root -> tmp/home/root
drwxrwxrwx 17 admin root 0 Sep 18 00:02 tmp
drwxr-xr-x 10 admin root 816 Sep 11 15:51 usr
drwxr-xr-x 18 admin root 0 Sep 17 23:28 var
drwxr-xr-x 14 admin root 22192 Sep 11 15:51 www
If I try to create a symbolic link manually (or create some sub-folders in /opt) I receive the error:
Read-only file system
Is there any way to do that on RT-AC86U stock firmware or I have to use Merlin's one?