Skip to content

Commit

Permalink
Update openwrt-builder-Latest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mingxiaoyu authored Sep 27, 2024
1 parent 86bcdc5 commit da2af01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/openwrt-builder-Latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ jobs:
#[ -e $R1_Plus_LTS_PATCH ] && mv $R1_Plus_LTS_PATCH openwrt/target/linux/rockchip/patches-6.6
[ -e "$PATCHES_DIR" ] && mv "$PATCHES_DIR" openwrt/patches && cd openwrt && git apply --ignore-whitespace patches/*.patch && rm -rf patches
rm -rf target/linux/rockchip/patches-6.6/991-arm64-dts-rockchip-add-more-cpu-operating-points-for.patch
rm -rf target/linux/rockchip/patches-6.6/991-arm64-dts-rockchip-add-more-cpu-operating-points-for.patch
wget -O target/linux/rockchip/patches-6.6/991-arm64-dts-rockchip-add-more-cpu-operating-points-for.patch https://raw.githubusercontent.com/mingxiaoyu/Actions-OpenWrt/main/991-arm64-dts-rockchip-add-more-cpu-operating-points-for.patch

- name: Load custom feeds
run: |
[ -e $FEEDS_CONF ] && mv $FEEDS_CONF openwrt/feeds.conf.default
Expand Down

0 comments on commit da2af01

Please sign in to comment.