Skip to content

Commit

Permalink
enable tools
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-sannikov committed Dec 13, 2023
1 parent 84129dd commit 4609e91
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions .github/workflows/build-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,20 +70,12 @@ jobs:
./scripts/feeds update awgopenwrt
./scripts/feeds install -a -p awgopenwrt
echo " > make amnezia-wg-tools (clean)"
make package/amnezia-wg-tools/clean V=s
echo " > make luci-app-amneziawg (clean)"
make package/luci-app-amneziawg/clean V=s
echo " > make amnezia-wg-tools (download)"
make package/amnezia-wg-tools/download V=s
echo " > make luci-app-amneziawg (download)"
make package/luci-app-amneziawg/download V=s
echo " > make amnezia-wg-tools (prepare)"
make package/amnezia-wg-tools/prepare V=s
echo " > make luci-app-amneziawg (prepare)"
make package/luci-app-amneziawg/prepare V=s
echo "CONFIG_PACKAGE_amnezia-wg-tools=y" >> .config
echo "CONFIG_PACKAGE_luci-app-amneziawg=y" >> .config
make defconfig
make package/amnezia-wg-tools/{clean,download,prepare}
make package/luci-app-amneziawg/{clean,download,prepare}
echo " > make amnezia-wg-tools (compile)"
make package/amnezia-wg-tools/compile V=s
Expand Down

0 comments on commit 4609e91

Please sign in to comment.