2
0
forked from Ivasoft/openwrt

mediatek: backport upstream mediatek patches

Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
John Crispin
2018-05-07 12:07:32 +02:00
parent 4f67c1522d
commit 050da2107a
130 changed files with 21978 additions and 99 deletions

View File

@@ -0,0 +1,15 @@
#
# Copyright (C) 2015 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
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))