aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/generic/profiles/domywifi.mk
diff options
context:
space:
mode:
authorZoltan Herpai <wigyori@uid0.hu>2016-10-28 17:27:07 +0200
committerGitHub <noreply@github.com>2016-10-28 17:27:07 +0200
commitc4ce8c716cb5c83e4a9fe003c24f09f4e8d8a731 (patch)
tree114951c5a47a1db182362c80f71080cf7647ece2 /target/linux/ar71xx/generic/profiles/domywifi.mk
parent1378f4a4d9908dd48dcf21ee526334d86344ec68 (diff)
parenta8a1e2a19a7bd8dbd03e40f4b81b3a603a381034 (diff)
downloadupstream-c4ce8c716cb5c83e4a9fe003c24f09f4e8d8a731.tar.gz
upstream-c4ce8c716cb5c83e4a9fe003c24f09f4e8d8a731.tar.bz2
upstream-c4ce8c716cb5c83e4a9fe003c24f09f4e8d8a731.zip
Merge pull request #141 from mumuqz/chaos_calmer
CC: ar71xx: Add support to DomyWifi DW33D
Diffstat (limited to 'target/linux/ar71xx/generic/profiles/domywifi.mk')
-rw-r--r--target/linux/ar71xx/generic/profiles/domywifi.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/target/linux/ar71xx/generic/profiles/domywifi.mk b/target/linux/ar71xx/generic/profiles/domywifi.mk
new file mode 100644
index 0000000000..15ce79be14
--- /dev/null
+++ b/target/linux/ar71xx/generic/profiles/domywifi.mk
@@ -0,0 +1,17 @@
+#
+# Copyright (C) 2009 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
+
+define Profile/DW33D
+ NAME:=DomyWifi DW33D
+ PACKAGES:=kmod-usb-core kmod-usb2 kmod-ledtrig-usbdev kmod-ath10k
+endef
+
+define Profile/DW33D/Description
+ Package set optimized for the DomyWifi DW33D.
+endef
+
+$(eval $(call Profile,DW33D))