1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 19:57:38 +03: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:
kaloz 2007-06-06 10:45:40 +00:00
parent 86f9e58822
commit f728d570eb

View File

@ -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