|
|
本帖最后由 角色 于 2025-11-17 14:29 编辑
OpenWrt 24 version: kiddin9, ImmortalWrt, Manual (all successed)
####################################################
OpenWrt 24 version:kiddin9 method
大陆安装
OPKG Configuration
Below is a listing of the various configuration files used by opkg. Use opkg.conf for global settings and customfeeds.conf for custom repository entries. The configuration in the other files may be changed but is usually not preserved by sysupgrade.
/etc/opkg.conf
- dest root /
- dest ram /tmp
- lists_dir ext /var/opkg-lists
- option overlay_root /overlay
复制代码
/etc/opkg/customfeeds.conf- # add your custom package feeds here
- #
- # src/gz example_feed_name http://www.example.com/path/to/files
复制代码
/etc/opkg/distfeeds.conf- src/gz core https://fw.gl-inet.cn/releases/v24.x/24.10.4/mediatek/filogic
- src/gz base https://mirrors.tuna.tsinghua.edu.cn/openwrt/releases/24.10.4/packages/aarch64_cortex-a53/base
- src/gz luci https://mirrors.tuna.tsinghua.edu.cn/openwrt/releases/24.10.4/packages/aarch64_cortex-a53/luci
- src/gz packages https://mirrors.tuna.tsinghua.edu.cn/openwrt/releases/24.10.4/packages/aarch64_cortex-a53/packages
- src/gz routing https://mirrors.tuna.tsinghua.edu.cn/openwrt/releases/24.10.4/packages/aarch64_cortex-a53/routing
- src/gz telephony https://mirrors.tuna.tsinghua.edu.cn/openwrt/releases/24.10.4/packages/aarch64_cortex-a53/telephony
复制代码
加第三方特殊插件 kiddin9 method,/etc/opkg/customfeeds.conf- src/gz openwrt_kiddin9 dl.openwrt.ai/latest/packages/aarch64_cortex-a53/kiddin9
复制代码
Test OpenWrt 24 version:kiddin9- opkg update
- opkg install luci-app-xxxxxx
复制代码
OpenWrt 24 version:ImmortalWrt method
加第三方特殊插件 ImmortalWrt method, /etc/opkg/distfeeds.conf (replaced by ImmortalWrt, kept fw.gl-inet.cn )- src/gz base https://mirrors.vsean.net/openwrt/releases/24.10.4/packages/aarch64_cortex-a53/base
- src/gz luci https://mirrors.vsean.net/openwrt/releases/24.10.4/packages/aarch64_cortex-a53/luci
- src/gz packages https://mirrors.vsean.net/openwrt/releases/24.10.4/packages/aarch64_cortex-a53/packages
- src/gz routing https://mirrors.vsean.net/openwrt/releases/24.10.4/packages/aarch64_cortex-a53/routing
- src/gz telephony https://mirrors.vsean.net/openwrt/releases/24.10.4/packages/aarch64_cortex-a53/telephony
复制代码
Test OpenWrt 24 version:ImmortalWrt
- opkg update
- opkg install luci-app-xxxxxxx
复制代码
OpenWrt 24 version:Manual method
手动方式一定找到 ipk 的源,就用 WinSCP 拷到 OpenWrt shell
- opkg install file1.ipk
- opkg install file2.ipk
复制代码
|
|