projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
do not treat warnings as errors for madwifi (needed for gcc4)
[openwrt.git]
/
openwrt
/
target
/
linux
/
package
/
mini_fo
/
Makefile
diff --git
a/openwrt/target/linux/package/mini_fo/Makefile
b/openwrt/target/linux/package/mini_fo/Makefile
index
e4071a7
..
6fea065
100644
(file)
--- a/
openwrt/target/linux/package/mini_fo/Makefile
+++ b/
openwrt/target/linux/package/mini_fo/Makefile
@@
-27,7
+27,7
@@
$(PKG_BUILD_DIR)/.built:
PATH="$(TARGET_PATH)" \
ARCH="$(LINUX_KARCH)" \
CROSS_COMPILE="$(TARGET_CROSS)" \
- KERNELVERSION="$(KERNEL
_VERSION
)" \
+ KERNELVERSION="$(KERNEL)" \
KERNEL_SRC="$(LINUX_DIR)" \
all
touch $@
This page took
0.026957 seconds
and
4
git commands to generate.