-define Image/Build/Board/P-334WT/Initramfs
- $(call Image/Build/LZMAKernel/KArgs,p-334wt,bin)
-endef
-
-#
-# ZyXEL Prestige 335WT
-#
-define Image/Build/Board/P-335WT
- $(call Image/Build/ZyXEL,$(1),p-335wt)
-endef
-
-define Image/Build/Board/P-335WT/squashfs
- $(call Image/Build/Board/P-335WT,$(1))
-endef
-
-define Image/Build/Board/P-335WT/jffs2-64k
- $(call Image/Build/Board/P-335WT,$(1))
-endef
-
-define Image/Build/Board/P-335WT/Initramfs
- $(call Image/Build/LZMAKernel/KArgs,p-335wt,bin)
-endef
-
-#
-# Groups
-#
-define Image/Build/Group/All
- $(call Image/Build/Board/P-334WT/$(1))
- $(call Image/Build/Board/P-335WT/$(1))
+define Image/Build/Template/ZyXEL/Initramfs
+ $(call Image/Build/LZMAKernel/KArgs,$(1),bin)