diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-05-30 16:19:30 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-05-30 16:19:30 +0000 |
commit | 5890f88045a148ae8228a4738fffdd90c221254a (patch) | |
tree | 724242d2be1c9e06ceb20cc520e54fa9a06fee91 /target/linux/ar71xx/generic | |
parent | d4fd79c16753356948bc0875c1214c03312d5a2f (diff) |
ar71xx: add profile and build image for the DIR-601-B1
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36786 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/generic')
-rw-r--r-- | target/linux/ar71xx/generic/profiles/d-link.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/ar71xx/generic/profiles/d-link.mk b/target/linux/ar71xx/generic/profiles/d-link.mk index f30e9b1ecb..47a6bec9c5 100644 --- a/target/linux/ar71xx/generic/profiles/d-link.mk +++ b/target/linux/ar71xx/generic/profiles/d-link.mk @@ -27,6 +27,17 @@ endef $(eval $(call Profile,DIR601A1)) +define Profile/DIR601B1 + NAME:=D-Link DIR-601 rev. B1 + PACKAGES:= +endef + +define Profile/DIR601B1/Description + Package set optimized for the D-Link DIR-601 rev. B1. +endef + +$(eval $(call Profile,DIR601B1)) + define Profile/DIR615C1 NAME:=D-Link DIR-615 rev. C1 PACKAGES:= |