diff options
author | Ben Whitten <ben.whitten@lairdtech.com> | 2016-06-17 15:00:17 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-06-22 19:32:06 +0200 |
commit | b7baaaf782f40bf6a1d017a1f41480b6229a12c9 (patch) | |
tree | 9b6969fd16d1ca63c61cdbfbe75a5bfeb1d25127 /target/linux/ipq806x | |
parent | 7385f754b1a1562869ddf6a561f70623d626ed6b (diff) | |
download | upstream-b7baaaf782f40bf6a1d017a1f41480b6229a12c9.tar.gz upstream-b7baaaf782f40bf6a1d017a1f41480b6229a12c9.tar.bz2 upstream-b7baaaf782f40bf6a1d017a1f41480b6229a12c9.zip |
kernel: Move append-dtb to common image-commands
This build step is used by various targets, move it to a common section.
Signed-off-by: Ben Whitten <ben.whitten@gmail.com>
Diffstat (limited to 'target/linux/ipq806x')
-rw-r--r-- | target/linux/ipq806x/image/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/target/linux/ipq806x/image/Makefile b/target/linux/ipq806x/image/Makefile index 43de23e1a7..7606634fdb 100644 --- a/target/linux/ipq806x/image/Makefile +++ b/target/linux/ipq806x/image/Makefile @@ -32,10 +32,6 @@ define Image/Build dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/$(IMG_PREFIX)-$(1)-root.img bs=2k conv=sync endef -define Build/append-dtb - cat $(DTS_DIR)/$(DEVICE_DTS).dtb >> $@ -endef - define Build/append-file cat $(1) >> $@ endef |