mirror of
https://github.com/outbackdingo/openwrt-builder.git
synced 2026-01-27 18:19:53 +00:00
Add a step to bypass a function that modify .config in mediatek feed build
This commit is contained in:
4
.github/workflows/bpi-r4-mediatek_feed.yaml
vendored
4
.github/workflows/bpi-r4-mediatek_feed.yaml
vendored
@@ -66,6 +66,10 @@ jobs:
|
||||
run: |
|
||||
git clone https://git01.mediatek.com/openwrt/feeds/mtk-openwrt-feeds mtk-openwrt-feeds
|
||||
|
||||
- name: Comment function that breaks .config rendering
|
||||
run: |
|
||||
sed -i 's/apply_autobuild_script_patch modify_feeds_conf update_feeds/apply_autobuild_script_patch update_feeds/g' mtk-openwrt-feeds/autobuild/unified/rules
|
||||
|
||||
- name: Add missing kernel config
|
||||
run: |
|
||||
echo '# CONFIG_IXGBEVF_IPSEC is not set' >> target/linux/generic/config-6.6
|
||||
|
||||
Reference in New Issue
Block a user