From 29c6ddd99eeb0aa9fa7f65fbe50c5b12ead67918 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 26 Feb 2020 13:01:32 +0100 Subject: ipq807x: add very basic target support This is still missing a lot of love but people want to start working on it so lets give them a common baseline. Signed-off-by: John Crispin --- target/linux/ipq807x/profiles/default.mk | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 target/linux/ipq807x/profiles/default.mk (limited to 'target/linux/ipq807x/profiles') diff --git a/target/linux/ipq807x/profiles/default.mk b/target/linux/ipq807x/profiles/default.mk new file mode 100644 index 0000000000..44935d6905 --- /dev/null +++ b/target/linux/ipq807x/profiles/default.mk @@ -0,0 +1,8 @@ +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)) -- cgit v1.2.3