谢谢 kiddin9珠玉在前openwrt固件与插件下载
- Lienol5.10内核固件地址
- Lean_5.15内核 固件地址
- immortalwrt-21.02固件
- immortalwrt-18.06固件
- nanopi-r2s__固件下载
- nanopi-r4s__固件下载
- SSR Plus
- passwall2
- bypass
- openclash
- 动态DDNS
- UPNP 自动端口转发
- 默认多个主题
- 默认管理 IP: 192.168.1.252, 用户名 root,密码 password
- 修改默认ip
sed -i 's/192.168.1.1/192.168.3.1/g' package/base-files/files/bin/config_generate- 删除原主题
rm -rf package/lean/luci-theme-argon- 添加新的主题
git clone https://github.com/kenzok8/luci-theme-ifit.git package/lean/luci-theme-ifit- 添加常用软件包
git clone https://github.com/kenzok8/openwrt-packages.git package/openwrt-packages- 删除默认密码
sed -i "/CYXluq4wUazHjmCDBCqXF/d" package/lean/default-settings/files/zzz-default-settings- 取消bootstrap为默认主题
sed -i '/set luci.main.mediaurlbase=\/luci-static\/bootstrap/d' feeds/luci/themes/luci-theme-bootstrap/root/etc/uci-defaults/30_luci-theme-bootstrap