mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-09 18:59:13 +08:00
Include the IXP4XX NPE microcode into the NSLU2 firmware image.
SVN-Revision: 5952
This commit is contained in:
parent
fb8f8ffcc2
commit
044897bd8a
@ -43,10 +43,9 @@ endef
|
|||||||
define Image/Build/jffs2-128k
|
define Image/Build/jffs2-128k
|
||||||
dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).img bs=131072 conv=sync
|
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 \
|
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 \
|
-k $(BIN_DIR)/openwrt-nslu2-$(KERNEL)-zImage \
|
||||||
-r Flashdisk:$(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).img \
|
-r Flashdisk:$(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).img \
|
||||||
-m $(BIN_DIR)/NPE-B \
|
|
||||||
-p -o $(BIN_DIR)/openwrt-nslu2-$(KERNEL)-$(1).bin
|
-p -o $(BIN_DIR)/openwrt-nslu2-$(KERNEL)-$(1).bin
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user