aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120eb-2.6/image/Makefile
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2007-07-10 11:02:07 +0000
committerGabor Juhos <juhosg@openwrt.org>2007-07-10 11:02:07 +0000
commit8c18a68c33501b6f2a504d6f7acb2e057d798e07 (patch)
tree54d8bbb01f672534124b35263d8a0a127534ee50 /target/linux/adm5120eb-2.6/image/Makefile
parent7b0c49e413e09cb94b0f76fe52dd632eaee0972f (diff)
downloadmaster-187ad058-8c18a68c33501b6f2a504d6f7acb2e057d798e07.tar.gz
master-187ad058-8c18a68c33501b6f2a504d6f7acb2e057d798e07.tar.bz2
master-187ad058-8c18a68c33501b6f2a504d6f7acb2e057d798e07.zip
[adm5120] fix errors in image generation Makefiles, thanks to Thomas Langer (fixes #2060)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7904 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/adm5120eb-2.6/image/Makefile')
-rw-r--r--target/linux/adm5120eb-2.6/image/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/adm5120eb-2.6/image/Makefile b/target/linux/adm5120eb-2.6/image/Makefile
index 5772272090..7644a07ada 100644
--- a/target/linux/adm5120eb-2.6/image/Makefile
+++ b/target/linux/adm5120eb-2.6/image/Makefile
@@ -70,7 +70,7 @@ endef
define Image/Build/Initramfs
# this line is here intentionally
-ifeq (CONFIG_DEVEL,y)
+ifeq ($(CONFIG_DEVEL),y)
$(call Image/Build/LZMAKernel/ZyXEL,p-334wt,bin)
$(call Image/Build/LZMAKernel/ZyXEL,p-335,bin)
endif