From 7b4ff671b7c416297d8be63b5eba44800f45f1bd Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 24 Jul 2015 09:11:56 +0000 Subject: ramips: add subtarget for mt7688 Signed-off-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46473 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ramips/mt7688/profiles/01-mediatek.mk | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 target/linux/ramips/mt7688/profiles/01-mediatek.mk (limited to 'target/linux/ramips/mt7688/profiles/01-mediatek.mk') diff --git a/target/linux/ramips/mt7688/profiles/01-mediatek.mk b/target/linux/ramips/mt7688/profiles/01-mediatek.mk new file mode 100644 index 0000000000..02190dd3ab --- /dev/null +++ b/target/linux/ramips/mt7688/profiles/01-mediatek.mk @@ -0,0 +1,18 @@ +# +# Copyright (C) 2015 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/mt7688 + NAME:=mt7688 + PACKAGES:=\ + kmod-usb-core kmod-usb2 kmod-usb-ohci \ + kmod-ledtrig-usbdev +endef + +define Profile/mt7688/Description + Default package set compatible with most boards. +endef +$(eval $(call Profile,mt7688)) -- cgit v1.2.3