diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-01-13 15:04:17 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-01-16 20:40:13 +0100 |
commit | 371b382a40e98d73aa71acb23b1bfbd216512510 (patch) | |
tree | b4e24cfc965c269f74386f604037899bba2afbeb /target/linux/x86/xen_domu/profiles | |
parent | 1d6879eedd5a766e82e7e4b33d79186a0ca40aa9 (diff) | |
download | upstream-371b382a40e98d73aa71acb23b1bfbd216512510.tar.gz upstream-371b382a40e98d73aa71acb23b1bfbd216512510.tar.bz2 upstream-371b382a40e98d73aa71acb23b1bfbd216512510.zip |
x86: remove the xen_domu subtarget
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/x86/xen_domu/profiles')
-rw-r--r-- | target/linux/x86/xen_domu/profiles/000-Generic.mk | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/target/linux/x86/xen_domu/profiles/000-Generic.mk b/target/linux/x86/xen_domu/profiles/000-Generic.mk deleted file mode 100644 index ccd125afa2..0000000000 --- a/target/linux/x86/xen_domu/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)) |