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:
a01866c
)
Include the IXP4XX NPE microcode into the NSLU2 firmware image.
author
Rod Whitby
<rod@whitby.id.au>
Mon, 1 Jan 2007 05:29:29 +0000
(
05:29
+0000)
committer
Rod Whitby
<rod@whitby.id.au>
Mon, 1 Jan 2007 05:29:29 +0000
(
05:29
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5952
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/linux/ixp4xx-2.6/image/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/ixp4xx-2.6/image/Makefile
b/target/linux/ixp4xx-2.6/image/Makefile
index
3c85823
..
9359c5b
100644
(file)
--- a/
target/linux/ixp4xx-2.6/image/Makefile
+++ b/
target/linux/ixp4xx-2.6/image/Makefile
@@
-43,10
+43,9
@@
endef
define Image/Build/jffs2-128k
dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).img bs=131072 conv=sync
BIN_DIR=$(BIN_DIR) $(TOPDIR)/scripts/slugimage.pl \
- -L $(KDIR)/apex-nslu2-armeb.bin \
+ -L $(KDIR)/apex-nslu2-armeb.bin
-m $(KDIR)/NPE-B
\
-k $(BIN_DIR)/openwrt-nslu2-$(KERNEL)-zImage \
-r Flashdisk:$(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).img \
- -m $(BIN_DIR)/NPE-B \
-p -o $(BIN_DIR)/openwrt-nslu2-$(KERNEL)-$(1).bin
endef