aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2007-01-01 05:29:29 +0000
committerRod Whitby <rod@whitby.id.au>2007-01-01 05:29:29 +0000
commit044897bd8a002484c6a43068754d464491d1dbf6 (patch)
treef133625dedea8999986d2033e8d8ca50683ce3fc
parentfb8f8ffcc233b4ef4ca8baef5e9ac1ead52f9a8a (diff)
downloadupstream-044897bd8a002484c6a43068754d464491d1dbf6.tar.gz
upstream-044897bd8a002484c6a43068754d464491d1dbf6.tar.bz2
upstream-044897bd8a002484c6a43068754d464491d1dbf6.zip
Include the IXP4XX NPE microcode into the NSLU2 firmware image.
SVN-Revision: 5952
-rw-r--r--target/linux/ixp4xx-2.6/image/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/ixp4xx-2.6/image/Makefile b/target/linux/ixp4xx-2.6/image/Makefile
index 3c85823913..9359c5b11e 100644
--- 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
6' href='#n126'>126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210