FritzCard-Module installiert.

OpenSwan2 fit gemacht.
Ueberfluessige Modem-Treiber entfernt.


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@383 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-01-07 12:15:14 +00:00
parent 32fdd7d9be
commit 05207d6927
25 changed files with 468 additions and 1655 deletions

View File

@@ -0,0 +1,17 @@
--- src/tools.h~ 2007-01-02 18:28:19.000000000 +0100
+++ src/tools.h 2007-01-06 18:12:16.000000000 +0100
@@ -71,12 +71,12 @@
/*---------------------------------------------------------------------------*\
\*---------------------------------------------------------------------------*/
-static inline unsigned long atomic_xchg (
+/* static inline unsigned long atomic_xchg (
volatile atomic_t * v,
unsigned value
) {
return __xchg (value, &v->counter, sizeof (unsigned));
-} /* atomic_xchg */
+} */ /* atomic_xchg */
/*---------------------------------------------------------------------------*\
\*---------------------------------------------------------------------------*/

View File

@@ -0,0 +1,19 @@
--- main.c~ 2005-08-05 00:00:00.000000000 +0200
+++ main.c 2007-01-06 19:00:26.000000000 +0100
@@ -77,8 +77,14 @@
static struct usb_driver usb_driver = {
- .owner = THIS_MODULE,
- .name = TARGET,
+#ifndef OLD_USB_DRIVER
+ .driver = {
+#endif
+ .owner = THIS_MODULE,
+ .name = TARGET,
+#ifndef OLD_USB_DRIVER
+ },
+#endif
.id_table = usb_id_table,
.probe = usb_probe,
.disconnect = usb_disconnect,