Skip to content

Commit

Permalink
Update x86-openwrt.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaschan authored Oct 11, 2022
1 parent 4eb30c0 commit 44e8c7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configs/x86-openwrt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,7 @@ sed -i "2i # network config" ./package/emortal/default-settings/files/99-default
# 默认 IP 地址,旁路由时不会和主路由的 192.168.1.1 冲突
sed -i "3i uci set network.lan.ipaddr='192.168.2.252'" ./package/emortal/default-settings/files/99-default-settings
sed -i "4i uci set network.lan.proto='static'" ./package/emortal/default-settings/files/99-default-settings
sed -i "23d" ./packages/net/udpxy/Makefile
sed -i "11,16c PKG_VERSION:=1.0-25.2\PKG_RELEASE:=1\PKG_SOURCE_PROTO:=git\PKG_SOURCE_URL:=https://github.com/haisongliang/udpxy.git\PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)\PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz\PKG_MIRROR_HASH:=de19890237c99b8f9951e6d43e2b269ecaf44d16" ./packages/net/udpxy/Makefile

cd ..

0 comments on commit 44e8c7f

Please sign in to comment.