diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-07-24 15:01:18 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-07-24 15:01:18 +0800 |
| commit | ea5d19ac9a568eecc4d5d2ffa4e2b89cf51d281d (patch) | |
| tree | 4cd5eae769d06fe4ac59c5a83129ac652f2a9d96 /repos/extra/8821cu/abuild | |
| parent | 8090da851f75f0d9156a8963adbd981b5d5c79f0 (diff) | |
| download | alicelinux-ea5d19ac9a568eecc4d5d2ffa4e2b89cf51d281d.tar.gz alicelinux-ea5d19ac9a568eecc4d5d2ffa4e2b89cf51d281d.zip | |
removed
Diffstat (limited to 'repos/extra/8821cu/abuild')
| -rw-r--r-- | repos/extra/8821cu/abuild | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/repos/extra/8821cu/abuild b/repos/extra/8821cu/abuild deleted file mode 100644 index 487a193f..00000000 --- a/repos/extra/8821cu/abuild +++ /dev/null @@ -1,11 +0,0 @@ -name=8821cu -version=20240330 -release=1 -_commit=4f6004a -source="$name-$version.tar.gz::https://github.com/morrownr/8821cu-20210916/archive/$_commit.tar.gz" - -build() { - make modules KSRC=/lib/modules/$(uname -r)/build - mkdir -p $PKG/lib/modules/$(uname -r)/kernel/drivers/net/wireless/ - install -p -m 644 8821cu.ko $PKG/lib/modules/$(uname -r)/kernel/drivers/net/wireless/ -} |