diff options
Diffstat (limited to 'target/linux/mediatek/mt7623_emmc/profiles/00-default.mk')
-rwxr-xr-x | target/linux/mediatek/mt7623_emmc/profiles/00-default.mk | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/target/linux/mediatek/mt7623_emmc/profiles/00-default.mk b/target/linux/mediatek/mt7623_emmc/profiles/00-default.mk new file mode 100755 index 0000000..66f7b17 --- /dev/null +++ b/target/linux/mediatek/mt7623_emmc/profiles/00-default.mk @@ -0,0 +1,27 @@ +# +# Copyright (C) 2015 MediaTek +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + +define Profile/MT7623_EMMC + NAME:=Default Profile + PACKAGES:=\ + -swconfig -rt2x00 \ + ated hwnat switch uci2dat mii_mgr 8021xd e2fsprogs luci mpstat reg qdma nvram \ + wireless-tools block-mount fstools kmod-scsi-generic \ + kmod-nf-sc \ + kmod-usb-core kmod-usb-storage \ + kmod-fs-vfat kmod-fs-ext4 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/MT7623_EMMC/Description + Basic MT7623 SoC support +endef +$(eval $(call Profile,MT7623_EMMC)) + + |