projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed79580
)
fix the annoying error on package scan
author
Imre Kaloz
<kaloz@openwrt.org>
Wed, 6 Jun 2007 10:45:40 +0000
(10:45 +0000)
committer
Imre Kaloz
<kaloz@openwrt.org>
Wed, 6 Jun 2007 10:45:40 +0000
(10:45 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7509
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/ifenslave/Makefile
patch
|
blob
|
history
diff --git
a/package/ifenslave/Makefile
b/package/ifenslave/Makefile
index
86132a1
..
695d5b2
100644
(file)
--- a/
package/ifenslave/Makefile
+++ b/
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