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/madwifi | |
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/madwifi')
-rw-r--r-- | openwrt/target/linux/package/madwifi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/package/madwifi/Makefile b/openwrt/target/linux/package/madwifi/Makefile index 6a13a18..2f573d6 100644 --- a/openwrt/target/linux/package/madwifi/Makefile +++ b/openwrt/target/linux/package/madwifi/Makefile @@ -30,7 +30,7 @@ endif include $(TOPDIR)/package/rules.mk -$(eval $(call PKG_template,KMOD_MADWIFI,kmod-madwifi,$(LINUX_VERSION)$(BOARD)+$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH),kernel-$(LINUX_VERSION)-$(BOARD) ($(KERNEL_RELEASE)))) +$(eval $(call PKG_template,KMOD_MADWIFI,kmod-madwifi,$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE),$(ARCH),kernel-$(LINUX_VERSION)-$(BOARD) ($(KERNEL_RELEASE)))) $(PKG_BUILD_DIR)/.configured: touch $@ |