1
0
This repository has been archived on 2024-07-22. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
svn-openwrt-archive/target/linux/ramips/mt7688/profiles/01-mediatek.mk
John Crispin 3ff9dbb508 ramips: add LinkIt Smart7688 support
Signed-off-by: John Crispin <blogic@openwrt.org>

Backport of r47203

SVN-Revision: 47227
2015-10-19 10:19:22 +00:00

19 lines
424 B
Makefile

#
# Copyright (C) 2015 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
define Profile/LinkIt7688
NAME:=LinkIt7688
PACKAGES:=\
kmod-usb-core kmod-usb2 kmod-usb-ohci \
uboot-envtools kmod-ledtrig-netdev
endef
define Profile/LinkIt7688/Description
Default package set compatible with most boards.
endef
$(eval $(call Profile,LinkIt7688))