OpenWRT-固件
已有固件
| 名称 | 网址 | 后台 | 密码 | LAN | x86 | arm | WIFI友好 | 定制 | 备注 |
|---|---|---|---|---|---|---|---|---|---|
| L大 | github | 192.168.1.1 | password | eth0 | 👌 | ||||
| SuLingGG | openwrt.cc | 192.168.1.1 | password | eth0 | 👌 | 👌 | 👌 | ||
| iStoreOS | 下载 介绍 | 192.168.100.1 | password | eth1 | 👌 | 👌 | |||
| esir | Google Driver | 192.168.5.1 | 无 | eth0 | 👌 | ||||
| snail | anmpserver.com | 👌 | |||||||
| kiddin9 | supes.top | 10.0.0.1 | root | eth0 | 👌 | 👌 | 👌 | ||
| immortalwrt | github | ||||||||
配置
- 改名字
*- ./include/image.mk 下面
IMG_PREFIX
- ./include/image.mk 下面
- 改ip
- package/base-files/files/bin/config_generate
排错
Collected errors:
* check_data_file_clashes: Package luci-theme-argon-mod wants to install file /home/era/ws/lede/build_dir/target-x86_64_musl/root-x86/usr/lib/lua/luci/view/themes/argon/footer.htm But that file is already provided by package * luci-theme-argon
* check_data_file_clashes: Package luci-theme-argon-mod wants to install file /home/era/ws/lede/build_dir/target-x86_64_musl/root-x86/usr/lib/lua/luci/view/themes/argon/header.htm But that file is already provided by package * luci-theme-argon
* check_data_file_clashes: Package luci-theme-argon-mod wants to install file /home/era/ws/lede/build_dir/target-x86_64_musl/root-x86/www/luci-static/argon/favicon.ico But that file is already provided by package * luci-theme-argon
* check_data_file_clashes: Package luci-theme-argon-mod wants to install file /home/era/ws/lede/build_dir/target-x86_64_musl/root-x86/www/luci-static/argon/js/jquery.min.js But that file is already provided by package * luci-theme-argon
* check_data_file_clashes: Package luci-theme-argon-mod wants to install file /home/era/ws/lede/build_dir/target-x86_64_musl/root-x86/www/luci-static/argon/js/script.js But that file is already provided by package * luci-theme-argon
* opkg_install_cmd: Cannot install package luci-theme-argon-mod.
make[2]: *** [package/Makefile:70: package/install] Error 255
应该是 luci-theme-argon-mod 和 luci-theme-argon 冲突,取消选择 luci-theme-argon-mod
Comments ()