aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/generic
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-12-11 15:04:47 +0000
committerJohn Crispin <blogic@openwrt.org>2015-12-11 15:04:47 +0000
commit6c8c0504855e51cca630dcb805156ddbf2404356 (patch)
tree8a27150d47f1d2cd969cfcd6cb810f5e4c50bddc /target/linux/ar71xx/generic
parent9578043ce985f1ab05ab9a558b4e2e46d0b1d728 (diff)
downloadmaster-187ad058-6c8c0504855e51cca630dcb805156ddbf2404356.tar.gz
master-187ad058-6c8c0504855e51cca630dcb805156ddbf2404356.tar.bz2
master-187ad058-6c8c0504855e51cca630dcb805156ddbf2404356.zip
ar71xx: Add support for Wallys DR344
This patch is for Wallys DR344 support under OpenWRT Signed-off-by: Philippe Duchein <wireless-dev@duchein.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47847 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/generic')
-rw-r--r--target/linux/ar71xx/generic/profiles/wallys.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/target/linux/ar71xx/generic/profiles/wallys.mk b/target/linux/ar71xx/generic/profiles/wallys.mk
new file mode 100644
index 0000000000..11be9211c4
--- /dev/null
+++ b/target/linux/ar71xx/generic/profiles/wallys.mk
@@ -0,0 +1,17 @@
+#
+# Copyright (C) 2015 Philippe DUCHEIN <pduchein@gmail.com>
+# Copyright (C) 2009 OpenWrt.org
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
+
+define Profile/DR344
+ NAME:=Wallys DR344
+endef
+
+define Profile/DR344/Description
+ Package set optimized for the Wallys DR344 board.
+endef
+
+$(eval $(call Profile,DR344))
+