projects
/
openwrt
/
staging
/
ynezz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b192e7
)
target/ramips: fix another typo from [20834] (closes: #7182)
author
Nicolas Thill
<nico@openwrt.org>
Mon, 19 Apr 2010 01:14:29 +0000
(
01:14
+0000)
committer
Nicolas Thill
<nico@openwrt.org>
Mon, 19 Apr 2010 01:14:29 +0000
(
01:14
+0000)
SVN-Revision: 21012
target/linux/ramips/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/ramips/image/Makefile
b/target/linux/ramips/image/Makefile
index f0fcfb2c5fc3b6ceff7dc941b19ff64fa9c6d625..d52c41f0b8487565d8ee1afd5a5057a3041633d2 100644
(file)
--- 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