diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-11-07 12:59:11 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-11-07 12:59:11 +0000 |
commit | 034b2b7cde661e638184f7a946aacbad311eeee4 (patch) | |
tree | a5532af44336e5159b79d5b57ca5c634e92b5fa1 /target/linux/ar71xx/generic | |
parent | a801d620a77151091a51b569a9f3f29742c84d1a (diff) | |
download | upstream-034b2b7cde661e638184f7a946aacbad311eeee4.tar.gz upstream-034b2b7cde661e638184f7a946aacbad311eeee4.tar.bz2 upstream-034b2b7cde661e638184f7a946aacbad311eeee4.zip |
ar71xx: build image for the Buffalo WHR-HP-GN
SVN-Revision: 28806
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 a6de0af2be..74530b5e75 100644 --- a/target/linux/ar71xx/generic/profiles/buffalo.mk +++ b/target/linux/ar71xx/generic/profiles/buffalo.mk @@ -49,3 +49,15 @@ define Profile/WHRHPG300N/Description endef $(eval $(call Profile,WHRHPG300N)) + + +define Profile/WHRHPGN + NAME:=Buffalo WHR-HP-GN + PACKAGES:= +endef + +define Profile/WHRHPGN/Description + Package set optimized for the Buffalo WHR-HP-GN. +endef + +$(eval $(call Profile,WHRHPGN)) |