Browse Source

fix the annoying error on package scan

SVN-Revision: 7509
Imre Kaloz 18 years ago
parent
commit
6cdb14b689
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/ifenslave/Makefile

+ 1 - 1
package/ifenslave/Makefile

@@ -10,7 +10,6 @@ include $(TOPDIR)/rules.mk
 include $(INCLUDE_DIR)/kernel.mk
 
 PKG_NAME:=ifenslave
-PKG_VERSION:=$(LINUX_VERSION)
 PKG_RELEASE:=1
 
 include $(INCLUDE_DIR)/package.mk
@@ -21,6 +20,7 @@ define Package/ifenslave
   DEPENDS:=@LINUX_2_6 +kmod-bonding
   TITLE:=A utility to manipulate kernel ethernet bonding devices
   DESCRIPTION:=ifenslave is needed to add/remove interfaces to/from ethernet bond devices
+  VERSION:=$(LINUX_VERSION)-$(PKG_RELEASE)
   URL:=http://www.kernel.org
 endef