[LEDE-DEV] [PATCH v4 6/6] sunxi: define a Default profile

Yousong Zhou yszhou4tech at gmail.com
Wed Jan 4 06:19:32 PST 2017


Then the default package set was generated by sort | uniq all current
available device packages and the result set seems tamable

Signed-off-by: Yousong Zhou <yszhou4tech at gmail.com>
---
 target/linux/sunxi/profiles/00-default.mk | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 target/linux/sunxi/profiles/00-default.mk

diff --git a/target/linux/sunxi/profiles/00-default.mk b/target/linux/sunxi/profiles/00-default.mk
new file mode 100644
index 0000000..b7ecfb0
--- /dev/null
+++ b/target/linux/sunxi/profiles/00-default.mk
@@ -0,0 +1,28 @@
+#
+# Copyright (C) 2017 Yousong Zhou
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
+
+define Profile/Default
+  NAME:=Default Profile (all drivers)
+  PACKAGES:= \
+	kmod-ata-core \
+	kmod-ata-sunxi \
+	kmod-brcmfmac \
+	kmod-rtc-sunxi \
+	kmod-rtl8192cu \
+	kmod-rtl8xxxu \
+	kmod-sun4i-emac \
+	rtl8188eu-firmware \
+	swconfig \
+	uboot-sunxi-all \
+	wpad-mini
+  PRIORITY := 1
+endef
+
+define Profile/Default/Description
+  Default profile with package set compatible with most boards.
+endef
+$(eval $(call Profile,Default))
-- 
2.6.4




More information about the Lede-dev mailing list