Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
stupidloud committed Jan 23, 2024
1 parent ada6f53 commit afa8beb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/lo-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,7 @@ jobs:
- name: Update feeds and packages
run: |
cd ~/lede
rm -rf ./tmp && rm -rf ./feeds && rm -rf ./pacakges/feeds
if [ -d 'feeds' ]; then
pushd feeds/packages; git restore .; popd
pushd feeds/luci; git restore .; popd
pushd feeds/routing; git restore .; popd
pushd feeds/telephony; git restore .; popd
fi
rm -rf tmp feeds pacakges/feeds
./scripts/feeds update -a
./scripts/feeds install -a
. $GITHUB_WORKSPACE/scripts/merge_packages.sh
Expand Down
2 changes: 1 addition & 1 deletion scripts/patches.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ if [[ $DEVICE == 'r6s' || $DEVICE == 'r6c' ]]; then
mv *.patch target/linux/generic/pending-6.1/
sed -i "s/ucidef_set_interfaces_lan_wan 'eth0 eth1' 'eth2'/ucidef_set_interfaces_lan_wan 'eth1 eth0' 'eth2'/" target/linux/rockchip/armv8/base-files/etc/board.d/02_network
sed -i 's/DEFAULT_PACKAGES +=/DEFAULT_PACKAGES += autocore-arm/' target/linux/rockchip/Makefile
git diff
git diff --summary
fi

# add r1s support to Lean's repo
Expand Down

0 comments on commit afa8beb

Please sign in to comment.