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

@@ -36,7 +36,6 @@ define KernelPackage/brcm-wl/Default
DESCRIPTION:=\
This package contains the proprietary wireless driver for the Broadcom \\\
BCM43xx chipset
VERSION:=$(LINUX_VERSION)+$(PKG_VERSION)-$(PKG_RELEASE)
FILES:=$(PKG_BUILD_DIR)/kmod/wl$(1).o
AUTOLOAD:=$(call AutoLoad,30,wl$(1))
endef