Skip to content

Commit

Permalink
add kenzok8-package
Browse files Browse the repository at this point in the history
Signed-off-by: jcleng <[email protected]>
  • Loading branch information
jcleng committed Jan 16, 2023
1 parent cb1e8c1 commit d80a519
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-openwrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ jobs:
git clone -b openwrt-21.02 --single-branch --depth=1 https://github.com/immortalwrt/immortalwrt openwrt
# ln -sf /workdir/openwrt $GITHUB_WORKSPACE/openwrt
ls -l
# 插件包,不要可用注释
- name: feeds add kenzok8-package
run: |
cd openwrt
sed -i '$a src-git kenzo https://github.com/kenzok8/openwrt-packages' feeds.conf.default
sed -i '$a src-git small https://github.com/kenzok8/small' feeds.conf.default
- name: feeds init and download
run: |
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@

# gl-ar300m-nand 编译

- [openwrt wiki howto build](https://openwrt.org/zh-cn/doc/howto/build)

配置
![https://z3.ax1x.com/2021/05/29/2AGStf.png](https://z3.ax1x.com/2021/05/29/2AGStf.png)

Expand Down

0 comments on commit d80a519

Please sign in to comment.