Skip to content

Commit

Permalink
Removed deprecated things, updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Storm committed Dec 2, 2024
1 parent 67fe18d commit 8a32dd9
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 556 deletions.
103 changes: 0 additions & 103 deletions .github/workflows/BPI-r4_build-selfhosted.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions .github/workflows/BPI-r4_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ env:
REMOTE_REPOSITORY: N-Storm/openwrt
REMOTE_BRANCH: bananapi4
CONFIG_FILE: config-nstorm-bananapi-bpi-r4
MTK_PPE_ENTRIES_SHIFT_PATCH: 999-01_32k_ppe.patch
PREFETCH_PATCH: 999-02_prefetch.patch
PP_XDP_PATCH: 999-03_pp_xdp.patch
CUSTOM_FILES_PATH: files/
RELEASE_PREFIX: nstorm-bpi-r4

jobs:
Expand All @@ -33,11 +29,6 @@ jobs:
repository: ${{ env.REMOTE_REPOSITORY }}
ref: ${{ env.REMOTE_BRANCH }}

- name: Checkout current repository
uses: actions/checkout@v4
with:
path: "custom_repo"

- name: Update and install feeds
run: |
./scripts/feeds update -a
Expand All @@ -48,11 +39,6 @@ jobs:
cat ${{ env.CONFIG_FILE }} > .config
make defconfig
- name: Include custom files
run: |
mkdir -p ${{ env.CUSTOM_FILES_PATH }}
mv custom_repo/BPI-r4/${{ env.CUSTOM_FILES_PATH }}* ${{ env.CUSTOM_FILES_PATH }}
- name: Try to fetch dependencies cache
uses: actions/cache/restore@v4
with:
Expand Down
81 changes: 0 additions & 81 deletions .github/workflows/MTK-SDK-21_02.yaml

This file was deleted.

92 changes: 0 additions & 92 deletions .github/workflows/MTK-SDK-MASTER.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions BPI-r4/files/etc/rc.local

This file was deleted.

Loading

0 comments on commit 8a32dd9

Please sign in to comment.