fix
This commit is contained in:
2
.github/workflows/r1s_lean.yml
vendored
2
.github/workflows/r1s_lean.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: r1s Lean版openwrt
|
||||
name: r1s Lean版openwrt
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
3
.github/workflows/r2s_native-dev.yml
vendored
3
.github/workflows/r2s_native-dev.yml
vendored
@@ -44,8 +44,9 @@ jobs:
|
||||
CONFIG_TARGET_rockchip_armv8_DEVICE_friendlyarm_nanopi-r2s=y' > .config
|
||||
cat ../base_rk3328.seed >> .config
|
||||
cat ../minimal_config.seed >> .config
|
||||
echo -e 'CONFIG_PACKAGE_kmod-mt7601u\n' >> .config
|
||||
sed -i 's/option input\t\tREJECT/option input\t\tACCEPT/' package/network/config/firewall/files/firewall.config
|
||||
echo -e '\nDYC Build\n' >> package/base-files/files/etc/banner
|
||||
echo -e '\nDYC Build\n' >> package/base-files/files/etc/openwrt_banner
|
||||
|
||||
- name: Compile
|
||||
run: |
|
||||
|
||||
@@ -6,7 +6,7 @@ rm -rf luci-app-adguardhome/ && git clone https://github.com/rufengsuixing/luci-
|
||||
rm -rf luci-theme-argon/ && git clone -b 18.06 https://github.com/jerrykuku/luci-theme-argon
|
||||
rm -rf luci-theme-edge/ && git clone -b 18.06 https://github.com/garypang13/luci-theme-edge
|
||||
rm -rf luci-theme-infinityfreedom/ && git clone https://github.com/xiaoqingfengATGH/luci-theme-infinityfreedom
|
||||
rm -rf chinadns-ng/ && git clone https://github.com/pexcn/openwrt-chinadns-ng chinadns-ng
|
||||
rm -rf openwrt-chinadns-ng/ && git clone https://github.com/pexcn/openwrt-chinadns-ng
|
||||
rm -rf luci-app-chinadns-ng/ && git clone https://github.com/WuSiYu/luci-app-chinadns-ng
|
||||
|
||||
#git clone https://github.com/jerrykuku/lua-maxminddb.git
|
||||
|
||||
@@ -40,7 +40,6 @@ CONFIG_PACKAGE_luci-app-opkg=y
|
||||
CONFIG_PACKAGE_luci-app-pptp-server=y
|
||||
CONFIG_PACKAGE_luci-app-samba=y
|
||||
CONFIG_PACKAGE_luci-app-softethervpn=y
|
||||
CONFIG_PACKAGE_luci-app-sqm=y
|
||||
CONFIG_PACKAGE_luci-app-ssr-plus=y
|
||||
CONFIG_PACKAGE_luci-app-ssr-plus_INCLUDE_NaiveProxy=y
|
||||
CONFIG_PACKAGE_luci-app-statistics=y
|
||||
|
||||
Reference in New Issue
Block a user