summaryrefslogtreecommitdiff
path: root/openwrt/package/linux/kernel-patches/201-net_core_Makefile-wlfix
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-28 08:59:48 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-28 08:59:48 +0000
commit85c563208a38440793caba1c33d928e9ad193cb8 (patch)
treee0552dca663aa06f918f4085c304ebba6675f082 /openwrt/package/linux/kernel-patches/201-net_core_Makefile-wlfix
parent11f2bce116f3d54ca2120ca1c4b059c6a9bd56ca (diff)
remove old wl fixes and some unused qos stuff
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@742 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/linux/kernel-patches/201-net_core_Makefile-wlfix')
-rw-r--r--openwrt/package/linux/kernel-patches/201-net_core_Makefile-wlfix28
1 files changed, 0 insertions, 28 deletions
diff --git a/openwrt/package/linux/kernel-patches/201-net_core_Makefile-wlfix b/openwrt/package/linux/kernel-patches/201-net_core_Makefile-wlfix
deleted file mode 100644
index 8abeccce73..0000000000
--- a/openwrt/package/linux/kernel-patches/201-net_core_Makefile-wlfix
+++ /dev/null
@@ -1,28 +0,0 @@
---- linux-mips-cvs-21012005/net/core/Makefile 2004-11-19 01:28:53.000000000 +0100
-+++ linux-broadcom/net/core/Makefile 2005-01-26 15:56:36.000000000 +0100
-@@ -9,7 +9,11 @@
-
- O_TARGET := core.o
-
-+ifeq ($(CONFIG_BCM4710),y)
-+export-objs := netfilter.o profile.o neighbour.o
-+else
- export-objs := netfilter.o profile.o ethtool.o neighbour.o
-+endif
-
- obj-y := sock.o skbuff.o iovec.o datagram.o scm.o
-
-@@ -21,8 +25,13 @@
-
- obj-$(CONFIG_FILTER) += filter.o
-
-+ifeq ($(CONFIG_BCM4710),y)
-+obj-$(CONFIG_NET) += dev.o dev_mcast.o dst.o neighbour.o \
-+ rtnetlink.o utils.o
-+else
- obj-$(CONFIG_NET) += dev.o ethtool.o dev_mcast.o dst.o neighbour.o \
- rtnetlink.o utils.o
-+endif
-
- obj-$(CONFIG_NETFILTER) += netfilter.o
- obj-$(CONFIG_NET_DIVERT) += dv.o