-
Notifications
You must be signed in to change notification settings - Fork 342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
适配 OpenWRT 操作系统 #51
Comments
用户比较少,我在用iStoreOS,直接在前端就换了 |
经过考察,如果想要适配 OpenWRT 系统可能需要解决一关键性问题:如何确认原始软件源内容? OpenWRT 衍生系统以及处理器架构分支种类繁多,我作为开发者来说没有足够多的 OpenWRT 使用经验,故而无法确认不同系统所使用软件源语句的一致性。 我 iStoreOS 系统里 src/gz openwrt_core https://mirrors.ustc.edu.cn/openwrt/releases/22.03.6/targets/x86/64/packages
src/gz openwrt_base https://mirrors.ustc.edu.cn/openwrt/releases/22.03.6/packages/x86_64/base
src/gz openwrt_luci https://mirrors.ustc.edu.cn/openwrt/releases/22.03.6/packages/x86_64/luci
src/gz openwrt_packages https://mirrors.ustc.edu.cn/openwrt/releases/22.03.6/packages/x86_64/packages
src/gz openwrt_routing https://mirrors.ustc.edu.cn/openwrt/releases/22.03.6/packages/x86_64/routing
src/gz openwrt_telephony https://mirrors.ustc.edu.cn/openwrt/releases/22.03.6/packages/x86_64/telephony 本项目脚本为了良好的兼容性支持系统在没有软件源的情况下进行生成操作以实现换源目的,实际上脚本的底层工作逻辑也是如此即删除原有源后重新生成。 如果只是想修改原有软件源那么可以通过一个简单命令实现,这里以替换为中科大的软件源为例: sed -i "s/$(grep -Eo 'https?://\S+' /etc/opkg/distfeeds.conf | head -n 1 | awk -F[/:] '{print $4}')/mirrors.ustc.edu.cn/g" /etc/opkg/distfeeds.conf |
core {DISTRIB_RELEASE}、{DISTRIB_TARGET}、{DISTRIB_ARCH}都在/etc/openwrt_release里 |
你说的不跟我上面发的 iStoreOS 的一样么... 我指的是除了 |
openwrt主要的只有这几个,应该是还有个video,但是这个基本上也不需要…………这是个单独的git-src源,已经一年多没更新了 istoreos的单独的源在 immwrt在国内只有六个大学mirrors,规则和openwrt是一样的,都在distfeeds.conf里 其它衍生版本的例如dd,应该是没mirrors的 |
按照以往经验,判定 OpenWRT 系统可以通过确认 所以你的意思是所有衍生系统都可以配置 |
看你说的衍生是指哪个含义吧。 如果是istoreos这种,"istoreos和openwrt"之间的关系,与"armbian和debian"之间的关系比较类似。各有各的源,但是armbian(debian版)必定有debian的源。 如果是immortalwrt的话,"immortalwrt和openwrt"之间的关系,与"ubuntu和debian"之间的关系比较类似。 immortalwrt,它的就是
我只能说,建议目前只支持openwrt、immwrt、istoreos这三个版本。 |
怎么用啊大佬,把这几个源放进iStoreOS的opkg源里面吗
|
这是immortalwrt的官方源,不要随意修改到istoreos里。目前istoreos并没有官方声明支持immortalwrt的。istoreos官方目前仅兼容openwrt |
请在下方描述您的功能请求或建议
openwrt不支持呢
The text was updated successfully, but these errors were encountered: