mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-18 17:33:31 +00:00
ath79: fix dw33d nor breed-factory build
This commit is contained in:
parent
cec9b9983a
commit
843dd8fcd7
@ -65,6 +65,16 @@ define Build/relocate-kernel
|
||||
rm -rf $@.relocate
|
||||
endef
|
||||
|
||||
define Build/append-okli-kernel
|
||||
dd if="$(KDIR)/loader-$(word 1,$(1)).uImage" >> "$@"
|
||||
endef
|
||||
|
||||
define Build/prepad-okli-kernel
|
||||
-[ -f "$@" ] && \
|
||||
dd if="$(KDIR)/loader-$(word 1,$(1)).uImage" of="$@".tmp bs=64k conv=sync && \
|
||||
cat "$@" >>"$@".tmp && \
|
||||
mv "$@".tmp "$@"
|
||||
endef
|
||||
|
||||
define Device/Default
|
||||
DEVICE_DTS_DIR := ../dts
|
||||
|
Loading…
Reference in New Issue
Block a user