diff options
Diffstat (limited to 'system/avermedia-a867/Makefile.diff')
-rw-r--r-- | system/avermedia-a867/Makefile.diff | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/system/avermedia-a867/Makefile.diff b/system/avermedia-a867/Makefile.diff new file mode 100644 index 0000000000..833fbe38b4 --- /dev/null +++ b/system/avermedia-a867/Makefile.diff @@ -0,0 +1,20 @@ +--- Makefile.orig 2010-11-10 04:46:22.000000000 +0100 ++++ Makefile 2011-08-29 11:15:04.979000013 +0200 +@@ -26,7 +26,7 @@ + #DEST = $(DESTDIR)/lib/modules/$(CURRENT)/kernel/$(MDIR)
+ #KFIRMWARM = $(DESTDIR)/lib/firmware/
+ INSTALL := $(shell which install)
+-DEPMOD := $(shell which depmod || which /sbin/depmod || echo "true You should now run depmod")
++#DEPMOD := $(shell which depmod || which /sbin/depmod || echo "true You should now run depmod")
+
+ # SYSTEM DVB setting
+ DVB_FLAGS += -I$(KSRC)/drivers/media/dvb/dvb-core/
+@@ -55,7 +55,7 @@ + install:
+ @install -d $(DESTDIR)/lib/modules/$(CURRENT)/kernel/drivers/media/dvb/a867
+ $(INSTALL) -c -D -m 644 -c a867.ko $(DESTDIR)/lib/modules/$(CURRENT)/kernel/drivers/media/dvb/a867/
+- /sbin/depmod -a
++# /sbin/depmod -a
+
+ remove:
+
|