aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2007-06-25 08:52:11 +0000
committerGabor Juhos <juhosg@openwrt.org>2007-06-25 08:52:11 +0000
commit0a8bf4d5f82cc92990414adb6b07e139036aee63 (patch)
tree1dcba1fa587df6898640effb2911752ea01e9037 /target
parent5eb58a7cfbafd012cf70518ab3066b6aa5d8a78e (diff)
downloadmaster-187ad058-0a8bf4d5f82cc92990414adb6b07e139036aee63.tar.gz
master-187ad058-0a8bf4d5f82cc92990414adb6b07e139036aee63.tar.bz2
master-187ad058-0a8bf4d5f82cc92990414adb6b07e139036aee63.zip
[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')
-rw-r--r--target/linux/adm5120eb-2.6/image/Makefile4
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 0022b48448..a36b94cf7e 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))