projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e089c3
)
linux/ixp4xx: fix am apex image make bug
author
Alexandros C. Couloumbis
<alex@ozo.com>
Sat, 4 Sep 2010 21:48:49 +0000
(21:48 +0000)
committer
Alexandros C. Couloumbis
<alex@ozo.com>
Sat, 4 Sep 2010 21:48:49 +0000
(21:48 +0000)
SVN-Revision: 22920
target/linux/ixp4xx/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/ixp4xx/image/Makefile
b/target/linux/ixp4xx/image/Makefile
index 6108e9166deba4660752edebabb7dda318b46840..7a69998276083ae9cbb02e0ca1951519cbd95bbe 100644
(file)
--- a/
target/linux/ixp4xx/image/Makefile
+++ b/
target/linux/ixp4xx/image/Makefile
@@
-50,7
+50,7
@@
endef
define Image/Build/jffs2-128k
dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/$(IMG_PREFIX)-$(1).img bs=131072 conv=sync
- $(call Image/Build/Linksys,$(1))
+ $(call Image/Build/Linksys,$(1)
,nslu2,$(1)
)
$(call Image/Build/Freecom,$(1),fsg3,$(1))
endef