diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-05-30 16:19:30 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-05-30 16:19:30 +0000 |
commit | 6ff976a87a5442bc18fe64deda758e026374f7f6 (patch) | |
tree | 3b0321e5a46558ceacebca3ce797c4f474954445 /target/linux/ar71xx/generic | |
parent | 424c4c0b0ab80f693018a60fc41a6a2b79fcdb38 (diff) | |
download | upstream-6ff976a87a5442bc18fe64deda758e026374f7f6.tar.gz upstream-6ff976a87a5442bc18fe64deda758e026374f7f6.tar.bz2 upstream-6ff976a87a5442bc18fe64deda758e026374f7f6.zip |
ar71xx: add profile and build image for the DIR-601-B1
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36786
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:= |