diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-06-25 08:52:11 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-06-25 08:52:11 +0000 |
commit | 0a1d1376fcd16ef4d5bd086bc285162f43575b03 (patch) | |
tree | 1dcba1fa587df6898640effb2911752ea01e9037 /target/linux/adm5120eb-2.6 | |
parent | e54536938f891e79daada146d2e081251d1be122 (diff) |
[adm5120] fix image generation for the ZyXEL boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7724 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/adm5120eb-2.6')
-rw-r--r-- | target/linux/adm5120eb-2.6/image/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/adm5120eb-2.6/image/Makefile b/target/linux/adm5120eb-2.6/image/Makefile index 0022b4844..a36b94cf7 100644 --- a/target/linux/adm5120eb-2.6/image/Makefile +++ b/target/linux/adm5120eb-2.6/image/Makefile @@ -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)) |