diff options
Diffstat (limited to 'target/linux/ramips/mt7628/profiles')
-rwxr-xr-x | target/linux/ramips/mt7628/profiles/00-default.mk | 24 |
1 files changed, 24 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 100755 index 0000000..455696c --- /dev/null +++ b/target/linux/ramips/mt7628/profiles/00-default.mk @@ -0,0 +1,24 @@ +# +# Copyright (C) 2011 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/MT7628 + NAME:=MT7628 Default + PACKAGES:= -swconfig -rt2x00 \ + ated reg gpio btnd switch ethstt uci2dat mii_mgr watchdog 8021xd \ + wireless-tools xl2tpd block-mount fstools kmod-scsi-generic \ + kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-usb-storage \ + kmod-fs-vfat kmod-fs-ntfs kmod-nls-base kmod-nls-utf8 kmod-nls-cp936 \ + kmod-nls-cp437 kmod-nls-cp850 kmod-nls-iso8859-1 kmod-nls-iso8859-15 kmod-nls-cp950 +endef + +define Profile/MT7628/Description + Basic MT7628 SoC support +endef +$(eval $(call Profile,MT7628)) + + + |