projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
use irq sharing on the serial line
[openwrt.git]
/
package
/
broadcom-wl
/
src
/
kmod
/
Makefile
diff --git
a/package/broadcom-wl/src/kmod/Makefile
b/package/broadcom-wl/src/kmod/Makefile
index
ec33d8b
..
450700f
100644
(file)
--- a/
package/broadcom-wl/src/kmod/Makefile
+++ b/
package/broadcom-wl/src/kmod/Makefile
@@
-21,7
+21,7
@@
obj-y += bcmutils.o hnddma.o linux_osl.o
obj-m := $(O_TARGET)
wl_mod$(MOD_NAME).o: wl_apsta$(MOD_NAME).o
-
sed -e 's,eth%d,wl%d\x00,g
' < $< > $@
+
perl -ne 's,eth%d,wl%d\x00,g,print
' < $< > $@
wl$(MOD_NAME).o.patch: wl$(MOD_NAME).o
$(OBJDUMP) -d $< | perl patchtable.pl > $@
This page took
0.023699 seconds
and
4
git commands to generate.