mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
octeon: prepare elf kernel image and md5sum for usb copying
Signed-off-by: Roman Yeryomin <roman@advem.lv> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42809 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
5dc87ed592
commit
f45d8eb921
@ -12,6 +12,8 @@ define Image/BuildKernel
|
||||
$(TARGET_CROSS)strip -R .notes $(KDIR)/vmlinux.elf -o $(BIN_DIR)/$(IMG_PREFIX)-vmlinux.elf
|
||||
$(STAGING_DIR_HOST)/bin/lzma e $(KDIR)/vmlinux $(KDIR)/vmlinux.bin.l7
|
||||
dd if=$(KDIR)/vmlinux.bin.l7 of=$(BIN_DIR)/$(IMG_PREFIX)-vmlinux.lzma bs=65536 conv=sync
|
||||
$(CP) $(KDIR)/vmlinux.elf $(BIN_DIR)/vmlinux.64
|
||||
md5sum $(BIN_DIR)/vmlinux.64 | cut -d " " -f 1 | tee $(BIN_DIR)/vmlinux.64.md5
|
||||
endef
|
||||
|
||||
define Image/Build/squashfs
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user