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
commit8aa6978a4377b79f8e9e4cd29bfbcd868af593bc (patch)
treee63818d5004cdc29f76ffca5fc7182bcc1a7add7 /target
parentfcc5a6e25288d8cc0612b9b8f6eaa85dd7abd957 (diff)
downloadupstream-8aa6978a4377b79f8e9e4cd29bfbcd868af593bc.tar.gz
upstream-8aa6978a4377b79f8e9e4cd29bfbcd868af593bc.tar.bz2
upstream-8aa6978a4377b79f8e9e4cd29bfbcd868af593bc.zip
fix image generation for the ZyXEL boards
SVN-Revision: 7724
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))