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/alsa | |
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/alsa')
-rw-r--r-- | openwrt/target/linux/package/alsa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/package/alsa/Makefile b/openwrt/target/linux/package/alsa/Makefile index 128d207..db944ee 100644 --- a/openwrt/target/linux/package/alsa/Makefile +++ b/openwrt/target/linux/package/alsa/Makefile @@ -29,7 +29,7 @@ KERNEL_C_INCS:= -I$(KERNEL_DIR)/include/asm-mips/mach-generic KERNEL_C_OPTS:= -Os -G 0 -mno-abicalls -fno-pic -finline-limit=100000 -mabi=32 -march=mips32 -Wa,-32 -Wa,-march=mips32 -Wa,-mips32 -Wa,--trap endif -$(eval $(call PKG_template,KMOD_ALSA,kmod-alsa,$(LINUX_VERSION)$(BOARD)+$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH),kernel-$(LINUX_VERSION)-$(BOARD) ($(KERNEL_RELEASE)))) +$(eval $(call PKG_template,KMOD_ALSA,kmod-alsa,$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE),$(ARCH),kernel-$(LINUX_VERSION)-$(BOARD) ($(KERNEL_RELEASE)))) $(PKG_BUILD_DIR)/.configured: (cd $(PKG_BUILD_DIR); \ |