1b353c020a
- Reverts few hacky commits that caused USB networking not to work - Modified atmel drivers used by TF101 to work with libinput [skip ci]: already built successfully in CI
22 lines
589 B
Text
22 lines
589 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname="device-asus-tf101"
|
|
pkgdesc="Asus Eee Pad Transformer"
|
|
pkgver=0.2
|
|
pkgrel=5
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armhf"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-asus-tf101 mkbootimg blobtools"
|
|
makedepends="devicepkg-dev"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
sha512sums="2842325a598165fb33a1cd9ed9a9c227d220014267af5d36dcf20e7d4828403ef6d5fe3674d65d4d9949e5881dfbe3c3bdf5502c488ae3a81ca76e382cfefb7d deviceinfo"
|