diff options
author | Alex Maclean <monkeh@monkeh.net> | 2018-05-30 14:18:50 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-06-01 08:22:38 +0200 |
commit | fc8360aa16bcbc04b820265328ff3327bbcf50a0 (patch) | |
tree | 483db7bde4274f11f5617a9ae8db6cb51335d255 /target/linux/ath79/tiny/profiles | |
parent | e5ff84d1f0d999545341af2e2f1b15e1522a4829 (diff) | |
download | upstream-fc8360aa16bcbc04b820265328ff3327bbcf50a0.tar.gz upstream-fc8360aa16bcbc04b820265328ff3327bbcf50a0.tar.bz2 upstream-fc8360aa16bcbc04b820265328ff3327bbcf50a0.zip |
ath79: add tiny subtarget
Signed-off-by: Alex Maclean <monkeh@monkeh.net>
Diffstat (limited to 'target/linux/ath79/tiny/profiles')
-rw-r--r-- | target/linux/ath79/tiny/profiles/00-default.mk | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/ath79/tiny/profiles/00-default.mk b/target/linux/ath79/tiny/profiles/00-default.mk new file mode 100644 index 0000000000..aa8e1195f8 --- /dev/null +++ b/target/linux/ath79/tiny/profiles/00-default.mk @@ -0,0 +1,9 @@ +define Profile/Default + NAME:=Default Profile (all drivers) + PRIORITY := 1 +endef + +define Profile/Default/Description + Default package set compatible with most boards. +endef +$(eval $(call Profile,Default)) |