aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2010-04-19 01:14:29 +0000
committerNicolas Thill <nico@openwrt.org>2010-04-19 01:14:29 +0000
commit67e3d74d54d7dbd68711020722483bc55b06d63d (patch)
tree346fcedbb06c227813afadfdeaf66c24c94c7be0 /target
parent6c663160a9f08c3e7d14bf79cdf9d3626aec2e8a (diff)
downloadupstream-67e3d74d54d7dbd68711020722483bc55b06d63d.tar.gz
upstream-67e3d74d54d7dbd68711020722483bc55b06d63d.tar.bz2
upstream-67e3d74d54d7dbd68711020722483bc55b06d63d.zip
target/ramips: fix another typo from [20834] (closes: #7182)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21012 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/ramips/image/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile
index f0fcfb2c5f..d52c41f0b8 100644
--- a/target/linux/ramips/image/Makefile
+++ b/target/linux/ramips/image/Makefile
@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/image.mk
define imgname
-$($BIN_DIR)/$(IMG_PREFIX)-$(2)-$(patsubst jffs2-%,jffs2,$(patsubst squashfs-%,squashfs,$(1)))
+$(BIN_DIR)/$(IMG_PREFIX)-$(2)-$(patsubst jffs2-%,jffs2,$(patsubst squashfs-%,squashfs,$(1)))
endef
VMLINUX:=$(IMG_PREFIX)-vmlinux