mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 01:43:08 +02:00
fix the annoying error on package scan
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7509 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
86f9e58822
commit
f728d570eb
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user