Skip to content

Commit

Permalink
Merge pull request #4 from garypang13/master
Browse files Browse the repository at this point in the history
up
  • Loading branch information
ethan-www authored May 28, 2020
2 parents 5d36440 + 8b57ade commit 3136c97
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
8 changes: 4 additions & 4 deletions X86_64.config
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ CONFIG_PACKAGE_luci-app-noddos=n
CONFIG_PACKAGE_luci-app-nps=n
CONFIG_PACKAGE_luci-app-ntpc=n
CONFIG_PACKAGE_luci-app-nut=n
CONFIG_PACKAGE_luci-app-oaf=n
CONFIG_PACKAGE_luci-app-oaf=y
CONFIG_PACKAGE_luci-app-ocserv=n
CONFIG_PACKAGE_luci-app-olsr=n
CONFIG_PACKAGE_luci-app-olsr-services=n
Expand Down Expand Up @@ -240,9 +240,9 @@ CONFIG_PACKAGE_pdnsd-alt=y
CONFIG_PACKAGE_ddns-scripts_aliyun=y
CONFIG_PACKAGE_docker-ce=n
CONFIG_V2RAY_COMPRESS_UPX=n
# CONFIG_DEVEL=y
# CONFIG_TOOLCHAINOPTS=y
# CONFIG_GCC_USE_VERSION_7=y
CONFIG_DEVEL=y
CONFIG_TOOLCHAINOPTS=y
CONFIG_GCC_USE_VERSION_9=n
CONFIG_PACKAGE_ksmbd-utils=y
CONFIG_PACKAGE_lm-sensors-detect=y
CONFIG_PACKAGE_bc=y
Expand Down
6 changes: 4 additions & 2 deletions diy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ git clone https://github.com/jerrykuku/luci-theme-argon
svn co https://github.com/openwrt/luci/trunk/applications/luci-app-acme
git clone https://github.com/pymumu/luci-app-smartdns -b lede
git clone https://github.com/lisaac/luci-app-diskman
git clone https://github.com/garypang13/openwrt-filerun
git clone https://github.com/garypang13/luci-app-baidupcs-web
mkdir parted && cp luci-app-diskman/Parted.Makefile parted/Makefile
git clone https://github.com/tty228/luci-app-serverchan
git clone https://github.com/brvphoenix/luci-app-wrtbwmon
Expand All @@ -34,9 +32,13 @@ svn co https://github.com/solidus1983/luci-theme-opentomato/trunk/luci/themes/lu
git clone https://github.com/garypang13/openwrt-adguardhome
git clone https://github.com/garypang13/luci-app-php-kodexplorer
git clone https://github.com/garypang13/luci-app-eqos
git clone https://github.com/garypang13/openwrt-qbittorrent && mv -f openwrt-qbittorrent/* ./
git clone https://github.com/garypang13/openwrt-filerun
git clone https://github.com/garypang13/luci-app-baidupcs-web
cd -

echo -e "\q" | svn co https://github.com/coolsnowwolf/lede/trunk/package/lean feeds/custom/luci
svn co https://github.com/openwrt/packages/branches/openwrt-19.07/libs/libdouble-conversion feeds/packages/libs/libdouble-conversion
./scripts/feeds update -a && ./scripts/feeds install -a
cp -Rf ./diy/* ./
sed -i 's/..\/..\/luci.mk/$(TOPDIR)\/feeds\/luci\/luci.mk/g' package/feeds/custom/*/Makefile
Expand Down
File renamed without changes.

0 comments on commit 3136c97

Please sign in to comment.