fix: remove unnecessary kmod runtime depend

This commit is contained in:
ngn 2024-08-19 01:13:13 +03:00
parent 4405d0269e
commit ae917e2554
2 changed files with 2 additions and 3 deletions

View File

@ -11,9 +11,8 @@ HASHES=("6165867e1836d51795a11ea4762ff66a")
DEPENDS=( DEPENDS=(
"glibc" "openssl" "xz" "glibc" "openssl" "xz"
"zlib" "zstd" "libelf" "zlib" "zstd" "libelf"
"linux"
) )
BUILD=() BUILD=("linux")
PACKAGE(){ PACKAGE(){
tar xf "${NAME}-${VERSION}.tar.xz" tar xf "${NAME}-${VERSION}.tar.xz"

View File

@ -5,7 +5,7 @@ VERSION="24.05"
# required files # required files
FILES=("https://git.matterlinux.xyz/Matter/mtsc/archive/${VERSION}.tar.gz") FILES=("https://git.matterlinux.xyz/Matter/mtsc/archive/${VERSION}.tar.gz")
HASHES=("9d9ba6a83429e81bf54e22bbd66aba3040bc2f6ff804b14ac2ad9091b24df343") HASHES=("665f6d417b7cc27bb6a467f6007921bb01ad6968bc1bb35093654143438d79bf")
# install and build depends # install and build depends
DEPENDS=( DEPENDS=(