projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7378a36
)
ar71xx: create smaller initramfs images for the TP-Link boards
author
Gabor Juhos
<juhosg@openwrt.org>
Thu, 25 Mar 2010 07:31:13 +0000
(07:31 +0000)
committer
Gabor Juhos
<juhosg@openwrt.org>
Thu, 25 Mar 2010 07:31:13 +0000
(07:31 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20414
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/linux/ar71xx/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/ar71xx/image/Makefile
b/target/linux/ar71xx/image/Makefile
index
c5d7993
..
eefa84c
100644
(file)
--- a/
target/linux/ar71xx/image/Makefile
+++ b/
target/linux/ar71xx/image/Makefile
@@
-289,7
+289,7
@@
endef
define Image/Build/TPLINK/initramfs
$(call PatchKernelGzip,$(2),$(3))
-$(STAGING_DIR_HOST)/bin/mktplinkfw -c \
- -B $(4) -N OpenWrt -V $(REVISION)\
+ -B $(4) -N OpenWrt -V $(REVISION)
-s
\
-k $(KDIR)/vmlinux-$(2).bin.gz \
-o $(call imgname,$(1),$(2))-uImage.bin
endef