]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- fixed (i hope) SMP modules directory (thx to pepe (at) apollo.pl)
authorSÅ‚awomir Paszkiewicz <paszczus@pld-linux.org>
Sat, 2 Sep 2006 21:37:12 +0000 (21:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kernel.spec -> 1.441.2.1558.2.29

kernel.spec

index 6a168f57098f63e92df841f38d1e9d5d02315626..9f7dd057a29cc054dd4eff166604969a82dc337c 100644 (file)
@@ -984,6 +984,11 @@ BuildConfig() {
 %{?debug:sed -i "s:# CONFIG_DEBUG_PREEMPT is not set:CONFIG_DEBUG_PREEMPT=y:" arch/%{_target_base_arch}/defconfig}
 %{?debug:sed -i "s:# CONFIG_RT_DEADLOCK_DETECT is not set:CONFIG_RT_DEADLOCK_DETECT=y:" arch/%{_target_base_arch}/defconfig}
 
+       if [ "$smp" = "yes" ]; then
+               sed -e 's:CONFIG_LOCALVERSION="":CONFIG_LOCALVERSION="smp":'    \
+                       -i arch/%{_target_base_arch}/defconfig
+       fi
+
        ln -sf arch/%{_target_base_arch}/defconfig .config
        install -d $KERNEL_INSTALL_DIR/usr/src/linux-%{version}/include/linux
        rm -f include/linux/autoconf.h
This page took 0.0787099999999999 seconds and 4 git commands to generate.