]> TLD Linux GIT Repositories - packages/kernel.git/commitdiff
- Linux 3.2.5
authorBartosz Świątek <shadzik@tld-linux.org>
Tue, 7 Feb 2012 12:12:35 +0000 (13:12 +0100)
committerBartosz Świątek <shadzik@tld-linux.org>
Tue, 7 Feb 2012 12:12:35 +0000 (13:12 +0100)
- add some i586 specific options

kernel-vanilla.spec

index fb976df552567fb40793f28e5ba93abc622c1a24..7db600b102401bd65a681f7c825d9e7ac44716ec 100644 (file)
@@ -5,7 +5,7 @@
 %{?debug:%define with_verbose 1}
 
 %define                _basever                3.2
-%define                _postver                .4
+%define                _postver                .5
 %define                _rel                    1
 
 %define                _enable_debug_packages                  0
@@ -33,7 +33,7 @@ Source0:      http://www.kernel.org/pub/linux/kernel/v3.x/linux-%{_basever}.tar.bz2
 # Source0-md5: 7ceb61f87c097fc17509844b71268935
 %if "%{_postver}" != "%{nil}"
 Source1:       http://www.kernel.org/pub/linux/kernel/v3.x/patch-%{version}.bz2
-# Source1-md5: 02adf3e0450969dec6219ca52ff2a68a
+# Source1-md5: fb4d0b76b4c9a42977d75c4b2f3948d0
 %endif
 
 Source2:       kernel-vanilla-autoconf.h
@@ -356,6 +356,9 @@ TuneUpConfigForIX86 () {
        sed -i "s:# CONFIG_HIGHMEM4G is not set:CONFIG_HIGHMEM4G=y:" $1
        sed -i "s:CONFIG_HIGHMEM64G=y:# CONFIG_HIGHMEM64G is not set:" $1
        sed -i ":CONFIG_X86_PAE=y:d" $1
+       echo "# CONFIG_OLPC is not set" >> $1
+       echo "CONFIG_CRYPTO_DEV_HIFN_795X=m" >> $1
+       echo "# CONFIG_CRYPTO_DEV_HIFN_795X_RNG is not set" >> $1
        %else
        sed -i 's:CONFIG_M586=y# CONFIG_M586 is not set::' $1
        sed -i 's:# CONFIG_M686 is not set:CONFIG_M686=y:' $1