Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed May 17, 2024
1 parent 1e16d1a commit 69228f1
Show file tree
Hide file tree
Showing 693 changed files with 826,218 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Build test

on: [push]

env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release

jobs:
build:
runs-on: ubuntu-24.04
env:
CLOUDSMITH_API_KEY: ${{ secrets.CLOUDSMITH_API_KEY }}
steps:
- uses: actions/checkout@v3
with:
submodules: recursive

- name: build on x86
run: |
sudo apt update
sudo apt install -y build-essential
make
ls
24 changes: 24 additions & 0 deletions .github/workflows/build_test_22.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Build test 22

on: [push]

env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release

jobs:
build:
runs-on: ubuntu-22.04
env:
CLOUDSMITH_API_KEY: ${{ secrets.CLOUDSMITH_API_KEY }}
steps:
- uses: actions/checkout@v3
with:
submodules: recursive

- name: build on x86
run: |
sudo apt update
sudo apt install -y build-essential
make
ls
6 changes: 6 additions & 0 deletions Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
config RTL8822BU
tristate "Realtek 8822C USB WiFi"
depends on USB
help
Help message of RTL8822CU

Loading

0 comments on commit 69228f1

Please sign in to comment.