e302eff0bc
Most devices do not need to set any of these variables. directfb can now automatically detect touchscreens, calibration is only needed for resistive touchscreens and dev_keyboard is unused. Automatically done using: - sed -i '/deviceinfo_dev_keyboard=""/d' device-*/deviceinfo - sed -i '/deviceinfo_dev_touchscreen=""/d' device-*/deviceinfo - sed -i '/deviceinfo_dev_touchscreen_calibration=""/d' device-*/deviceinfo
29 lines
772 B
Text
29 lines
772 B
Text
# Reference: <https://postmarketos.org/devicepkg>
|
|
pkgname="device-asus-duma"
|
|
pkgdesc="ASUS MeMO Pad FHD 10 (ME302KL)"
|
|
pkgver=0.1
|
|
pkgrel=3
|
|
url="https://postmarketos.org"
|
|
license="MIT"
|
|
arch="armhf"
|
|
options="!check !archcheck"
|
|
depends="postmarketos-base linux-asus-duma mkbootimg mesa-dri-swrast msm-fb-refresher"
|
|
makedepends="devicepkg-dev"
|
|
subpackages="$pkgname-nonfree-firmware:nonfree_firmware"
|
|
source="deviceinfo"
|
|
|
|
build() {
|
|
devicepkg_build $startdir $pkgname
|
|
}
|
|
|
|
package() {
|
|
devicepkg_package $startdir $pkgname
|
|
}
|
|
|
|
nonfree_firmware() {
|
|
pkgdesc="Wifi firmware"
|
|
depends="firmware-asus-duma"
|
|
mkdir "$subpkgdir"
|
|
}
|
|
|
|
sha512sums="23b7d9af12fbab11395d89ee79b33fc5c58e4f901cc1a122f3849d8079627b72250c4a09332c339feb7149439c6ebe2654c79b1509ef9e0527643931062f89a4 deviceinfo"
|