projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add basic support for the Magicbox boards
[openwrt.git]
/
package
/
openswan
/
Makefile
diff --git
a/package/openswan/Makefile
b/package/openswan/Makefile
index
4a1a42c
..
cc1707b
100644
(file)
--- a/
package/openswan/Makefile
+++ b/
package/openswan/Makefile
@@
-1,19
+1,25
@@
+#
+# Copyright (C) 2006 OpenWrt.org
+#
+# This is free software, licensed under the GNU General Public License v2.
+# See /LICENSE for more information.
+#
# $Id$
include $(TOPDIR)/rules.mk
# $Id$
include $(TOPDIR)/rules.mk
-include $(
TOPDIR)/package
/kernel.mk
+include $(
INCLUDE_DIR)
/kernel.mk
PKG_NAME:=openswan
PKG_NAME:=openswan
-PKG_VERSION:=2.4.
5
+PKG_VERSION:=2.4.
6
PKG_RELEASE:=1
PKG_RELEASE:=1
-PKG_MD5SUM:=
a9a8e88313faceebfc5ceb1a9da9a3c4
+PKG_MD5SUM:=
b34d71ca49dedad017879b0e912d40dd
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_URL:=http://www.openswan.org/download
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_CAT:=zcat
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_URL:=http://www.openswan.org/download
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_CAT:=zcat
-include $(
TOPDIR)/package/rules
.mk
+include $(
INCLUDE_DIR)/package
.mk
define Package/kmod-openswan
SECTION:=drivers
define Package/kmod-openswan
SECTION:=drivers
This page took
0.024093 seconds
and
4
git commands to generate.