projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
reorder nas command line parameters (required for bridge operation)
[openwrt.git]
/
package
/
ipsec-tools
/
Makefile
diff --git
a/package/ipsec-tools/Makefile
b/package/ipsec-tools/Makefile
index
667884d
..
1a5ae5b
100644
(file)
--- a/
package/ipsec-tools/Makefile
+++ b/
package/ipsec-tools/Makefile
@@
-14,7
+14,7
@@
PKG_CAT:=bzcat
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
-include $(
TOPDIR)/include
/package.mk
+include $(
INCLUDE_DIR)
/package.mk
define Package/ipsec-tools
SECTION:=base
define Package/ipsec-tools
SECTION:=base
@@
-69,7
+69,7
@@
define Build/Configure
endef
define Build/Compile
endef
define Build/Compile
- $(call Build/Compile/Default,install)
+ $(call Build/Compile/Default,
DESTDIR="$(PKG_INSTALL_DIR)" all
install)
endef
define Package/ipsec-tools/install
endef
define Package/ipsec-tools/install
This page took
0.023264 seconds
and
4
git commands to generate.