From e018c4d7ab8b712ce8b538e8cf3275ca90e8c02e Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 23 Jan 2017 13:41:49 +0100 Subject: uboot-sunxi: clean up, switch to u-boot.mk Instead of referencing u-boot packages from device profiles and having a -all metapackage, make the u-boot packages hidden (they don't install to bin/ anyway), and name the files in KERNEL_BUILD_DIR appropriately Signed-off-by: Felix Fietkau --- package/boot/uboot-sunxi/patches/001-use-dtc-in-kernel.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 package/boot/uboot-sunxi/patches/001-use-dtc-in-kernel.patch (limited to 'package/boot/uboot-sunxi/patches') diff --git a/package/boot/uboot-sunxi/patches/001-use-dtc-in-kernel.patch b/package/boot/uboot-sunxi/patches/001-use-dtc-in-kernel.patch deleted file mode 100644 index 6471e78656..0000000000 --- a/package/boot/uboot-sunxi/patches/001-use-dtc-in-kernel.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/Makefile -+++ b/Makefile -@@ -348,7 +348,7 @@ OBJDUMP = $(CROSS_COMPILE)objdump - AWK = awk - PERL = perl - PYTHON = python --DTC = dtc -+DTC = $(DTCDIR)dtc - CHECK = sparse - - CHECKFLAGS := -D__linux__ -Dlinux -D__STDC__ -Dunix -D__unix__ \ -- cgit v1.2.3