2
0
forked from Ivasoft/openwrt

ath79: add tiny subtarget

Signed-off-by: Alex Maclean <monkeh@monkeh.net>
This commit is contained in:
Alex Maclean
2018-05-30 14:18:50 +01:00
committed by John Crispin
parent e5ff84d1f0
commit fc8360aa16
8 changed files with 120 additions and 79 deletions

View File

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