diff options
Diffstat (limited to 'openwrt/target/linux/brcm-2.4/patches/001-bcm47xx.patch')
-rw-r--r-- | openwrt/target/linux/brcm-2.4/patches/001-bcm47xx.patch | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/openwrt/target/linux/brcm-2.4/patches/001-bcm47xx.patch b/openwrt/target/linux/brcm-2.4/patches/001-bcm47xx.patch index b83db3504..8ed9f0b43 100644 --- a/openwrt/target/linux/brcm-2.4/patches/001-bcm47xx.patch +++ b/openwrt/target/linux/brcm-2.4/patches/001-bcm47xx.patch @@ -16339,7 +16339,7 @@ diff -urN linux.old/drivers/net/wireless/Config.in linux.dev/drivers/net/wireles diff -urN linux.old/drivers/net/wl/Makefile linux.dev/drivers/net/wl/Makefile --- linux.old/drivers/net/wl/Makefile 1970-01-01 01:00:00.000000000 +0100 +++ linux.dev/drivers/net/wl/Makefile 2006-04-28 01:33:52.000000000 +0200 -@@ -0,0 +1,23 @@ +@@ -0,0 +1,26 @@ +# +# Makefile for the Broadcom wl driver +# @@ -16357,11 +16357,14 @@ diff -urN linux.old/drivers/net/wl/Makefile linux.dev/drivers/net/wl/Makefile + +O_TARGET := wl.o + -+obj-y := wl_apsta.o ++obj-y := wl_mod.o +obj-y += bcmutils.o hnddma.o linux_osl.o + +obj-m := $(O_TARGET) + ++wl_mod.o: wl_apsta.o ++ sed -e 's,eth%d,wl%d\x00,g' < $< > $@ ++ +include $(TOPDIR)/Rules.make diff -urN linux.old/drivers/net/wl/bcmip.h linux.dev/drivers/net/wl/bcmip.h --- linux.old/drivers/net/wl/bcmip.h 1970-01-01 01:00:00.000000000 +0100 |