diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-06-26 20:42:18 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-06-26 20:42:18 +0000 |
commit | 95c5443b843c7875794c17aeba33213b71ba4dbb (patch) | |
tree | 0c25039640bb2607a15f2792558ea5b2b4c1a48d /target/linux/generic-2.4/patches/116-bridge_ioctls.patch | |
parent | c4f3caef75c247bcce4502391c072e10f741430a (diff) | |
download | upstream-95c5443b843c7875794c17aeba33213b71ba4dbb.tar.gz upstream-95c5443b843c7875794c17aeba33213b71ba4dbb.tar.bz2 upstream-95c5443b843c7875794c17aeba33213b71ba4dbb.zip |
remove generic linux 2.4 support
SVN-Revision: 21948
Diffstat (limited to 'target/linux/generic-2.4/patches/116-bridge_ioctls.patch')
-rw-r--r-- | target/linux/generic-2.4/patches/116-bridge_ioctls.patch | 14 |
1 files changed, 0 insertions, 14 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 deleted file mode 100644 index e005a355f3..0000000000 --- a/target/linux/generic-2.4/patches/116-bridge_ioctls.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- a/include/linux/sockios.h -+++ b/include/linux/sockios.h -@@ -68,6 +68,11 @@ - - #define SIOCGIFBR 0x8940 /* Bridging support */ - #define SIOCSIFBR 0x8941 /* Set bridging options */ -+#define SIOCBRADDBR 0x89a0 /* create new bridge device */ -+#define SIOCBRDELBR 0x89a1 /* remove bridge device */ -+#define SIOCBRADDIF 0x89a2 /* add interface to bridge */ -+#define SIOCBRDELIF 0x89a3 /* remove interface from bridge */ -+ - - #define SIOCGIFTXQLEN 0x8942 /* Get the tx queue length */ - #define SIOCSIFTXQLEN 0x8943 /* Set the tx queue length */ |