add checksum update for kernel config change

This commit is contained in:
Andrew Wiley 2013-09-08 12:18:07 -05:00
parent 29df3559df
commit 9ad30fc240

View file

@ -26,7 +26,7 @@ source=('support.patch'
"http://algo.ing.unimo.it/people/paolo/disk_sched/patches/3.8.0-v6/0002-block-introduce-the-BFQ-v6-I-O-sched-for-3.8.patch")
md5sums=('f5d3635da03cb45904bedd69b47133de'
'721dcb06f49973b678a8bb7a27fc3ccd'
'22606bb1a818cfa81b635b03eda3311f'
'd00814b57448895e65fbbc800e8a58ba'
'c38fa5f5065be065282887e0a3e2dc63'
'd5c4e024aa5843d645faba0ac256f782'
@ -83,7 +83,7 @@ build() {
# load configuration
# Configure the kernel. Replace the line below with one of your choice.
#make menuconfig # CLI menu for configuration
#make nconfig # new CLI menu for configuration
make nconfig # new CLI menu for configuration
#make xconfig # X-based configuration
#make oldconfig # using old config from previous kernel version
# ... or manually edit .config
@ -94,8 +94,8 @@ build() {
####################
# stop here
# this is useful to configure the kernel
#msg "Stopping build"
#return 1
msg "Stopping build"
return 1
####################
#yes "" | make config