summaryrefslogtreecommitdiffstats
path: root/package/raspberrypi-usbboot/0001-Makefile-allow-passing-CFLAGS-LDFLAGS.patch
diff options
context:
space:
mode:
authorRaptor Engineering Development Team <support@raptorengineering.com>2019-11-05 21:22:28 +0000
committerRaptor Engineering Development Team <support@raptorengineering.com>2019-11-05 21:22:53 +0000
commitf5907d7a3a9b27210bf4e39111bd229ed9079855 (patch)
treea062f7ee561400c4115e6b79da02a41b2958f879 /package/raspberrypi-usbboot/0001-Makefile-allow-passing-CFLAGS-LDFLAGS.patch
parent4b6188e0f2397a013b91105828437c90a3b1dfb7 (diff)
downloadbuildroot-f5907d7a3a9b27210bf4e39111bd229ed9079855.tar.gz
buildroot-f5907d7a3a9b27210bf4e39111bd229ed9079855.zip
Initial pass at removing binary-only, unlicensed, and proprietary packages from buildroot tree2017.11-op-build
Note that DAHDI is only being removed due to poor packaging -- it does not require binary firmware on some cards, but the buildroot packaging for it unconditionally pulls in binary-only firmware regardless.
Diffstat (limited to 'package/raspberrypi-usbboot/0001-Makefile-allow-passing-CFLAGS-LDFLAGS.patch')
-rw-r--r--package/raspberrypi-usbboot/0001-Makefile-allow-passing-CFLAGS-LDFLAGS.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/package/raspberrypi-usbboot/0001-Makefile-allow-passing-CFLAGS-LDFLAGS.patch b/package/raspberrypi-usbboot/0001-Makefile-allow-passing-CFLAGS-LDFLAGS.patch
deleted file mode 100644
index cdab6070c2..0000000000
--- a/package/raspberrypi-usbboot/0001-Makefile-allow-passing-CFLAGS-LDFLAGS.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From 5b015e67af27679f4ca8f7f5f2f71020ec054b0c Mon Sep 17 00:00:00 2001
-From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-Date: Fri, 2 Dec 2016 23:09:44 +0100
-Subject: [PATCH] Makefile: allow passing CFLAGS/LDFLAGS
-
-This might be needed to pass some custom CFLAGS/LDFLAGS when building
-rpiboot.
-
-Submitted-upstream: https://github.com/raspberrypi/usbboot/pull/2
-Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
----
- Makefile | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/Makefile b/Makefile
-index 3e7d1e4..d9a7220 100755
---- a/Makefile
-+++ b/Makefile
-@@ -1,5 +1,5 @@
- rpiboot: main.c
-- $(CC) -g -o $@ $< -lusb-1.0
-+ $(CC) -g $(CFLAGS) -o $@ $< -lusb-1.0 $(LDFLAGS)
-
- install: rpiboot
- cp rpiboot /usr/bin
---
-2.7.4
-
OpenPOWER on IntegriCloud