firmware-samsung-manta: remove .post-install script (MR 4783)
The adjustments made by this script are unnecessary now that the device runs a mainline kernel, and more importantly the brcmfmac driver (as opposed to the bcmdhd driver used in the vendor kernel). Signed-off-by: Alexandre Marquet <tb@a-marquet.fr>
This commit is contained in:
parent
4d17876274
commit
de63d0f060
2 changed files with 2 additions and 13 deletions
|
@ -1,14 +1,13 @@
|
|||
# Maintainer: Jenneron <jenneron@protonmail.com>
|
||||
# Co-Maintainer: Alexandre Marquet <tb@a-marquet.fr>
|
||||
pkgname=firmware-samsung-manta
|
||||
pkgver=2
|
||||
pkgrel=2
|
||||
pkgver=3
|
||||
pkgrel=0
|
||||
pkgdesc="Firmware for Samsung Manta (Nexus 10)"
|
||||
url="https://developers.google.com/android/drivers#mantalmy49j"
|
||||
arch="armv7"
|
||||
license="proprietary"
|
||||
options="!check !strip !archcheck !tracedeps pmb:cross-native"
|
||||
install="$pkgname.post-install"
|
||||
_commitfw="5d170b264b593b75734a2c4f10f06fbe42bb5067"
|
||||
_commitdev="f654b082d30391218c985cd2e2c9089e1b444e11"
|
||||
source="
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Enable autostart of deferred initcalls (needed to bring Wi-Fi online)
|
||||
rc-update -q add deferred-initcalls sysinit
|
||||
|
||||
# Explicitly specify wlan device. Without this, p2p0 will be
|
||||
# selected automatically instead of wlan0, and Wi-Fi will not work.
|
||||
if [ -f /etc/conf.d/wpa_supplicant ] && ! grep -q "i wlan0" /etc/conf.d/wpa_supplicant ; then
|
||||
sed -i 's/-Dnl80211,wext/-Dnl80211,wext -i wlan0/' /etc/conf.d/wpa_supplicant
|
||||
fi
|
Loading…
Reference in a new issue