Skip to content

Commit

Permalink
chore(config): fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
phyng committed Jun 6, 2024
1 parent 9954a68 commit fafb508
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/IPQ60XX-6.6-WIFI(EMMC).yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,21 +88,21 @@ jobs:
ccache: false
mixkey: ${{ env.SOURCE_REPO }}-${{ env.REPO_BRANCH }}-${{ env.DEVICE_TARGET }}-${{ env.DEVICE_SUBTARGET }}
prefix: ${{ env.OPENWRT_PATH }}

- name: Install Feeds
run: |
cd $OPENWRT_PATH
./scripts/feeds update -a
./scripts/feeds install -a
- name: Apply patches
run: |
git config --global user.name "OpenWrt Builder"
git config --global user.email "buster-openwrt@ovvo.uk"
cd $OPENWRT_PATH/feeds/luci
wget https://raw.githubusercontent.com/openwrt-ipq60xx/patches/main/feeds/luci/0001-show-soc-status-on-luci.patch
git am 0001-show-soc-status-on-luci.patch
# - name: Apply patches
# run: |
# git config --global user.name "OpenWrt Builder"
# git config --global user.email "buster-openwrt@ovvo.uk"
# cd $OPENWRT_PATH/feeds/luci
# wget https://raw.githubusercontent.com/openwrt-ipq60xx/patches/main/feeds/luci/0001-show-soc-status-on-luci.patch
# git am 0001-show-soc-status-on-luci.patch

- name: Load Custom Configuration
run: |
[ -e files ] && mv files $OPENWRT_PATH/files
Expand Down

0 comments on commit fafb508

Please sign in to comment.