mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
aver_h826d: add -crosscompile.patch. closes #885
This commit is contained in:
parent
43767b8a9e
commit
65b8a77807
@ -0,0 +1,13 @@
|
||||
diff --git a/installer/src/Makefile b/installer/src/Makefile
|
||||
index 7679c65..a83fb0b 100644
|
||||
--- a/installer/src/Makefile
|
||||
+++ b/installer/src/Makefile
|
||||
@@ -56,7 +56,7 @@ h826d-objs := $(COBJS) $(PREBUILD_OBJ)
|
||||
averusbh826d-objs := aver/averusb-mod.o
|
||||
default:: links
|
||||
$(MAKE) -C $(KERNELSRC) O=$(KERNELOBJ) SUBDIRS=`pwd` $(TARGET)
|
||||
- $(CROSS_COMPILE)strip --strip-debug *.ko
|
||||
+ $(STRIP) --strip-debug *.ko
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user