maintain package selection
This commit is contained in:
1
.github/workflows/r2s_native-dev.yml
vendored
1
.github/workflows/r2s_native-dev.yml
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user