summaryrefslogtreecommitdiff
path: root/target/linux/mediatek/mt7623_emmc/profiles
diff options
context:
space:
mode:
authorLudovic Pouzenc <ludovic@pouzenc.fr>2018-09-14 23:51:39 +0200
committerLudovic Pouzenc <ludovic@pouzenc.fr>2018-09-14 23:51:39 +0200
commitb1de0730aebffb68c8fc6283860ad6cb5c2b3e30 (patch)
tree08c244f97c0bd031667c22de8fff79fd27b23f42 /target/linux/mediatek/mt7623_emmc/profiles
parentf5638170e1137e28ee138e4b66ce5d310e2a21f4 (diff)
downloadmtk-20170518-b1de0730aebffb68c8fc6283860ad6cb5c2b3e30.zip
mtk-20170518-b1de0730aebffb68c8fc6283860ad6cb5c2b3e30.tar.gz
mtk-20170518-b1de0730aebffb68c8fc6283860ad6cb5c2b3e30.tar.bz2
target/linux/mediatek: add mt7623 support
Diffstat (limited to 'target/linux/mediatek/mt7623_emmc/profiles')
-rwxr-xr-xtarget/linux/mediatek/mt7623_emmc/profiles/00-default.mk27
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))
+
+