projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
atheros: config-2.6.33, optimize for size
[openwrt.git]
/
package
/
ifenslave
/
Makefile
diff --git
a/package/ifenslave/Makefile
b/package/ifenslave/Makefile
index
7f1bb37
..
3117470
100644
(file)
--- a/
package/ifenslave/Makefile
+++ b/
package/ifenslave/Makefile
@@
-4,7
+4,6
@@
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
-# $Id$
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
@@
-19,11
+18,14
@@
define Package/ifenslave
CATEGORY:=Network
DEPENDS:=@LINUX_2_6 +kmod-bonding
TITLE:=A utility to manipulate kernel ethernet bonding devices
CATEGORY:=Network
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
VERSION:=$(LINUX_VERSION)-$(PKG_RELEASE)
URL:=http://www.kernel.org
endef
+define Package/ifenslave/description
+ ifenslave is needed to add/remove interfaces to/from ethernet bond devices.
+endef
+
define Build/Prepare
endef
define Build/Prepare
endef
This page took
0.022806 seconds
and
4
git commands to generate.