projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add diag.o for brcm-2.4 by default, add fixes for wap54g from Tomas Vanek
[openwrt.git]
/
openwrt
/
target
/
linux
/
package
/
madwifi
/
Makefile
diff --git
a/openwrt/target/linux/package/madwifi/Makefile
b/openwrt/target/linux/package/madwifi/Makefile
index
03b40d4
..
e89ec1d
100644
(file)
--- a/
openwrt/target/linux/package/madwifi/Makefile
+++ b/
openwrt/target/linux/package/madwifi/Makefile
@@
-29,9
+29,9
@@
BUS := PCI
ifneq ($(BR2_LINUX_2_4_AR531X),)
BUS := AHB
endif
ifneq ($(BR2_LINUX_2_4_AR531X),)
BUS := AHB
endif
-
#
ifneq ($(BR2_LINUX_2_6_ARUBA),)
-
#
BUS := PCI AHB # no suitable HAL for AHB yet.
-
#
endif
+ifneq ($(BR2_LINUX_2_6_ARUBA),)
+
BUS := PCI AHB # no suitable HAL for AHB yet.
+endif
BUS_MODULES:=
ifeq ($(findstring AHB,$(BUS)),AHB)
BUS_MODULES:=
ifeq ($(findstring AHB,$(BUS)),AHB)
This page took
0.028322 seconds
and
4
git commands to generate.