From ee8700d0964805ccabd2d07c989e76caed633261 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Wed, 24 Oct 2012 19:05:48 +0200 Subject: [PATCH] kernel: Add back 'options SMP' as a no-op. This is to prevent people working with both 3.2 and master from needing different kernel configs. Pointed-out-by: dillon --- sys/conf/options | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/conf/options b/sys/conf/options index 452a0ce760..ac09c403df 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -693,3 +693,7 @@ TDMA_TXRATE_11NA_DEFAULT opt_tdma.h TDMA_TXRATE_11NG_DEFAULT opt_tdma.h PANIC_REBOOT_WAIT_TIME opt_panic.h + +# Obsolete options (will be removed in the future) +# +SMP opt_dontuse.h -- 2.15.1