diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-11-07 12:59:08 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-11-07 12:59:08 +0000 |
commit | 24f3dbc411a165ab92b1dd09138b2fab2f7e7661 (patch) | |
tree | ae25c26863016038eb4d5ce9cfc74f0f611bc20a /target/linux/ar71xx/generic/profiles/buffalo.mk | |
parent | 17990be97204b287e097b2a7d7ba2eab8f9dccbe (diff) |
ar71xx: build image for the Buffalo WHR-G301N
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28804 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/generic/profiles/buffalo.mk')
-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:= |