projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
upgrade the ixp4xx ethernet driver to v0.3.1, split the Gateway 7001 support to two...
[openwrt.git]
/
package
/
openswan
/
Makefile
diff --git
a/package/openswan/Makefile
b/package/openswan/Makefile
index
4bfda30
..
7bb8bab
100644
(file)
--- a/
package/openswan/Makefile
+++ b/
package/openswan/Makefile
@@
-42,15
+42,15
@@
define Package/openswan
URL:=http://www.openswan.org/
endef
URL:=http://www.openswan.org/
endef
-define Package/kmod-openswan
+define KernelPackage/openswan
+ SUBMENU:=Network Support
$(call Package/openswan/Default)
$(call Package/openswan/Default)
- SECTION:=kernel
- CATEGORY:=Kernel drivers
TITLE+= (kernel module)
DESCRIPTION+=\\\
\\\
This package contains the Openswan kernel module.
VERSION:=$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE)
TITLE+= (kernel module)
DESCRIPTION+=\\\
\\\
This package contains the Openswan kernel module.
VERSION:=$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE)
+ FILES:=$(PKG_BUILD_DIR)/modobj*/ipsec.$(LINUX_KMOD_SUFFIX)
endef
PKG_MAKE_OPTS:= \
endef
PKG_MAKE_OPTS:= \
@@
-82,11
+82,5
@@
define Package/openswan/install
find $(1) -name \*.old | xargs rm -rf
endef
find $(1) -name \*.old | xargs rm -rf
endef
-define Package/kmod-openswan/install
- mkdir -p $(1)/lib/modules/$(LINUX_VERSION)
- $(CP) $(PKG_BUILD_DIR)/modobj*/ipsec.$(LINUX_KMOD_SUFFIX) \
- $(1)/lib/modules/$(LINUX_VERSION)/
-endef
-
$(eval $(call BuildPackage,openswan))
$(eval $(call BuildPackage,openswan))
-$(eval $(call
BuildPackage,kmod-
openswan))
+$(eval $(call
KernelPackage,
openswan))
This page took
0.021617 seconds
and
4
git commands to generate.