projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c12c40f
)
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)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3999
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/madwifi/Makefile
patch
|
blob
|
history
diff --git
a/package/madwifi/Makefile
b/package/madwifi/Makefile
index
b3eb338
..
c689054
100644
(file)
--- a/
package/madwifi/Makefile
+++ b/
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