添加分支
This commit is contained in:
parent
6e09b6ea8e
commit
d71fb458d1
|
@ -18,8 +18,8 @@ coolsnowwolf/lede:master)
|
||||||
AddPackage svn other luci-app-smartdns kenzok8/openwrt-packages/trunk
|
AddPackage svn other luci-app-smartdns kenzok8/openwrt-packages/trunk
|
||||||
AddPackage git other luci-app-serverchan tty228 master
|
AddPackage git other luci-app-serverchan tty228 master
|
||||||
AddPackage svn other luci-app-socat Lienol/openwrt-package/trunk
|
AddPackage svn other luci-app-socat Lienol/openwrt-package/trunk
|
||||||
AddPackage git other luci-app-onliner Hyy2001X
|
AddPackage git other luci-app-onliner Hyy2001X master
|
||||||
AddPackage git other luci-app-adguardhome Hyy2001X
|
AddPackage git other luci-app-adguardhome Hyy2001X master
|
||||||
AddPackage svn other luci-app-eqos kenzok8/openwrt-packages/trunk
|
AddPackage svn other luci-app-eqos kenzok8/openwrt-packages/trunk
|
||||||
AddPackage git other OpenClash vernesong master
|
AddPackage git other OpenClash vernesong master
|
||||||
AddPackage git other luci-app-adblock-plus small-5 master
|
AddPackage git other luci-app-adblock-plus small-5 master
|
||||||
|
|
|
@ -137,7 +137,7 @@ Firmware-Diy_Main() {
|
||||||
} || :
|
} || :
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
AddPackage git other luci-app-argon-config jerrykuku
|
AddPackage git other luci-app-argon-config jerrykuku master
|
||||||
}
|
}
|
||||||
[[ -n ${Before_IP_Address} ]] && Default_LAN_IP="${Before_IP_Address}"
|
[[ -n ${Before_IP_Address} ]] && Default_LAN_IP="${Before_IP_Address}"
|
||||||
[[ -n ${Default_LAN_IP} && ${Default_LAN_IP} =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] && {
|
[[ -n ${Default_LAN_IP} && ${Default_LAN_IP} =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] && {
|
||||||
|
|
Loading…
Reference in New Issue