diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-04-01 20:12:27 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-04-01 20:12:27 +0000 |
commit | a6cb5b8300053260d38b2b854400e6564dcfd90a (patch) | |
tree | aea86a11341ff50815b5a8074aa70164baac1c91 /target | |
parent | 3b72dadac9f92c0bf31a7e4b06dada0a04d2a155 (diff) | |
download | upstream-a6cb5b8300053260d38b2b854400e6564dcfd90a.tar.gz upstream-a6cb5b8300053260d38b2b854400e6564dcfd90a.tar.bz2 upstream-a6cb5b8300053260d38b2b854400e6564dcfd90a.zip |
Fix bridge ioctls patch
SVN-Revision: 10699
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic-2.4/patches/116-bridge_ioctls.patch | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/generic-2.4/patches/116-bridge_ioctls.patch b/target/linux/generic-2.4/patches/116-bridge_ioctls.patch index 17f5195037..09e9152e6d 100644 --- a/target/linux/generic-2.4/patches/116-bridge_ioctls.patch +++ b/target/linux/generic-2.4/patches/116-bridge_ioctls.patch @@ -2,8 +2,6 @@ Index: linux-2.4.35.4/include/linux/sockios.h =================================================================== --- linux-2.4.35.4/include/linux/sockios.h 2008-02-10 23:23:00.102763351 +0100 +++ linux-2.4.35.4.new/include/linux/sockios.h 2008-02-10 23:23:01.259570100 +0100 ---- sockios.h 2006-12-23 21:34:20.000000000 +0100 -+++ sockios.h.new 2008-02-10 23:22:04.000000000 +0100 @@ -68,6 +68,11 @@ #define SIOCGIFBR 0x8940 /* Bridging support */ |