summaryrefslogtreecommitdiff
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
commit968894ad08485a41c324de96e5c0c2420bb3a1f8 (patch)
treefb103fc132908af751493b51279b566dc894e6e1
parent1ddafdaf82745a3a004a8a848c08bbc7ffb447e6 (diff)
downloadmtk-20170518-968894ad08485a41c324de96e5c0c2420bb3a1f8.zip
mtk-20170518-968894ad08485a41c324de96e5c0c2420bb3a1f8.tar.gz
mtk-20170518-968894ad08485a41c324de96e5c0c2420bb3a1f8.tar.bz2
fix errors in image generation Makefiles, thanks to Thomas Langer (fixes #2060)
SVN-Revision: 7904
-rw-r--r--target/linux/adm5120-2.6/image/Makefile4
-rw-r--r--target/linux/adm5120eb-2.6/image/Makefile2
2 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/adm5120-2.6/image/Makefile b/target/linux/adm5120-2.6/image/Makefile
index 352ebf4..bf4ca57 100644
--- a/target/linux/adm5120-2.6/image/Makefile
+++ b/target/linux/adm5120-2.6/image/Makefile
@@ -91,7 +91,7 @@ define Image/Build
ifneq ($(1),jffs2-256k)
ifneq ($(1),jffs2-128k)
$(call Image/Build/Compex,$(1),wp54g-wrt,$(patsubst jffs2-%,jffs2,$(1)),WP54G-WRT)
-ifeq (CONFIG_DEVEL,y)
+ifeq ($(CONFIG_DEVEL),y)
$(call Image/Build/Edimax,$(1),br-6104k,$(patsubst jffs2-%,jffs2,$(1)),BR-6104K)
$(call Image/Build/Edimax,$(1),br-6104kp,$(patsubst jffs2-%,jffs2,$(1)),BR-6104KP)
$(call Image/Build/Edimax,$(1),br-6114wg,$(patsubst jffs2-%,jffs2,$(1)),BR-6114WG)
@@ -152,7 +152,7 @@ endef
define Image/Build/Initramfs
$(call Image/Build/Initramfs/RouterBoard)
$(call Image/Build/LZMAKernel/Compex,wp54g-wrt,bin)
-ifeq (CONFIG_DEVEL,y)
+ifeq ($(CONFIG_DEVEL),y)
$(call Image/Build/LZMAKernel/Generic,generic,bin)
$(call Image/Build/LZMAKernel/Generic,np27g,bin)
$(call Image/Build/LZMAKernel/Generic,wp54g,bin)
diff --git a/target/linux/adm5120eb-2.6/image/Makefile b/target/linux/adm5120eb-2.6/image/Makefile
index 5772272..7644a07 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