use a default VERSION field for kmod packages

SVN-Revision: 8575
This commit is contained in:
Nicolas Thill
2007-09-02 16:39:27 +00:00
parent 62637bcce1
commit 02cd6d278f
29 changed files with 1 additions and 29 deletions

View File

@@ -37,7 +37,6 @@ define KernelPackage/shfs
This package contains the ShFS kernel module.
FILES:=$(PKG_INSTALL_DIR)/lib/modules/$(LINUX_VERSION)/kernel/fs/shfs/shfs.$(LINUX_KMOD_SUFFIX)
SUBMENU:=Filesystems
VERSION:=$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE)
AUTOLOAD:=$(call AutoLoad,40,shfs)
endef