diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2007-07-10 11:02:07 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2007-07-10 11:02:07 +0000 |
commit | 968894ad08485a41c324de96e5c0c2420bb3a1f8 (patch) | |
tree | fb103fc132908af751493b51279b566dc894e6e1 /target/linux/adm5120eb-2.6 | |
parent | 1ddafdaf82745a3a004a8a848c08bbc7ffb447e6 (diff) | |
download | upstream-968894ad08485a41c324de96e5c0c2420bb3a1f8.tar.gz upstream-968894ad08485a41c324de96e5c0c2420bb3a1f8.tar.bz2 upstream-968894ad08485a41c324de96e5c0c2420bb3a1f8.zip |
fix errors in image generation Makefiles, thanks to Thomas Langer (fixes #2060)
SVN-Revision: 7904
Diffstat (limited to 'target/linux/adm5120eb-2.6')
-rw-r--r-- | target/linux/adm5120eb-2.6/image/Makefile | 2 |
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 |