mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-11 01:38:25 +02:00
Ein kleiner Patch am Fritz-Treiber.
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@743 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
@@ -161,6 +161,8 @@ endif
|
|||||||
cd $(DIR_SRC) && tar xfz $(DIR_DL)/mISDN-1_1_5.tar.gz
|
cd $(DIR_SRC) && tar xfz $(DIR_DL)/mISDN-1_1_5.tar.gz
|
||||||
cd $(DIR_SRC)/mISDN-1_1_5 && yes 'yes' | ./std2kern -k /usr/src/linux
|
cd $(DIR_SRC)/mISDN-1_1_5 && yes 'yes' | ./std2kern -k /usr/src/linux
|
||||||
|
|
||||||
|
cd $(DIR_APP)/drivers/isdn/hardware/mISDN && patch -Np0 < $(DIR_SRC)/src/patches/mISDN-avmfritz.patch
|
||||||
|
|
||||||
ifeq "$(SMP)" ""
|
ifeq "$(SMP)" ""
|
||||||
# Only do this once on the non-SMP pass
|
# Only do this once on the non-SMP pass
|
||||||
cd $(DIR_SRC) && tar czf $(DIR_DL)/iptables-fixed.tar.gz iptables-1.3.5
|
cd $(DIR_SRC) && tar czf $(DIR_DL)/iptables-fixed.tar.gz iptables-1.3.5
|
||||||
|
|||||||
11
src/patches/mISDN-avmfritz.patch
Normal file
11
src/patches/mISDN-avmfritz.patch
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
--- avm_fritz.c.old Tue Feb 13 11:43:45 2007
|
||||||
|
+++ avm_fritz.c Wed Apr 11 15:26:32 2007
|
||||||
|
@@ -781,6 +781,8 @@
|
||||||
|
spin_lock_irqsave(inst->hwlock, flags);
|
||||||
|
ret = modehdlc(bch, bch->channel,
|
||||||
|
bch->inst.pid.protocol[1]);
|
||||||
|
+ if (bch->inst.pid.protocol[2] == ISDN_PID_L2_B_TRANS)
|
||||||
|
+ test_and_set_bit(FLG_L2DATA, &bch->Flags);
|
||||||
|
spin_unlock_irqrestore(inst->hwlock, flags);
|
||||||
|
}
|
||||||
|
skb_trim(skb, 0);
|
||||||
Reference in New Issue
Block a user