[openwrt/openwrt] mediatek: remove generic profiles

LEDE Commits lede-commits at lists.infradead.org
Wed Jan 27 15:31:44 EST 2021


adrian pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/44f2d71eddd1bdf51bfcfff8b1a63b822dcc2d39

commit 44f2d71eddd1bdf51bfcfff8b1a63b822dcc2d39
Author: Adrian Schmutzler <freifunk at adrianschmutzler.de>
AuthorDate: Fri Jan 22 11:51:19 2021 +0100

    mediatek: remove generic profiles
    
    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 <freifunk at adrianschmutzler.de>
    Acked-by: Paul Spooren <mail at aparcar.org>
---
 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(-)

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))



More information about the lede-commits mailing list