projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add minor dsl driver cleanup
[openwrt.git]
/
openwrt
/
target
/
linux
/
package
/
openswan
/
Makefile
diff --git
a/openwrt/target/linux/package/openswan/Makefile
b/openwrt/target/linux/package/openswan/Makefile
index
a105a1f
..
d54ffae
100644
(file)
--- a/
openwrt/target/linux/package/openswan/Makefile
+++ b/
openwrt/target/linux/package/openswan/Makefile
@@
-1,6
+1,7
@@
# $Id$
include $(TOPDIR)/rules.mk
# $Id$
include $(TOPDIR)/rules.mk
+include ../../rules.mk
PKG_NAME:=openswan
PKG_VERSION:=2.3.1
PKG_NAME:=openswan
PKG_VERSION:=2.3.1
@@
-26,7
+27,7
@@
$(PKG_BUILD_DIR)/.built:
$(MAKE) -C $(PKG_BUILD_DIR) \
$(TARGET_CONFIGURE_OPTS) \
KERNELSRC="$(KERNEL_DIR)" \
$(MAKE) -C $(PKG_BUILD_DIR) \
$(TARGET_CONFIGURE_OPTS) \
KERNELSRC="$(KERNEL_DIR)" \
- ARCH="
mips
" \
+ ARCH="
$(LINUX_KARCH)
" \
USERCOMPILE="$(FLAGS)" \
module
USERCOMPILE="$(FLAGS)" \
module
This page took
0.03047 seconds
and
4
git commands to generate.