summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-03-24 10:07:40 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-03-24 10:07:40 +0000
commit5d9eeab64aadb376a8c07d8faad44b25ac9ce7f5 (patch)
tree10a8d0970c794b914cbf01939dec556f269eb980 /config
parent793a4515845027a38eb32b7c3297ae8266b8c761 (diff)
downloadmaster-31e0f0ae-5d9eeab64aadb376a8c07d8faad44b25ac9ce7f5.tar.gz
master-31e0f0ae-5d9eeab64aadb376a8c07d8faad44b25ac9ce7f5.tar.bz2
master-31e0f0ae-5d9eeab64aadb376a8c07d8faad44b25ac9ce7f5.zip
build: remove obsolete references to cris and avr32
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44965
Diffstat (limited to 'config')
-rw-r--r--config/Config-kernel.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/Config-kernel.in b/config/Config-kernel.in
index a0d9472dcb..6bf65f5bc0 100644
--- a/config/Config-kernel.in
+++ b/config/Config-kernel.in
@@ -518,7 +518,7 @@ endif
config KERNEL_SECCOMP
bool "Enable seccomp support"
- depends on !(TARGET_uml || TARGET_avr32)
+ depends on !(TARGET_uml)
default n
help
Build kernel with support for seccomp.