diff options
author | Karel Kočí <cynerd@email.cz> | 2019-05-01 13:46:10 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2019-05-01 13:46:10 +0200 |
commit | 1118f59872c9312ac2b951d943ec5b3b04279d25 (patch) | |
tree | 9445efdbf6c6c8e5da5d983afc6e31552a668562 /linux-mox | |
parent | 7c8baed95e4be38ce9f690759f21114f9ff0ce57 (diff) | |
download | alpine-personal-pkgs-1118f59872c9312ac2b951d943ec5b3b04279d25.tar.gz alpine-personal-pkgs-1118f59872c9312ac2b951d943ec5b3b04279d25.tar.bz2 alpine-personal-pkgs-1118f59872c9312ac2b951d943ec5b3b04279d25.zip |
linux-mox: try to fix compilation
Diffstat (limited to 'linux-mox')
-rw-r--r-- | linux-mox/APKBUILD | 2 | ||||
-rw-r--r-- | linux-mox/config-mox.aarch64 (renamed from linux-mox/config-mox) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/linux-mox/APKBUILD b/linux-mox/APKBUILD index 3c469ab..e455bb6 100644 --- a/linux-mox/APKBUILD +++ b/linux-mox/APKBUILD @@ -17,7 +17,7 @@ options="!strip" _config="config-mox" install= source="https://cdn.kernel.org/pub/linux/kernel/v${pkgver%%.*}.x/linux-$_kernver.tar.xz - config-mox + config-mox.aarch64 " subpackages="$pkgname-dev:_dev:$CBUILD_ARCH" _flavors= diff --git a/linux-mox/config-mox b/linux-mox/config-mox.aarch64 index bb17d0c..bb17d0c 100644 --- a/linux-mox/config-mox +++ b/linux-mox/config-mox.aarch64 |