mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
linux-sun5i: some extra modules
This commit is contained in:
parent
5d36feb26e
commit
b5b0fa82a1
2 changed files with 300 additions and 1201 deletions
|
@ -22,7 +22,7 @@ options=('!strip')
|
|||
source=('config'
|
||||
'change-default-console-loglevel.patch'
|
||||
"linux.tar.gz::https://github.com/${_github_user}/${_github_repo}/tarball/${_github_commitID}")
|
||||
md5sums=('a50fdded554ddf2d2c6753d6cd2af09a'
|
||||
md5sums=('2fef4542718375e870f5f782191948b8'
|
||||
'9d3c56a4b999c8bfbd4018089a62f662'
|
||||
'2950b29bf222bb521b6aa21170da95f7')
|
||||
|
||||
|
@ -44,8 +44,8 @@ build() {
|
|||
# (relevant patch sent upstream: https://lkml.org/lkml/2011/7/26/227)
|
||||
patch -Np1 -i "${srcdir}/change-default-console-loglevel.patch"
|
||||
|
||||
#cat "${srcdir}/config" > ./.config
|
||||
make sun5i_defconfig
|
||||
cat "${srcdir}/config" > ./.config
|
||||
#make sun5i_defconfig
|
||||
|
||||
# set extraversion to pkgrel
|
||||
sed -ri "s|^(EXTRAVERSION =).*|\1 -${pkgrel}|" Makefile
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue