Explicitely disable the use of epoll (#3703)
[openwrt/svn-archive/archive.git] / net / mii-tool / Makefile
index fef1a6cbeb615fa6d0175981ccb81b2d0ca3039d..53cc9bbbc9a48bd041a492af2f3d9394ad0a8bc1 100644 (file)
@@ -15,7 +15,6 @@ PKG_RELEASE:=1
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=http://freshmeat.net/redir/mii-tool/59072/url_bz2/
 PKG_MD5SUM:=f65dbeb1c2392acffd4c94138b1f2e52
-PKG_CAT:=bzcat
 
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
 PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
@@ -26,14 +25,16 @@ define Package/mii-tool
   SECTION:=net
   CATEGORY:=Network
   TITLE:=configure media type using MII commands
-  DESCRIPTION:=\
-       The mii-tool command allows you to set or autodetect the media type\\\
-       or mii chipset-based ethernet devices. It traditionally had been\\\
-       distributed in the net-tools package. This is a single distribution\\\
-       optimized for embedded systems and fully automated cross/-sysroot-builds
   URL:=http://freshmeat.net/redir/mii-tool/
 endef
 
+define Package/mii-tool/description
+       The mii-tool command allows you to set or autodetect the media type
+       or mii chipset-based ethernet devices. It traditionally had been
+       distributed in the net-tools package. This is a single distribution
+       optimized for embedded systems and fully automated cross/-sysroot-builds
+endef
+
 MAKE_FLAGS += CFLAGS="$(TARGET_CFLAGS) -D_GNU_SOURCE -I. -idirafter ./include/"
 
 define Package/mii-tool/install