[LEDE-DEV] [PATCH v3 07/10] ipq806x/profiles: Add Archer C2600
Ash Benz
ash.benz at bk.ru
Fri May 27 07:11:45 PDT 2016
Signed-off-by: Ash Benz <ash.benz at bk.ru>
---
target/linux/ipq806x/profiles/tplink.mk | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
create mode 100644 target/linux/ipq806x/profiles/tplink.mk
diff --git a/target/linux/ipq806x/profiles/tplink.mk b/target/linux/ipq806x/profiles/tplink.mk
new file mode 100644
index 0000000..d3f5a6c
--- /dev/null
+++ b/target/linux/ipq806x/profiles/tplink.mk
@@ -0,0 +1,20 @@
+#
+# Copyright (c) 2014 The Linux Foundation. All rights reserved.
+# Copyright (C) 2009 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
+
+define Profile/C2600
+ NAME:=TP-Link Archer C2600
+ PACKAGES:= \
+ kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev \
+ kmod-usb3 kmod-usb-dwc3-qcom kmod-usb-phy-qcom-dwc3 \
+ kmod-ath10k ath10k-firmware-qca99x0 wpad-mini
+endef
+
+define Profile/C2600/Description
+ Package set for the TP-Link Archer C2600.
+endef
+$(eval $(call Profile,C2600))
--
2.1.4
More information about the Lede-dev
mailing list