uboot: (firmwareOdroidC2/C4) don't invoke patch tool, use patches = [] instead
https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/setup.sh#L948 this can do it nicely. Signed-off-by: Anton Arapov <anton@deadbeef.mx>
This commit is contained in:
commit
56de2bcd43
30691 changed files with 3076956 additions and 0 deletions
12
pkgs/tools/networking/srelay/arm.patch
Normal file
12
pkgs/tools/networking/srelay/arm.patch
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
diff -ru srelay-0.4.8b4.orig/configure srelay-0.4.8b4/configure
|
||||
--- srelay-0.4.8b4.orig/configure 2010-12-21 01:11:14.000000000 +1100
|
||||
+++ srelay-0.4.8b4/configure 2016-06-22 09:03:42.250000345 +1000
|
||||
@@ -1875,7 +1875,7 @@
|
||||
;;
|
||||
linux*)
|
||||
case "$host_cpu" in
|
||||
- i*86|mips*|powerpc*|sparc*|x86_64*)
|
||||
+ i*86|mips*|powerpc*|sparc*|x86_64*|arm*)
|
||||
OS=LINUX
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define LINUX 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue