From 368773d71aabc08bfa6575cb23eb47dd6a38c2b5 Mon Sep 17 00:00:00 2001 From: Daniel Pawlik Date: Wed, 31 Jul 2024 20:28:36 +0200 Subject: [PATCH] Disable building with briger --- .github/workflows/bpi-r4.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/bpi-r4.yaml b/.github/workflows/bpi-r4.yaml index a6c1231..97b2c6d 100644 --- a/.github/workflows/bpi-r4.yaml +++ b/.github/workflows/bpi-r4.yaml @@ -72,7 +72,6 @@ jobs: curl -SL https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/configs/mediatek/mt7988a/bpi-r4 > .config curl -SL https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/configs/common/main-router >> .config curl -SL https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/configs/common/snapshot-short >> .config - curl -SL https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/configs/common/bridger >> .config make defconfig - name: Remove packages that are marked as modules