mirror of
https://github.com/outbackdingo/openwrt-builder.git
synced 2026-01-27 18:19:53 +00:00
Use LLVM for creating image
This commit is contained in:
1
.github/workflows/ax3200.yaml
vendored
1
.github/workflows/ax3200.yaml
vendored
@@ -60,6 +60,7 @@ jobs:
|
||||
run: |
|
||||
curl -SL https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/configs/mediatek/mt7622/ax3200 > .config
|
||||
curl -SL https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/configs/common/dumb_ap >> .config
|
||||
curl -SL https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/configs/common/snapshot-short >> .config
|
||||
make defconfig
|
||||
|
||||
- name: Remove packages that are marked as modules
|
||||
|
||||
3
.github/workflows/ax3600.yaml
vendored
3
.github/workflows/ax3600.yaml
vendored
@@ -70,6 +70,9 @@ jobs:
|
||||
./scripts/feeds update -a
|
||||
./scripts/feeds install -a
|
||||
|
||||
# NOTE: Temporary do not use LLVM
|
||||
# curl -SL https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/configs/common/snapshot-short >> .config
|
||||
#
|
||||
- name: Configure firmware image
|
||||
run: |
|
||||
curl -SL https://raw.githubusercontent.com/danpawlik/openwrt-builder/master/configs/qualcommax/ax3600 > .config
|
||||
|
||||
1
.github/workflows/bpi-r4.yaml
vendored
1
.github/workflows/bpi-r4.yaml
vendored
@@ -71,6 +71,7 @@ jobs:
|
||||
run: |
|
||||
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
|
||||
make defconfig
|
||||
|
||||
- name: Remove packages that are marked as modules
|
||||
|
||||
4
configs/common/snapshot-short
Normal file
4
configs/common/snapshot-short
Normal file
@@ -0,0 +1,4 @@
|
||||
CONFIG_BPF_TOOLCHAIN_BUILD_LLVM=y
|
||||
# CONFIG_BPF_TOOLCHAIN_NONE is not set
|
||||
CONFIG_SDK_LLVM_BPF=y
|
||||
CONFIG_USE_LLVM_BUILD=y
|
||||
Reference in New Issue
Block a user