mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-11 01:38:25 +02:00
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:
17
src/patches/fritz-dsl-gcc-4-fix.patch
Normal file
17
src/patches/fritz-dsl-gcc-4-fix.patch
Normal 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 */
|
||||
|
||||
/*---------------------------------------------------------------------------*\
|
||||
\*---------------------------------------------------------------------------*/
|
||||
19
src/patches/fritz-fcdslusb-owner.patch
Normal file
19
src/patches/fritz-fcdslusb-owner.patch
Normal 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,
|
||||
Reference in New Issue
Block a user