maguro boots and i get telnet!
This commit is contained in:
parent
25f7d24643
commit
4972776bec
3 changed files with 2193 additions and 194 deletions
30
device-samsung-maguro/APKBUILD
Normal file
30
device-samsung-maguro/APKBUILD
Normal file
|
@ -0,0 +1,30 @@
|
|||
pkgname=device-samsung-maguro
|
||||
pkgver=2
|
||||
pkgrel=2
|
||||
pkgdesc="Google Galaxy Nexus (GSM)"
|
||||
url="https://github.com/postmarketOS"
|
||||
arch="noarch"
|
||||
license="MIT"
|
||||
depends="linux-samsung_tuna"
|
||||
makedepends=""
|
||||
install=""
|
||||
subpackages=""
|
||||
source="deviceinfo"
|
||||
options="!check"
|
||||
|
||||
build() {
|
||||
return 0
|
||||
}
|
||||
|
||||
package() {
|
||||
install -D -m644 "$srcdir"/deviceinfo \
|
||||
"$pkgdir"/etc/deviceinfo
|
||||
#install -D -m644 "$srcdir"/initfs-hook.sh \
|
||||
# "$pkgdir"/etc/postmarketos-mkinitfs/hooks/00-${pkgname}.sh
|
||||
#install -D -m644 "$srcdir"/90-android-touch-dev.rules \
|
||||
# "$pkgdir"/etc/udev/rules.d/90-android-touch-dev.rules
|
||||
#install -D -m644 "$srcdir"/profile.sh \
|
||||
# "$pkgdir"/etc/profile.d/00-$pkgname.sh
|
||||
}
|
||||
|
||||
sha512sums="eaeafab8e394c95c007d00e97b9b3563aedb006013f22b2fae500026700f009a3ef871a911b423103ef59cfae12bfeef96542e75bc22bcace8e17c308cbbddf6 deviceinfo"
|
|
@ -103,7 +103,7 @@ package() {
|
|||
}
|
||||
|
||||
sha512sums="c048b4f195ac6083e1884e41a7fc77c111edb555e6d53ee391d6220f308138c76389edaeb6b166c6f132fa33e8588f03734ed70397440a738b8e3f1c0068fbab e14e5fe679a63eef92346cde874175d8b62b6a4a.zip
|
||||
15bbca94f10b321c03aa0c4a79c98b9b812c2b7fc5f72877fcb9973be37b65d289b51a9b324775d32ce22e653c53aa7e3bc5619ab68b2e92bcbf44d9d727912c config-samsung_tuna.armhf
|
||||
0ba849bfc08d5f2536ddc7fbf02ae78cc1dae3177efcc4994fa684545f01c43e5c144c0fc0eb39a394302a8e50204dcd49de092b0283bddb040e43173de3f00c config-samsung_tuna.armhf
|
||||
d80980e9474c82ba0ef1a6903b434d8bd1b092c40367ba543e72d2c119301c8b2d05265740e4104ca1ac5d15f6c4aa49e8776cb44264a9a28dc551e0d1850dcc compiler-gcc6.h
|
||||
d8cdc1137e6a4ad78a3a31acc40f0c98f4db272eaf5b90ee850abb83b80916c4ff3c18a0a181e94eebead44213f6314e3363d0c4b91d95ee1adafbcad6dc57ab android_paranoid_network.patch
|
||||
65eb11dca6645073885228af6aae6efa40b6f063fd04157b501acf40368bf331dd701f746ed187659f654a9354ddf304aaefca8ffc9ea2b00c145c61162e1189 fix_old_perl_code.patch"
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue