From 09afa7b9e5a5655af074e370061516047bae8434 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 6 Sep 2015 09:57:02 +0000 Subject: uboot-ar71xx: fix gcc 5.2 compile errors Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46797 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/boot/uboot-ar71xx/patches/030-no_examples.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 package/boot/uboot-ar71xx/patches/030-no_examples.patch (limited to 'package/boot/uboot-ar71xx/patches/030-no_examples.patch') diff --git a/package/boot/uboot-ar71xx/patches/030-no_examples.patch b/package/boot/uboot-ar71xx/patches/030-no_examples.patch new file mode 100644 index 0000000000..65e1289042 --- /dev/null +++ b/package/boot/uboot-ar71xx/patches/030-no_examples.patch @@ -0,0 +1,13 @@ +--- a/Makefile ++++ b/Makefile +@@ -139,9 +139,7 @@ endif + + # The "tools" are needed early, so put this first + # Don't include stuff already done in $(LIBS) +-SUBDIRS = tools \ +- examples/standalone \ +- examples/api ++SUBDIRS = tools + + .PHONY : $(SUBDIRS) + -- cgit v1.2.3