1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-13 10:49:13 +02:00

fix image generation for the ZyXEL boards

SVN-Revision: 7724
This commit is contained in:
Gabor Juhos 2007-06-25 08:52:11 +00:00
parent fcc5a6e252
commit 8aa6978a43

View File

@ -69,8 +69,8 @@ define Image/Build/LZMAKernel/ZyXEL
endef
define Image/Build/Initramfs
$(call Image/Build/LZMAKernel/Generic,p-334wt,bin)
$(call Image/Build/LZMAKernel/Generic,p-335,bin)
$(call Image/Build/LZMAKernel/ZyXEL,p-334wt,bin)
$(call Image/Build/LZMAKernel/ZyXEL,p-335,bin)
endef
$(eval $(call BuildImage))