Skip to content

Commit

Permalink
更新
Browse files Browse the repository at this point in the history
  • Loading branch information
Siriling committed Jul 12, 2023
1 parent be7cf16 commit b1414f4
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 211 deletions.
197 changes: 0 additions & 197 deletions .github/workflows/docker.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/x86-x64-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ on:
# types: started

env:
REPO_URL: https://github.com/coolsnowwolf/lede
REPO_BRANCH: master
REPO_URL: https://github.com/DHDAXCW/lede-rockchip
REPO_BRANCH: stable
CONFIG_FILE: configs/lean/full.config
DIY_SH: scripts/full.sh
KMODS_IN_FIRMWARE: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/x86-x64-simplify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ on:
# types: started

env:
REPO_URL: https://github.com/coolsnowwolf/lede
REPO_BRANCH: master
REPO_URL: https://github.com/DHDAXCW/lede-rockchip
REPO_BRANCH: stable
CONFIG_FILE: configs/lean/simplify.config
DIY_SH: scripts/simplify.sh
KMODS_IN_FIRMWARE: true
Expand Down
5 changes: 0 additions & 5 deletions scripts/simplify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,6 @@ sed -i 's/\/bin\/ash/\/usr\/bin\/zsh/g' package/base-files/files/etc/passwd
rm -rf package/base-files/files/etc/banner
wget -P package/base-files/files/etc https://raw.githubusercontent.com/DHDAXCW/lede-rockchip/stable/package/base-files/files/etc/banner

# Test kernel 6.1
rm -rf target/linux/x86/base-files/etc/board.d/02_network
cp -f $GITHUB_WORKSPACE/02_network target/linux/x86/base-files/etc/board.d/02_network
cp -r ../target/linux/generic/pending-6.1/ ./target/linux/generic/

# Fix libssh
pushd feeds/packages/libs
rm -rf libssh
Expand Down
5 changes: 0 additions & 5 deletions scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,6 @@ sed -i 's/\/bin\/ash/\/usr\/bin\/zsh/g' package/base-files/files/etc/passwd
rm -rf package/base-files/files/etc/banner
wget -P package/base-files/files/etc https://raw.githubusercontent.com/DHDAXCW/lede-rockchip/stable/package/base-files/files/etc/banner

# Test kernel 6.1
rm -rf target/linux/x86/base-files/etc/board.d/02_network
cp -f $GITHUB_WORKSPACE/02_network target/linux/x86/base-files/etc/board.d/02_network
cp -r ../target/linux/generic/pending-6.1/ ./target/linux/generic/

# Fix libssh
pushd feeds/packages/libs
rm -rf libssh
Expand Down

0 comments on commit b1414f4

Please sign in to comment.