* updated krdc (21.12.1 -> 21.12.2), untested
[t2-trunk.git] / package / network / slmodem / no-install-drivers.patch
blobf8e062dccee58f0445d0396ab0877ec999aafea4
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../slmodem/no-install-drivers.patch
5 # Copyright (C) 2004 - 2006 The T2 SDE Project
6 #
7 # More information can be found in the files COPYING and README.
8 #
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 --- ./Makefile.vanilla 2006-05-22 23:01:03.886987000 +0200
18 +++ ./Makefile 2006-05-22 23:01:25.828358250 +0200
19 @@ -25,12 +25,6 @@
21 install: all
23 -ifndef SUPPORT_ALSA
24 -all: drivers
25 -install: install-drivers
26 -uninstall: uninstall-drivers
27 -endif
29 install:
30 $(INSTALL) -D -m 755 modem/slmodemd ${DESTDIR}/usr/sbin/slmodemd
31 $(RM) -rf ${DESTDIR}/var/lib/slmodem
32 --- slmodem-2.9.11-20051101/drivers/Makefile.vanilla 2006-05-22 20:58:34.899704000 +0200
33 +++ slmodem-2.9.11-20051101/drivers/Makefile 2006-05-22 20:59:07.029712000 +0200
34 @@ -31,8 +31,8 @@
35 all install uninstall: kernel-ver
36 $(MAKE) $@ KERNEL_VER=$(shell ./kernel-ver)
38 -install: install-devices
39 -uninstall: remove-devices
40 +install:
41 +uninstall:
43 kernel-ver::
44 $(CC) -I$(KERNEL_DIR)/include -o $@ $@.c