We have support for reference boards available on this target, so support for an additional generic profile does not make much sense.
Remove it to have one thing less to maintain. Signed-off-by: Adrian Schmutzler <[email protected]> --- target/linux/mediatek/mt7622/profiles/default.mk | 15 --------------- target/linux/mediatek/mt7623/profiles/default.mk | 15 --------------- target/linux/mediatek/mt7629/profiles/default.mk | 15 --------------- 3 files changed, 45 deletions(-) delete mode 100644 target/linux/mediatek/mt7622/profiles/default.mk delete mode 100644 target/linux/mediatek/mt7623/profiles/default.mk delete mode 100644 target/linux/mediatek/mt7629/profiles/default.mk diff --git a/target/linux/mediatek/mt7622/profiles/default.mk b/target/linux/mediatek/mt7622/profiles/default.mk deleted file mode 100644 index 2ef570ba66..0000000000 --- a/target/linux/mediatek/mt7622/profiles/default.mk +++ /dev/null @@ -1,15 +0,0 @@ -# -# Copyright (C) 2015 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# - -define Profile/Default - NAME:=Default Profile (minimum package set) -endef - -define Profile/Default/Description - Default package set compatible with most boards. -endef -$(eval $(call Profile,Default)) diff --git a/target/linux/mediatek/mt7623/profiles/default.mk b/target/linux/mediatek/mt7623/profiles/default.mk deleted file mode 100644 index 2ef570ba66..0000000000 --- a/target/linux/mediatek/mt7623/profiles/default.mk +++ /dev/null @@ -1,15 +0,0 @@ -# -# Copyright (C) 2015 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# - -define Profile/Default - NAME:=Default Profile (minimum package set) -endef - -define Profile/Default/Description - Default package set compatible with most boards. -endef -$(eval $(call Profile,Default)) diff --git a/target/linux/mediatek/mt7629/profiles/default.mk b/target/linux/mediatek/mt7629/profiles/default.mk deleted file mode 100644 index 2ef570ba66..0000000000 --- a/target/linux/mediatek/mt7629/profiles/default.mk +++ /dev/null @@ -1,15 +0,0 @@ -# -# Copyright (C) 2015 OpenWrt.org -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# - -define Profile/Default - NAME:=Default Profile (minimum package set) -endef - -define Profile/Default/Description - Default package set compatible with most boards. -endef -$(eval $(call Profile,Default)) -- 2.20.1 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
