X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/ef0f04cf2591d7c9ca2cc2d3ba1bcb291e3d4d1f..030341e663f32bc3740a1edf5e2a01c198c979f2:/target/linux/ramips/image/Makefile diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index 03be7647c..acd328317 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -88,6 +88,10 @@ define Image/Build/Profile/FONERA20N $(call Image/Build/Template/GENERIC_8M,$(1),fonera20n,FONERA20N) endef +define Image/Build/Template/PWH2004 + $(call Image/Build/Template/GENERIC_8M,$(1),pwh2004,PWH2004) +endef + define Image/Build/Profile/V22RW2X2 $(call Image/Build/Template/GENERIC_4M,$(1),v22rw-2x2,V22RW-2X2) endef @@ -114,6 +118,7 @@ define Image/Build/Profile/Default $(call Image/Build/Profile/DIR300B1,$(1)) $(call Image/Build/Profile/FONERA20N,$(1)) $(call Image/Build/Profile/V22RW2X2,$(1)) + $(call Image/Build/Profile/PWH2004,$(1)) $(call Image/Build/Profile/WHRG300N,$(1)) $(call Image/Build/Profile/WCR150GN,$(1)) endef