Entware-3x is new version of Entware optimized for 3.x and 4.x linux kernels. It is based on Entware-ng but can be used only on firmwares with 3.x and 4.x linux kernels. Entware-3x has more packages compared to Entware-ng because some packages cannot be compiled for old kernels, some Entware-3x packages have higher versions for the same reason. Entware-3x is used on many Metiatek routers, NASes, rooted android devices, DD-WRT devices starting from July 2016.
Entware-3x is built for mips, mipsel, armv5, armv7, aarch64, x64 platforms.
I have made a special installer for asuswrt (armv7 & aarch64) – it does not install busybox and adds /opt/bin & /opt/sbin to the end of PATH variable.
Here you can find more info https://github.com/Entware-ng/Entware-ng/issues/772#issuecomment-331609759
Asus GT-AC5300 and RT-AC86U have aarch64 architecture, and can run both armv7 (32 bit) and aarch64 (64 bit) binaries.
Entware-3x can be easily installed on asuswrt-merlin with 4.1 kernel
1) Copy /usr/sbin/entware-setup.sh script to /tmp folder
2) Edit entware-setup.sh script
- If you want to install 32 bit arm repo change
To
- If you want to try 64 arm repo change the same lines to
(The only difference is 7 is replaced with 8)
Run /tmp/entware-setup.sh script to install entware-3x
More info on Entware-3x (Russian) is here http://forums.zyxmon.org/viewtopic.php?f=5&t=5399
PS A couple of packages may need some adjustment, because busybox is not installed for asuswrt.
Entware-3x is built for mips, mipsel, armv5, armv7, aarch64, x64 platforms.
I have made a special installer for asuswrt (armv7 & aarch64) – it does not install busybox and adds /opt/bin & /opt/sbin to the end of PATH variable.
Here you can find more info https://github.com/Entware-ng/Entware-ng/issues/772#issuecomment-331609759
Asus GT-AC5300 and RT-AC86U have aarch64 architecture, and can run both armv7 (32 bit) and aarch64 (64 bit) binaries.
Entware-3x can be easily installed on asuswrt-merlin with 4.1 kernel
1) Copy /usr/sbin/entware-setup.sh script to /tmp folder
2) Edit entware-setup.sh script
- If you want to install 32 bit arm repo change
Code:
aarch64)
PART_TYPES='ext2|ext3|ext4'
INST_URL='http://pkg.entware.net/binaries/armv7/installer/entware_install.sh'
To
Code:
aarch64)
PART_TYPES='ext2|ext3|ext4'
INST_URL=' http://entware-3x.zyxmon.org/binaries/armv7/installer/install_asuswrt.sh'
- If you want to try 64 arm repo change the same lines to
Code:
aarch64)
PART_TYPES='ext2|ext3|ext4'
INST_URL=' http://entware-3x.zyxmon.org/binaries/armv8/installer/install_asuswrt.sh'
Run /tmp/entware-setup.sh script to install entware-3x
More info on Entware-3x (Russian) is here http://forums.zyxmon.org/viewtopic.php?f=5&t=5399
PS A couple of packages may need some adjustment, because busybox is not installed for asuswrt.
Last edited: