2
0
forked from Ivasoft/openwrt

ipq40xx: add target

Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Signed-off-by: Mathias Kresin <dev@kresin.me>
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
John Crispin
2018-02-21 20:40:50 +01:00
committed by Mathias Kresin
parent b7f115f22a
commit 54b275c8ed
57 changed files with 25756 additions and 7 deletions

View File

@@ -0,0 +1,9 @@
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))