Skip to content

Commit

Permalink
maintain package selection
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Sep 13, 2020
1 parent 7326b4b commit b7d6e97
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/r2s_native-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
echo 'CONFIG_TARGET_rockchip=y
CONFIG_TARGET_rockchip_armv8=y
CONFIG_TARGET_rockchip_armv8_DEVICE_friendlyarm_nanopi-r2s=y' > .config
cat ../base_rk3328.seed >> .config
cat ../minimal_config.seed >> .config
- name: Compile
Expand Down
6 changes: 4 additions & 2 deletions 3_prepare_packages.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
if [[ `pwd` == *"r2s"* ]]; then
git clone https://github.com/NateLol/luci-app-oled
fi
git clone https://github.com/destan19/OpenAppFilter.git
git clone https://github.com/destan19/OpenAppFilter
git clone https://github.com/rufengsuixing/luci-app-adguardhome
git clone -b 18.06 https://github.com/jerrykuku/luci-theme-argon.git
git clone -b 18.06 https://github.com/jerrykuku/luci-theme-argon
git clone -b 18.06 https://github.com/garypang13/luci-theme-edge
git clone https://github.com/xiaoqingfengATGH/luci-theme-infinityfreedom
git clone https://github.com/pexcn/openwrt-chinadns-ng chinadns-ng
git clone https://github.com/WuSiYu/luci-app-chinadns-ng

#git clone https://github.com/jerrykuku/lua-maxminddb.git
#git clone https://github.com/jerrykuku/luci-app-vssr.git
Expand Down
9 changes: 8 additions & 1 deletion app_config.seed
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ CONFIG_PACKAGE_luci-app-firewall=y
CONFIG_PACKAGE_luci-app-frpc=y
CONFIG_PACKAGE_luci-app-ipsec-vpnd=y
CONFIG_PACKAGE_luci-app-netdata=y
CONFIG_PACKAGE_luci-app-nft-qos=y
CONFIG_PACKAGE_luci-app-openvpn-server=y
CONFIG_PACKAGE_luci-app-opkg=y
CONFIG_PACKAGE_luci-app-pptp-server=y
CONFIG_PACKAGE_luci-app-nft-qos=y
CONFIG_PACKAGE_luci-app-samba=y
CONFIG_PACKAGE_luci-app-softethervpn=y
CONFIG_PACKAGE_luci-app-sqm=y
Expand Down Expand Up @@ -81,10 +81,17 @@ CONFIG_PACKAGE_luci-theme-freifunk-generic=y
CONFIG_PACKAGE_luci-theme-material=y
CONFIG_PACKAGE_luci-theme-netgear-mc=y
CONFIG_PACKAGE_luci-theme-openwrt=y
CONFIG_PACKAGE_luci-theme-edge=y
CONFIG_PACKAGE_luci-theme-infinityfreedom=y

CONFIG_PACKAGE_autocore=y
CONFIG_PACKAGE_zram-swap=y
CONFIG_PACKAGE_usbutils=y
CONFIG_PACKAGE_mount-utils=y
CONFIG_PACKAGE_findutils-find=y
CONFIG_PACKAGE_findutils-locate=y
CONFIG_PACKAGE_luci-app-smartdns=y
CONFIG_PACKAGE_luci-app-wireguard=y
CONFIG_PACKAGE_luci-app-oaf=y
CONFIG_PACKAGE_luci-app-oled=y
CONFIG_PACKAGE_luci-app-chinadns-ng=y
3 changes: 1 addition & 2 deletions base_rk3328.seed
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,5 @@ CONFIG_PACKAGE_unzip=y
CONFIG_PACKAGE_losetup=y
CONFIG_PACKAGE_zstd=y

CONFIG_PACKAGE_gcc=y
CONFIG_PACKAGE_make=y
CONFIG_PACKAGE_coremark=y
CONFIG_PACKAGE_i2c-tools=y
7 changes: 7 additions & 0 deletions minimal_config.seed
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ CONFIG_OPENSSL_WITH_DTLS=y
CONFIG_OPENSSL_WITH_EC2M=y
CONFIG_OPENSSL_WITH_NPN=y
CONFIG_PACKAGE_autocore=y
CONFIG_PACKAGE_zram-swap=y
CONFIG_PACKAGE_usbutils=y
CONFIG_PACKAGE_mount-utils=y
CONFIG_PACKAGE_findutils-find=y
CONFIG_PACKAGE_findutils-locate=y
CONFIG_PACKAGE_htop=y
CONFIG_PACKAGE_diffutils=y
CONFIG_PACKAGE_vim-fuller=y
Expand All @@ -14,6 +19,7 @@ CONFIG_PACKAGE_unzip=y
CONFIG_PACKAGE_losetup=y
CONFIG_PACKAGE_luci-app-frpc=y
CONFIG_PACKAGE_luci-app-netdata=y
CONFIG_PACKAGE_luci-app-nft-qos=y
CONFIG_LIBSODIUM_MINIMAL=y
CONFIG_PACKAGE_ddns-scripts_aliyun=y
CONFIG_PACKAGE_ddns-scripts_cloudflare.com-v4=y
Expand All @@ -33,6 +39,7 @@ CONFIG_PACKAGE_luci-app-vssr=y
CONFIG_PACKAGE_luci-theme-argon=y
CONFIG_PACKAGE_luci-theme-material=y
CONFIG_PACKAGE_luci-theme-netgear=y
CONFIG_PACKAGE_luci-theme-edge=y
CONFIG_PACKAGE_luci-theme-infinityfreedom=y
CONFIG_PACKAGE_luci-app-unblockmusic=y
CONFIG_PACKAGE_kmod-rtl8xxxu=y
Expand Down

0 comments on commit b7d6e97

Please sign in to comment.