Update v19.yml
This commit is contained in:
7
.github/workflows/v19.yml
vendored
7
.github/workflows/v19.yml
vendored
@@ -1,5 +1,3 @@
|
|||||||
#NanoPi-R1S H5 FriendlyWrt Build
|
|
||||||
|
|
||||||
name: NanoPi-R1S H5 FriendlyWrt(19.07) Build
|
name: NanoPi-R1S H5 FriendlyWrt(19.07) Build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
@@ -54,14 +52,13 @@ jobs:
|
|||||||
|
|
||||||
- name: Update Target.mk
|
- name: Update Target.mk
|
||||||
run: |
|
run: |
|
||||||
cd friendlywrt-h5/friendlywrt/include
|
cd friendlywrt-h5/friendlywrt/include
|
||||||
sed -i 's/dnsmasq /dnsmasq-full default-settings luci /' target.mk
|
sed -i 's/dnsmasq /dnsmasq-full default-settings luci /' target.mk
|
||||||
|
|
||||||
- name: Custom Configure File
|
- name: Custom Configure File
|
||||||
run: |
|
run: |
|
||||||
cd friendlywrt-h5
|
cd friendlywrt-h5
|
||||||
rm -f friendlywrt/.config*
|
rm -f friendlywrt/.config*
|
||||||
#sed -i '/docker/d;/DOCKER/d' ./configs/config_h5
|
|
||||||
cat > ./configs/config_h5 <<EOF
|
cat > ./configs/config_h5 <<EOF
|
||||||
CONFIG_TARGET_sunxi=y
|
CONFIG_TARGET_sunxi=y
|
||||||
CONFIG_TARGET_sunxi_cortexa53=y
|
CONFIG_TARGET_sunxi_cortexa53=y
|
||||||
|
|||||||
Reference in New Issue
Block a user