projects
/
openwrt
/
staging
/
ansuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b65701e
)
override LDOPTS to remove madwifi compile warning
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 18 Jun 2006 19:16:04 +0000
(19:16 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 18 Jun 2006 19:16:04 +0000
(19:16 +0000)
SVN-Revision: 3999
openwrt/package/madwifi/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/madwifi/Makefile
b/openwrt/package/madwifi/Makefile
index b3eb338cb9e21031703c1375619beb56c57dea5e..c689054811ee2fd009443c0e42ac049254b30d2e 100644
(file)
--- a/
openwrt/package/madwifi/Makefile
+++ b/
openwrt/package/madwifi/Makefile
@@
-51,6
+51,7
@@
MADWIFI_MAKEOPTS= -C $(PKG_BUILD_DIR) \
TOOLPREFIX="$(KERNEL_CROSS)" \
TOOLPATH="$(KERNEL_CROSS)" \
KERNELPATH="$(LINUX_DIR)" \
+ LDOPTS="" \
DOMULTI=1
include $(TOPDIR)/package/rules.mk