This commit is contained in:
root
2020-09-18 04:24:57 +08:00
parent 06f2169daf
commit 1f1d5a3df4
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
name: r1s Lean版openwrt
name: r1s Lean版openwrt
on:
push:

View File

@@ -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: |