We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc679e5 commit 6dbe6ceCopy full SHA for 6dbe6ce
1 file changed
.github/workflows/openWrt-build.yml
@@ -32,13 +32,14 @@ jobs:
32
run: |
33
git clone --depth=1 https://github.com/openwrt/openwrt.git -b openwrt-25.12
34
cd openwrt
35
+ sed -i '1i src-git kenzo https://github.com/kenzok8/openwrt-packages' feeds.conf.default
36
+ sed -i '2i src-git small https://github.com/kenzok8/small' feeds.conf.default
37
+ ./scripts/feeds update -a
38
+ ./scripts/feeds install -a
39
chmod +x ../profiles/*.sh
40
if [ -n "${{ inputs.target_profile }}" ]; then
- cp ../profiles/${{ inputs.target_profile }}.sh ${{ inputs.target_profile }}.sh
- ./${{ inputs.target_profile }}.sh
41
+ ../profiles/${{ inputs.target_profile }}.sh
42
fi
- ./scripts/feeds update -a
- ./scripts/feeds install -a
43
44
- name: 配置 OpenWrt(自动选择)
45
0 commit comments