diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-24 10:07:40 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-24 10:07:40 +0000 |
commit | 658472564b1fde25940ee544b84cf2605598edfb (patch) | |
tree | bd88dfdef2e00fc878adf4560b3a736cac972723 /config | |
parent | 67829ffd186285898d417587690dafa4dcf05a0a (diff) | |
download | master-187ad058-658472564b1fde25940ee544b84cf2605598edfb.tar.gz master-187ad058-658472564b1fde25940ee544b84cf2605598edfb.tar.bz2 master-187ad058-658472564b1fde25940ee544b84cf2605598edfb.zip |
build: remove obsolete references to cris and avr32
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44965 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'config')
-rw-r--r-- | config/Config-kernel.in | 2 |
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. |