summaryrefslogtreecommitdiff
path: root/openwrt/target/linux/package/alsa/Makefile
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2006-01-13 17:33:38 +0000
committerMike Baker <mbm@openwrt.org>2006-01-13 17:33:38 +0000
commit464c2c100ae5ff9a975482cbcebc0bc546f7bb5c (patch)
treec489e47fb82a6df37ad83e2b3e9045a009fca572 /openwrt/target/linux/package/alsa/Makefile
parenta7aa8530f87ddce4547951bba7e4f7c1d03d7441 (diff)
downloadmtk-20170518-464c2c100ae5ff9a975482cbcebc0bc546f7bb5c.zip
mtk-20170518-464c2c100ae5ff9a975482cbcebc0bc546f7bb5c.tar.gz
mtk-20170518-464c2c100ae5ff9a975482cbcebc0bc546f7bb5c.tar.bz2
fix module dependancies
SVN-Revision: 2955
Diffstat (limited to 'openwrt/target/linux/package/alsa/Makefile')
-rw-r--r--openwrt/target/linux/package/alsa/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/package/alsa/Makefile b/openwrt/target/linux/package/alsa/Makefile
index 711ee1f..dd74387 100644
--- a/openwrt/target/linux/package/alsa/Makefile
+++ b/openwrt/target/linux/package/alsa/Makefile
@@ -25,7 +25,7 @@ KERNEL_C_INCS:= -I$(LINUX_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)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE),$(ARCH),kernel-$(LINUX_VERSION)-$(BOARD) ($(LINUX_RELEASE))))
+$(eval $(call PKG_template,KMOD_ALSA,kmod-alsa,$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE),$(ARCH),kernel ($(LINUX_VERSION)-$(BOARD)-$(LINUX_RELEASE))))
$(PKG_BUILD_DIR)/.configured:
(cd $(PKG_BUILD_DIR); \