aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mediatek/mt7622/profiles
diff options
context:
space:
mode:
authorJohn Crispin <john@phrozen.org>2018-05-24 22:10:49 +0200
committerJohn Crispin <john@phrozen.org>2018-06-18 21:21:53 +0200
commit8e662b96542d06ab6602ae8d390d2512a10784d4 (patch)
tree0561365d8ee8879afae8997b1bf775ec1e07103f /target/linux/mediatek/mt7622/profiles
parentda8fc1511fc83f6ba2cf0e1e1feadbe1b9b58f4d (diff)
downloadupstream-8e662b96542d06ab6602ae8d390d2512a10784d4.tar.gz
upstream-8e662b96542d06ab6602ae8d390d2512a10784d4.tar.bz2
upstream-8e662b96542d06ab6602ae8d390d2512a10784d4.zip
mediatek: add mt7622 subtarget
Signed-off-by: John Crispin <john@phrozen.org> (cherry picked from commit 51740777fb37cb7bdc250d74b366840269439cf3)
Diffstat (limited to 'target/linux/mediatek/mt7622/profiles')
-rw-r--r--target/linux/mediatek/mt7622/profiles/default.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/target/linux/mediatek/mt7622/profiles/default.mk b/target/linux/mediatek/mt7622/profiles/default.mk
new file mode 100644
index 0000000000..2ef570ba66
--- /dev/null
+++ b/target/linux/mediatek/mt7622/profiles/default.mk
@@ -0,0 +1,15 @@
+#
+# 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))