diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-04-19 01:14:29 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-04-19 01:14:29 +0000 |
commit | 3162bc1ecf22bf6a0b380b60341bcc28b57884cd (patch) | |
tree | 76b4f492b964b666aefb92490da541192e7e51e1 /target/linux/ramips/image | |
parent | 1b192e72c32cc2525d8093ef3a2164f43c890c17 (diff) | |
download | upstream-3162bc1ecf22bf6a0b380b60341bcc28b57884cd.tar.gz upstream-3162bc1ecf22bf6a0b380b60341bcc28b57884cd.tar.bz2 upstream-3162bc1ecf22bf6a0b380b60341bcc28b57884cd.zip |
target/ramips: fix another typo from [20834] (closes: #7182)
SVN-Revision: 21012
Diffstat (limited to 'target/linux/ramips/image')
-rw-r--r-- | target/linux/ramips/image/Makefile | 2 |
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 |