diff options
author | cshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-02-16 07:38:33 +0000 |
---|---|---|
committer | cshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-02-16 07:38:33 +0000 |
commit | 5e4fce2233010deb0256023f46965997c03b3a76 (patch) | |
tree | efc98076edb2529a661df3ebef60eef0a0023d95 /target/linux/ar71xx/generic | |
parent | d24315ad26f7e05e1055e75e0606c6975ff520fd (diff) |
[ar71xx] d-link: Add DIR-601 Profile Definition; It needs different factory images than DIR-600
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30570 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/generic')
-rw-r--r-- | target/linux/ar71xx/generic/profiles/d-link.mk | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/ar71xx/generic/profiles/d-link.mk b/target/linux/ar71xx/generic/profiles/d-link.mk index 3068c4f31..2c119547c 100644 --- a/target/linux/ar71xx/generic/profiles/d-link.mk +++ b/target/linux/ar71xx/generic/profiles/d-link.mk @@ -16,6 +16,19 @@ endef $(eval $(call Profile,DIR600A1)) +define Profile/DIR601A1 + NAME:=D-Link DIR-601 rev. A1 + PACKAGES:= +endef + +define Profile/DIR601A1/Description + Package set optimized for the D-Link DIR-601 rev. A1. +endef + +$(eval $(call Profile,DIR601A1)) + + +define Profile/DIR615C1 define Profile/DIR615C1 NAME:=D-Link DIR-615 rev. C1 |