projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix a possible dead lock in the fonera-mp3 driver, that can happen, when the buffer...
[openwrt.git]
/
package
/
madwifi
/
Makefile
diff --git
a/package/madwifi/Makefile
b/package/madwifi/Makefile
index
7de2bd3
..
25e4886
100644
(file)
--- a/
package/madwifi/Makefile
+++ b/
package/madwifi/Makefile
@@
-43,7
+43,7
@@
ifeq ($(ARCH),powerpc)
endif
BUS:=PCI
-ifneq ($(CONFIG_TARGET_
ATHEROS
),)
+ifneq ($(CONFIG_TARGET_
atheros
),)
BUS:=AHB
HAL_TARGET:=ap51
endif
This page took
0.021366 seconds
and
4
git commands to generate.