aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/package/fuse
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-06-11 15:36:31 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-06-11 15:36:31 +0000
commitbc4ba23f31108bcbc47e24851f3ddd60aa20ffa7 (patch)
tree0300926e797cd18b6c5c17d55456d312f62e21ed /target/linux/package/fuse
parent5027d70cff542cf047bd5e40ced3fbce4a10278e (diff)
downloadmaster-187ad058-bc4ba23f31108bcbc47e24851f3ddd60aa20ffa7.tar.gz
master-187ad058-bc4ba23f31108bcbc47e24851f3ddd60aa20ffa7.tar.bz2
master-187ad058-bc4ba23f31108bcbc47e24851f3ddd60aa20ffa7.zip
add board tag to kernel module version and add versioned depend (does not work with current ipkg yet)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1202 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/package/fuse')
-rw-r--r--target/linux/package/fuse/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/package/fuse/Makefile b/target/linux/package/fuse/Makefile
index 9db6295980..8b997d6b4f 100644
--- a/target/linux/package/fuse/Makefile
+++ b/target/linux/package/fuse/Makefile
@@ -20,7 +20,7 @@ endif
include $(TOPDIR)/package/rules.mk
-$(eval $(call PKG_template,KMOD_FUSE,kmod-fuse,$(LINUX_VERSION)+$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
+$(eval $(call PKG_template,KMOD_FUSE,kmod-fuse,$(LINUX_VERSION)$(BOARD)+$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH),kernel ($(LINUX_VERSION)-$(BOARD)-$(KERNEL_RELEASE))))
$(PKG_BUILD_DIR)/.configured:
(cd $(PKG_BUILD_DIR); \