diff options
author | John Crispin <blogic@openwrt.org> | 2015-12-11 15:04:47 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-12-11 15:04:47 +0000 |
commit | 6c8c0504855e51cca630dcb805156ddbf2404356 (patch) | |
tree | 8a27150d47f1d2cd969cfcd6cb810f5e4c50bddc /target/linux/ar71xx/generic | |
parent | 9578043ce985f1ab05ab9a558b4e2e46d0b1d728 (diff) | |
download | master-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.mk | 17 |
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)) + |