From: Gabor Juhos <juhosg@openwrt.org>
Date: Thu, 28 Jul 2011 10:56:15 +0000 (+0000)
Subject: ramips: fix PWH2004 image generation
X-Git-Tag: reboot~16161
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=57663ce25b77b8c0c95ea3bc53deb9d81b1b9354;p=openwrt%2Fstaging%2Fxback.git

ramips: fix PWH2004 image generation

SVN-Revision: 27803
---

diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile
index da5db3ee18..1d6a72aee0 100644
--- a/target/linux/ramips/image/Makefile
+++ b/target/linux/ramips/image/Makefile
@@ -117,7 +117,7 @@ define Image/Build/Profile/FONERA20N
 	$(call Image/Build/Template/GENERIC_8M,$(1),fonera20n,FONERA20N)
 endef
 
-define Image/Build/Template/PWH2004
+define Image/Build/Profile/PWH2004
 	$(call Image/Build/Template/GENERIC_8M,$(1),pwh2004,PWH2004)
 endef