Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
pharra committed Apr 12, 2018
1 parent f99a23c commit 8c04cc2
Showing 2 changed files with 1,342 additions and 1,156 deletions.
10 changes: 5 additions & 5 deletions build/PKGBUILD
Original file line number Diff line number Diff line change
@@ -5,9 +5,9 @@

#pkgbase=linux # Build stock -ARCH kernel
pkgbase=linux-surface4 # Build kernel with a different name
_srcname=linux-4.15.15
pkgver=4.15.15
pkgrel=2
_srcname=linux-4.15.16
pkgver=4.15.16
pkgrel=1
arch=('x86_64')
url="https://www.kernel.org/"
license=('GPL2')
@@ -47,7 +47,7 @@ sha256sums=('d255c8293029809782f5a553e63c4a197badea2e0460ae28045663a6958d3fb9'
'82d0fa48947aff93cbbc9a0f0f3020bf95e860d604549b20f7ef8e1634798bd8'
'0b56e8ef7e6fee6a995bfe0eeb3631c2e145cc2ca205861dd301f4c0d803dadf'
'SKIP'
'f148ca67d14723692519e8f71c3d03ba190b560dcd906ffd55eda0e87c11c6ae'
'da760265dd59136853a94eacbe1a4662a0faf07600bc6415894689797c460f3d'
'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
'75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')
@@ -101,7 +101,7 @@ prepare() {
# ... or manually edit .config

# rewrite configuration
yes "" | make config >/dev/null
#yes "" | make config >/dev/null
}

build() {
Loading

0 comments on commit 8c04cc2

Please sign in to comment.