2
0
forked from Ivasoft/openwrt

ramips: add subtarget for mt7688

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 46473
This commit is contained in:
John Crispin
2015-07-24 09:11:56 +00:00
parent 7449ea88db
commit e04e44a223
7 changed files with 254 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
#
# Copyright (C) 2011 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
PACKAGES:=\
kmod-usb-core kmod-usb2 kmod-usb-ohci \
kmod-ledtrig-usbdev
endef
define Profile/Default/Description
Default package set compatible with most boards.
endef
$(eval $(call Profile,Default))