amlogic-s9xxx-openwrt
amlogic-s9xxx-openwrt copied to clipboard
添加iStore提供的feed源就可以编译出istore首页的openwrt
项目地址:https://github.com/linkease/nas-packages-luci
效果:
1.复刻ophub openwrt仓库,在diy-part1.sh脚本里添加
echo >> feeds.conf.default
echo 'src-git istore https://github.com/linkease/istore;main' >> feeds.conf.default
echo >> feeds.conf.default
echo 'src-git nas https://github.com/linkease/nas-packages.git;master' >> feeds.conf.default
echo 'src-git nas_luci https://github.com/linkease/nas-packages-luci.git;main' >> feeds.conf.default
2.在config文件里 Applications 下增加
CONFIG_PACKAGE_luci-app-ddnsto=y
CONFIG_PACKAGE_luci-app-diskman=y
CONFIG_PACKAGE_luci-app-istorex=y
CONFIG_PACKAGE_luci-app-linkease=y
CONFIG_PACKAGE_luci-app-quickstart=y
CONFIG_PACKAGE_luci-app-unishare=y
CONFIG_PACKAGE_luci-nginxer=y