firmware/firmware-samsung-i9070: fix linting issues (!873)
This commit is contained in:
parent
695fb13480
commit
146d4775ec
1 changed files with 8 additions and 10 deletions
|
@ -1,23 +1,21 @@
|
||||||
|
# Contributor: Daniele Debernardi <drebrez@gmail.com>
|
||||||
pkgname=firmware-samsung-i9070
|
pkgname=firmware-samsung-i9070
|
||||||
pkgver=1
|
pkgver=1
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
|
_commit="e24d9687e7fda4f94fc6652d137ed8e703930c3a"
|
||||||
pkgdesc="Samsung Galaxy S Advance Firmware"
|
pkgdesc="Samsung Galaxy S Advance Firmware"
|
||||||
url="https://github.com/Epirex/android_vendor_samsung_u8500"
|
url="https://github.com/Epirex/android_vendor_samsung_u8500"
|
||||||
arch="armhf"
|
arch="armhf"
|
||||||
license="proprietary"
|
license="proprietary"
|
||||||
|
source="$pkgname-$_commit.tar.gz::https://github.com/Epirex/android_vendor_samsung_u8500/archive/$_commit.tar.gz"
|
||||||
# Source
|
options="!check !strip !archcheck !spdx"
|
||||||
_commit="e24d9687e7fda4f94fc6652d137ed8e703930c3a"
|
builddir="$srcdir/android_vendor_samsung_u8500-$_commit"
|
||||||
source="$pkgname-$_commit.tar.gz::$url/archive/${_commit}.tar.gz"
|
|
||||||
options="!check !strip"
|
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$srcdir/android_vendor_samsung_u8500-${_commit}"
|
|
||||||
|
|
||||||
# Wifi
|
# Wifi
|
||||||
for _i in bcmdhd_sta.bin nvram_net.txt; do
|
for _i in bcmdhd_sta.bin nvram_net.txt; do
|
||||||
install -Dm644 "janice/system/etc/wifi/$_i" \
|
install -Dm644 janice/system/etc/wifi/"$_i" \
|
||||||
"$pkgdir/lib/firmware/postmarketos/$_i"
|
"$pkgdir"/lib/firmware/postmarketos/"$_i"
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue