From 6cffc4a15e68f24dfafec0e7fb6b4a56cf7e0677 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Sun, 17 Apr 2022 13:22:44 +0800 Subject: [PATCH] Revert "ath79: append/prepad okli kernel support" This patch is for CSAC support. As it was dropped, this can go too. This reverts commit ce6fd478a3d8ec3c1fdf0e9509f756ae1ebb667c. Signed-off-by: Tianling Shen --- target/linux/ath79/image/Makefile | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/target/linux/ath79/image/Makefile b/target/linux/ath79/image/Makefile index 879c2c3f70..768ec57044 100644 --- a/target/linux/ath79/image/Makefile +++ b/target/linux/ath79/image/Makefile @@ -68,16 +68,6 @@ 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