diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-11-07 12:59:08 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-11-07 12:59:08 +0000 |
commit | 0d9ae0a0364fcea8c18465ade28c4b719542f018 (patch) | |
tree | 8fd8a43d6a08c7932f98ef965305e088cf67ed07 /target/linux/ar71xx/generic | |
parent | 4509af17ed26f3cabe6805f1ebc351fee8b2f1af (diff) | |
download | upstream-0d9ae0a0364fcea8c18465ade28c4b719542f018.tar.gz upstream-0d9ae0a0364fcea8c18465ade28c4b719542f018.tar.bz2 upstream-0d9ae0a0364fcea8c18465ade28c4b719542f018.zip |
ar71xx: build image for the Buffalo WHR-G301N
SVN-Revision: 28804
Diffstat (limited to 'target/linux/ar71xx/generic')
-rw-r--r-- | target/linux/ar71xx/generic/profiles/buffalo.mk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/ar71xx/generic/profiles/buffalo.mk b/target/linux/ar71xx/generic/profiles/buffalo.mk index 411dec69b2..a6de0af2be 100644 --- a/target/linux/ar71xx/generic/profiles/buffalo.mk +++ b/target/linux/ar71xx/generic/profiles/buffalo.mk @@ -27,6 +27,18 @@ endef $(eval $(call Profile,WZRHPAG300H)) +define Profile/WHRG301N + NAME:=Buffalo WHR-G301N + PACKAGES:= +endef + +define Profile/WHRG301N/Description + Package set optimized for the Buffalo WHR-G301N. +endef + +$(eval $(call Profile,WHRG301N)) + + define Profile/WHRHPG300N NAME:=Buffalo WHR-HP-G300N PACKAGES:= |