projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[firmware-utils] fix some definitions in the ZyXEL tool
[openwrt.git]
/
package
/
b43
/
Makefile
diff --git
a/package/b43/Makefile
b/package/b43/Makefile
index
4a8ee5b
..
8d64302
100644
(file)
--- a/
package/b43/Makefile
+++ b/
package/b43/Makefile
@@
-17,7
+17,7
@@
include $(INCLUDE_DIR)/package.mk
define KernelPackage/b43
SUBMENU:=Wireless Drivers
TITLE:=Broadcom 43xx wireless support
define KernelPackage/b43
SUBMENU:=Wireless Drivers
TITLE:=Broadcom 43xx wireless support
- DEPENDS:=@TARGET_brcm47xx +kmod-mac80211
+ DEPENDS:=@TARGET_brcm47xx +kmod-mac80211
@BROKEN
FILES:=$(PKG_BUILD_DIR)/b43.$(LINUX_KMOD_SUFFIX)
# AUTOLOAD:=$(call AutoLoad,30,b43)
endef
FILES:=$(PKG_BUILD_DIR)/b43.$(LINUX_KMOD_SUFFIX)
# AUTOLOAD:=$(call AutoLoad,30,b43)
endef
@@
-59,7
+59,7
@@
ifneq ($(findstring 2.6.23,$(LINUX_VERSION)),)
modules
endef
else
modules
endef
else
- override CONFIG_kmod-b43=
+ override CONFIG_
PACKAGE_
kmod-b43=
endif
$(eval $(call KernelPackage,b43))
endif
$(eval $(call KernelPackage,b43))
This page took
0.021209 seconds
and
4
git commands to generate.