aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/rt305x/profiles
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2013-08-14 19:35:27 +0000
committerJohn Crispin <blogic@openwrt.org>2013-08-14 19:35:27 +0000
commit7918a35c119290ec19274718b65bfa71cb65f397 (patch)
tree134147011951cbdccdf098e65409871888dfc78f /target/linux/ramips/rt305x/profiles
parent334322a5d95980851be1881582a886c61e09a5eb (diff)
downloadmaster-187ad058-7918a35c119290ec19274718b65bfa71cb65f397.tar.gz
master-187ad058-7918a35c119290ec19274718b65bfa71cb65f397.tar.bz2
master-187ad058-7918a35c119290ec19274718b65bfa71cb65f397.zip
ramips: DIR-610-A1 Support
http://patchwork.openwrt.org/patch/3933/ Signed-off-by: Flavio Silveira <fggs@terra.com.br> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37785 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/rt305x/profiles')
-rw-r--r--target/linux/ramips/rt305x/profiles/dlink.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/ramips/rt305x/profiles/dlink.mk b/target/linux/ramips/rt305x/profiles/dlink.mk
index 29d8b7c38a..877724d886 100644
--- a/target/linux/ramips/rt305x/profiles/dlink.mk
+++ b/target/linux/ramips/rt305x/profiles/dlink.mk
@@ -18,3 +18,13 @@ endef
$(eval $(call Profile,DIR615H1))
+define Profile/DIR610A1
+ NAME:=Dlink DIR-610 A1
+ PACKAGES:=kmod-ledtrig-netdev kmod-ledtrig-timer
+endef
+
+define Profile/DIR610A1/Description
+ Package set for Dlink DIR610 A1 board
+endef
+
+$(eval $(call Profile,DIR610A1))