Skip to content

Commit

Permalink
add adguardhome
Browse files Browse the repository at this point in the history
  • Loading branch information
klever committed Aug 26, 2020
1 parent 0a8fc6f commit 895904d
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/r1s_lean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
git checkout upstream/lede-17.01 -- feeds.conf.default
sed -i -E 's/#(src-git.+)(helloworld.+)/\1\2/' feeds.conf.default
cd package/lean/
git clone https://github.com/rufengsuixing/luci-app-adguardhome
#git clone https://github.com/jerrykuku/lua-maxminddb.git
#git clone https://github.com/jerrykuku/luci-app-vssr.git
#cd luci-app-vssr/root/etc/
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/r1s_lean_h3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
git checkout upstream/lede-17.01 -- feeds.conf.default
sed -i -E 's/#(src-git.+)(helloworld.+)/\1\2/' feeds.conf.default
cd package/lean/
git clone https://github.com/rufengsuixing/luci-app-adguardhome
#git clone https://github.com/jerrykuku/lua-maxminddb.git
#git clone https://github.com/jerrykuku/luci-app-vssr.git
#cd luci-app-vssr/root/etc/
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/r2s_lean.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
cd package/ && git clone https://github.com/destan19/OpenAppFilter.git && cd ../
cd package/lean/
git clone https://github.com/NateLol/luci-app-oled
git clone https://github.com/rufengsuixing/luci-app-adguardhome
#git clone https://github.com/jerrykuku/lua-maxminddb.git
#git clone https://github.com/jerrykuku/luci-app-vssr.git
#cd luci-app-vssr/root/etc/
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/r2s_lean_minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ jobs:
# CONFIG_PACKAGE_libopenssl-devcrypto is not set
# CONFIG_V2RAY_COMPRESS_UPX is not set
CONFIG_PACKAGE_luci-app-oled=y
CONFIG_PACKAGE_luci-app-adguardhome=y
CONFIG_PACKAGE_luci-app-flowoffload=y
# CONFIG_PACKAGE_luci-app-sfe is not set
CONFIG_DROPBEAR_ECC=y
Expand All @@ -147,6 +148,7 @@ jobs:
sed -i -E 's/#(src-git.+)(helloworld.+)/\1\2/' feeds.conf.default
cd package/lean/
git clone https://github.com/NateLol/luci-app-oled
git clone https://github.com/rufengsuixing/luci-app-adguardhome
#git clone https://github.com/jerrykuku/lua-maxminddb.git
#git clone https://github.com/jerrykuku/luci-app-vssr.git
#cd luci-app-vssr/root/etc/
Expand Down
2 changes: 1 addition & 1 deletion app_config.seed
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

CONFIG_DROPBEAR_ECC_FULL=y
CONFIG_DROPBEAR_ECC=y
CONFIG_DROPBEAR_ECC_FULL=y
CONFIG_OPENSSL_ENGINE_BUILTIN=y
CONFIG_OPENSSL_OPTIMIZE_SPEED=y
Expand Down
Empty file modified scripts/autoupdate-usb.sh
100755 → 100644
Empty file.
Empty file modified scripts/check_wan4
100755 → 100644
Empty file.
Empty file modified scripts/check_wan4.sh
100755 → 100644
Empty file.

0 comments on commit 895904d

Please sign in to comment.