diff options
author | John Crispin <john@openwrt.org> | 2014-11-06 09:31:31 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-11-06 09:31:31 +0000 |
commit | cadf5171074f7b18d007470b9f89deea87bb4c46 (patch) | |
tree | 2a4982693fd872563f0aabe73941c705e2cc21ed /target/linux/ramips/mt7628/profiles/00-default.mk | |
parent | f8404aaf9e44bab6fb629d5ee106e50ca2943d1c (diff) | |
download | upstream-cadf5171074f7b18d007470b9f89deea87bb4c46.tar.gz upstream-cadf5171074f7b18d007470b9f89deea87bb4c46.tar.bz2 upstream-cadf5171074f7b18d007470b9f89deea87bb4c46.zip |
ralink: add support for mt7628
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 43197
Diffstat (limited to 'target/linux/ramips/mt7628/profiles/00-default.mk')
-rw-r--r-- | target/linux/ramips/mt7628/profiles/00-default.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/target/linux/ramips/mt7628/profiles/00-default.mk b/target/linux/ramips/mt7628/profiles/00-default.mk new file mode 100644 index 0000000000..6c7d721444 --- /dev/null +++ b/target/linux/ramips/mt7628/profiles/00-default.mk @@ -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)) |