samsung-m0/m3: add notification led (MR 3012)
[ci:skip-build] Already built successfuly on CI in MR
This commit is contained in:
parent
f41cfe726a
commit
83158aa8e2
4 changed files with 16 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
# Maintainer: Newbyte <newbyte@disroot.org>
|
# Maintainer: Newbyte <newbyte@disroot.org>
|
||||||
pkgname=device-samsung-m0
|
pkgname=device-samsung-m0
|
||||||
pkgdesc="Samsung Galaxy S III"
|
pkgdesc="Samsung Galaxy S III"
|
||||||
pkgver=4
|
pkgver=5
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
@ -22,6 +22,7 @@ source="
|
||||||
deviceinfo
|
deviceinfo
|
||||||
ucm/Midas.conf
|
ucm/Midas.conf
|
||||||
ucm/HiFi.conf
|
ucm/HiFi.conf
|
||||||
|
modules-load.conf
|
||||||
"
|
"
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
@ -53,4 +54,5 @@ sha512sums="
|
||||||
d9a655ccbba48f68e44a37149a9078adbd1f40179b592215cc68383ecd3c391262fd5c694e0569316e55964d6f4c7ccc23d15fdaff53a98b873ad28246c6ab28 deviceinfo
|
d9a655ccbba48f68e44a37149a9078adbd1f40179b592215cc68383ecd3c391262fd5c694e0569316e55964d6f4c7ccc23d15fdaff53a98b873ad28246c6ab28 deviceinfo
|
||||||
caa81e8ab6753c0ca24c22fb6742288765dfbf2469b8b8c35c5789edfcee546ef1c3b14ad6e540c417f434258399300f17d312b58157635eafab134587ef94cc Midas.conf
|
caa81e8ab6753c0ca24c22fb6742288765dfbf2469b8b8c35c5789edfcee546ef1c3b14ad6e540c417f434258399300f17d312b58157635eafab134587ef94cc Midas.conf
|
||||||
e6df5f3c4b8203447d9cbec1cf10588d9dc03d3be49e596393de5bd2afb9cc9fab669d1ade2c4ee7e0886fdbaa0e4266a3bddd55a866f3ea98dd82267bc9e856 HiFi.conf
|
e6df5f3c4b8203447d9cbec1cf10588d9dc03d3be49e596393de5bd2afb9cc9fab669d1ade2c4ee7e0886fdbaa0e4266a3bddd55a866f3ea98dd82267bc9e856 HiFi.conf
|
||||||
|
56a2bdffc273cb0a581192e65378ff50e71c7bc8a696af7d5e7c165a53c005aae104c4514c68afb668454c5a94ce78bd509f8a40e3401d67e16636b1ed81d051 modules-load.conf
|
||||||
"
|
"
|
||||||
|
|
5
device/testing/device-samsung-m0/modules-load.conf
Normal file
5
device/testing/device-samsung-m0/modules-load.conf
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
# This file contains the names of kernel modules that should be loaded
|
||||||
|
# at boot time, one per line. Lines beginning with "#" are ignored.
|
||||||
|
|
||||||
|
# notification led module
|
||||||
|
ledtrig-pattern
|
|
@ -1,7 +1,7 @@
|
||||||
# Reference: <https://postmarketos.org/devicepkg>
|
# Reference: <https://postmarketos.org/devicepkg>
|
||||||
pkgname=device-samsung-m3
|
pkgname=device-samsung-m3
|
||||||
pkgdesc="Samsung Galaxy S III LTE"
|
pkgdesc="Samsung Galaxy S III LTE"
|
||||||
pkgver=4
|
pkgver=5
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
url="https://postmarketos.org"
|
url="https://postmarketos.org"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
@ -21,6 +21,7 @@ source="
|
||||||
deviceinfo
|
deviceinfo
|
||||||
ucm/Midas.conf
|
ucm/Midas.conf
|
||||||
ucm/HiFi.conf
|
ucm/HiFi.conf
|
||||||
|
modules-load.conf
|
||||||
"
|
"
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
@ -52,4 +53,5 @@ sha512sums="
|
||||||
d2ed2eedd223854766121058273a3a90b1672dbb95d0072b56100c01196cbe5ee96049c3b646b9b2f60af1254743ef4c4006e6275f407d582ec012e7bd383f71 deviceinfo
|
d2ed2eedd223854766121058273a3a90b1672dbb95d0072b56100c01196cbe5ee96049c3b646b9b2f60af1254743ef4c4006e6275f407d582ec012e7bd383f71 deviceinfo
|
||||||
caa81e8ab6753c0ca24c22fb6742288765dfbf2469b8b8c35c5789edfcee546ef1c3b14ad6e540c417f434258399300f17d312b58157635eafab134587ef94cc Midas.conf
|
caa81e8ab6753c0ca24c22fb6742288765dfbf2469b8b8c35c5789edfcee546ef1c3b14ad6e540c417f434258399300f17d312b58157635eafab134587ef94cc Midas.conf
|
||||||
e6df5f3c4b8203447d9cbec1cf10588d9dc03d3be49e596393de5bd2afb9cc9fab669d1ade2c4ee7e0886fdbaa0e4266a3bddd55a866f3ea98dd82267bc9e856 HiFi.conf
|
e6df5f3c4b8203447d9cbec1cf10588d9dc03d3be49e596393de5bd2afb9cc9fab669d1ade2c4ee7e0886fdbaa0e4266a3bddd55a866f3ea98dd82267bc9e856 HiFi.conf
|
||||||
|
56a2bdffc273cb0a581192e65378ff50e71c7bc8a696af7d5e7c165a53c005aae104c4514c68afb668454c5a94ce78bd509f8a40e3401d67e16636b1ed81d051 modules-load.conf
|
||||||
"
|
"
|
||||||
|
|
5
device/testing/device-samsung-m3/modules-load.conf
Normal file
5
device/testing/device-samsung-m3/modules-load.conf
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
# This file contains the names of kernel modules that should be loaded
|
||||||
|
# at boot time, one per line. Lines beginning with "#" are ignored.
|
||||||
|
|
||||||
|
# notification led module
|
||||||
|
ledtrig-pattern
|
Loading…
Reference in a new issue