Set port fwd enable by default

This commit is contained in:
Hyy2001X 2020-09-27 00:05:06 +08:00 committed by GitHub
parent 0460a1102b
commit 3fe2d0fe98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -52,6 +52,7 @@ if [ -f $GITHUB_WORKSPACE/Customize/$1 ];then
echo "[$(date "+%H:%M:%S")] Creating new folder $2 ..."
mkdir ./$2
fi
[ -f ./$2/$1 ] && rm -f ./$2/$1
echo "[$(date "+%H:%M:%S")] Moving Customize/$1 to $2 ..."
mv -f $GITHUB_WORKSPACE/Customize/$1 ./$2/$1
else
@ -66,6 +67,7 @@ sed -i "s/#src-git helloworld/src-git helloworld/g" feeds.conf.default
mv2 mac80211.sh package/kernel/mac80211/files/lib/wifi
mv2 system package/base-files/files/etc/config
mv2 AutoUpdate.sh package/base-files/files/bin
mv2 firewall.config package/network/config/firewall/files
ExtraPackages git luci-theme-argon https://github.com/jerrykuku 18.06
ExtraPackages svn luci-app-adguardhome https://github.com/Lienol/openwrt/trunk/package/diy