projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Updated Dnsmasq to 2.42 (#3498)
[openwrt.git]
/
package
/
madwifi
/
Makefile
diff --git
a/package/madwifi/Makefile
b/package/madwifi/Makefile
index
8d11cf1
..
496e5e6
100644
(file)
--- a/
package/madwifi/Makefile
+++ b/
package/madwifi/Makefile
@@
-135,10
+135,7
@@
define KernelPackage/madwifi/description
endef
define KernelPackage/madwifi/config
endef
define KernelPackage/madwifi/config
- menu "MadWifi Configuration"
- depends on PACKAGE_kmod-madwifi
- source "$(SOURCE)/Config.in"
- endmenu
+ source "$(SOURCE)/Config.in"
endef
MAKE_ARGS:= \
endef
MAKE_ARGS:= \
@@
-169,6
+166,7
@@
ifneq ($(HALFILE),)
rm -rf $(PKG_BUILD_DIR)/tmp
# patch cflags
$(SED) 's, -E[LB],,' \
rm -rf $(PKG_BUILD_DIR)/tmp
# patch cflags
$(SED) 's, -E[LB],,' \
+ -e 's, -mips2,,' \
-e 's, -mapcs-32,,' \
$(PKG_BUILD_DIR)/hal/public/*.inc
$(SED) 's,march=armv4,march=armv5te,' \
-e 's, -mapcs-32,,' \
$(PKG_BUILD_DIR)/hal/public/*.inc
$(SED) 's,march=armv4,march=armv5te,' \
This page took
0.021488 seconds
and
4
git commands to generate.