From: Nicolas Thill Date: Wed, 10 Mar 2010 04:17:22 +0000 (+0000) Subject: uboot-envtools: mark as 2.6 only, use a shorter title and a longer description X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=de36549de1aad1c9bf1aaad2a5b58b51b9c953bd;p=librecmc%2Flibrecmc.git uboot-envtools: mark as 2.6 only, use a shorter title and a longer description SVN-Revision: 20118 --- diff --git a/package/uboot-envtools/Makefile b/package/uboot-envtools/Makefile index f602ffeb24..91ad73b7d0 100644 --- a/package/uboot-envtools/Makefile +++ b/package/uboot-envtools/Makefile @@ -19,11 +19,12 @@ include $(INCLUDE_DIR)/package.mk define Package/uboot-envtools SECTION:=utils CATEGORY:=Utilities - TITLE:=read/modify the environment for the bootloader U-Boot - DEPENDS:=+zlib + TITLE:=read/modify U-Boot bootloader environment + DEPENDS:= @LINUX_2_6 +zlib endef define Package/uboot-envtools/description + This package includes tools to read and modify U-Boot bootloader environment. endef define Package/uboot-envtools/install