aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/bmips/profiles
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/bmips/profiles')
-rw-r--r--target/linux/bmips/profiles/default.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/bmips/profiles/default.mk b/target/linux/bmips/profiles/default.mk
new file mode 100644
index 0000000000..5b4edd6075
--- /dev/null
+++ b/target/linux/bmips/profiles/default.mk
@@ -0,0 +1,10 @@
+define Profile/Default
+ NAME:=Default Profile
+ PRIORITY:=1
+endef
+
+define Profile/Default/Description
+ Default package set compatible with most boards.
+endef
+
+$(eval $(call Profile,Default))