diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-07-10 11:02:07 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-07-10 11:02:07 +0000 |
commit | 59d8027541e6c38150ea5d29f73b49476fd89ea7 (patch) | |
tree | 54d8bbb01f672534124b35263d8a0a127534ee50 /target/linux/adm5120-2.6/image/Makefile | |
parent | 4a74102e0677cba13dae3860ef7d3db1b17666c8 (diff) |
[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/adm5120-2.6/image/Makefile')
-rw-r--r-- | target/linux/adm5120-2.6/image/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/adm5120-2.6/image/Makefile b/target/linux/adm5120-2.6/image/Makefile index 352ebf480f..bf4ca5711b 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) |