diff options
| author | Nicolas Thill <nico@openwrt.org> | 2005-11-08 04:38:37 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2005-11-08 04:38:37 +0000 |
| commit | 035c35e84a0640f4ebc925fafc49bba66e398053 (patch) | |
| tree | 82a3bbd86e4ee2ab23cf612b073a6c19a296635e /openwrt/target/linux/package/openswan | |
| parent | 302cd574d90a94e6878ae5e2850c65a226b5988f (diff) | |
| download | mtk-20170518-035c35e84a0640f4ebc925fafc49bba66e398053.zip mtk-20170518-035c35e84a0640f4ebc925fafc49bba66e398053.tar.gz mtk-20170518-035c35e84a0640f4ebc925fafc49bba66e398053.tar.bz2 | |
use the same versioning scheme for kernel and modules
SVN-Revision: 2392
Diffstat (limited to 'openwrt/target/linux/package/openswan')
| -rw-r--r-- | openwrt/target/linux/package/openswan/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/package/openswan/Makefile b/openwrt/target/linux/package/openswan/Makefile index fbfd7c9..be0d323 100644 --- a/openwrt/target/linux/package/openswan/Makefile +++ b/openwrt/target/linux/package/openswan/Makefile @@ -19,7 +19,7 @@ ifeq ($(KERNEL_DIR),) KERNEL_DIR:=$(LINUX_DIR) endif -$(eval $(call PKG_template,KMOD_OPENSWAN,kmod-openswan,$(LINUX_VERSION)$(BOARD)+$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH),kernel ($(LINUX_VERSION)-$(BOARD)-$(KERNEL_RELEASE)))) +$(eval $(call PKG_template,KMOD_OPENSWAN,kmod-openswan,$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE),$(ARCH),kernel ($(LINUX_VERSION)-$(BOARD)-$(KERNEL_RELEASE)))) FLAGS := $(TARGET_CFLAGS) -I$(PKG_BUILD_DIR)/linux/include -L$(STAGING_DIR)/usr/lib -I$(STAGING_DIR)/usr/include |
