|
|
@@ -71,20 +71,6 @@ define Build/h3c-vfs
|
|
|
mv [email protected] $@
|
|
|
endef
|
|
|
|
|
|
-define Build/relocate-kernel
|
|
|
- rm -rf [email protected]
|
|
|
- $(CP) ../../generic/image/relocate [email protected]
|
|
|
- $(MAKE) -j1 -C [email protected] KERNEL_ADDR=$(KERNEL_LOADADDR) LZMA_TEXT_START=0x82000000 \
|
|
|
- CROSS_COMPILE=$(TARGET_CROSS)
|
|
|
- ( \
|
|
|
- dd [email protected]/loader.bin bs=32 conv=sync && \
|
|
|
- perl -e '@s = stat("$@"); print pack("N", @s[7])' && \
|
|
|
- cat "$@" \
|
|
|
- ) > "[email protected]"
|
|
|
- mv "[email protected]" "$@"
|
|
|
- rm -rf [email protected]
|
|
|
-endef
|
|
|
-
|
|
|
define Device/Default
|
|
|
PROFILES = Default
|
|
|
KERNEL := \
|