diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-06-25 17:06:37 +0200 |
---|---|---|
committer | Zoltan HERPAI <wigyori@uid0.hu> | 2016-06-25 17:06:37 +0200 |
commit | 768e546b34ef46d07043d8c9d45ad237661c04e4 (patch) | |
tree | d0cb1d6b85d52138d46448e49955a9ba9680efcd /target/linux/x86/kvm_guest/profiles | |
parent | e8ae2da9ea0ca51bd41876f5021aa24862fc1248 (diff) | |
download | master-187ad058-768e546b34ef46d07043d8c9d45ad237661c04e4.tar.gz master-187ad058-768e546b34ef46d07043d8c9d45ad237661c04e4.tar.bz2 master-187ad058-768e546b34ef46d07043d8c9d45ad237661c04e4.zip |
x86: remove the kvm_guest subtarget
32-bit only hardware that supports kvm is very rare.
It's not worth keeping a separate subtarget for this.
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/x86/kvm_guest/profiles')
-rw-r--r-- | target/linux/x86/kvm_guest/profiles/000-Generic.mk | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/target/linux/x86/kvm_guest/profiles/000-Generic.mk b/target/linux/x86/kvm_guest/profiles/000-Generic.mk deleted file mode 100644 index ccd125afa2..0000000000 --- a/target/linux/x86/kvm_guest/profiles/000-Generic.mk +++ /dev/null @@ -1,15 +0,0 @@ -# -# Copyright (C) 2006-2015 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# - -define Profile/Generic - NAME:=Generic -endef - -define Profile/Generic/Description - Generic Profile -endef -$(eval $(call Profile,Generic)) |