mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
core/linux-sun5i-staging : fix pkgbuild
This commit is contained in:
parent
dc2594b5b1
commit
9a398c88be
1 changed files with 2 additions and 2 deletions
|
@ -79,7 +79,7 @@ build() {
|
|||
make ${MAKEFLAGS} modules uImage
|
||||
}
|
||||
|
||||
package_linux-sun5i() {
|
||||
package_linux-sun5i-staging() {
|
||||
pkgdesc="The Linux Kernel and modules for AllWinner A13"
|
||||
depends=('coreutils' 'linux-firmware' 'module-init-tools>=3.16')
|
||||
optdepends=('crda: to set the correct wireless channels of your country')
|
||||
|
@ -130,7 +130,7 @@ package_linux-sun5i() {
|
|||
mv "$pkgdir/lib" "$pkgdir/usr"
|
||||
}
|
||||
|
||||
package_linux-headers-sun5i() {
|
||||
package_linux-headers-sun5i-staging() {
|
||||
pkgdesc="Header files and scripts for building modules for linux kernel for AllWinner A10"
|
||||
provides=('kernel26-headers' "linux-headers=${pkgver}")
|
||||
conflicts=('kernel26-headers')
|
||||
|
|
Loading…
Reference in a new issue