28 - if [ "${DEVICE}" == "Amlogic-ne" ]; then 29 - # dont include ntfsprogs. 30 - for i in ${INSTALL}/usr/bin/*; do 31 - if [ "$(basename ${i})" != "ntfs-3g" ]; then 32 - rm ${i} 33 - fi 34 - done 35 - 36 - rm -rf ${INSTALL}/sbin 37 ...
Log in to the default IP: 192.168.1.1 →Login in to openwrt→system menu→Amlogic Service→Update OpenWrt Tip: Functions such as install/update are provided byluci-app-amlogicto provide visual operation support. Also supportscommand operations. ...