From: nico Date: Wed, 10 Mar 2010 04:17:22 +0000 (+0000) Subject: [package] uboot-envtools: mark as 2.6 only, use a shorter title and a longer description X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=eaf77d324858eee9f737ae8c4e84e46fdebca9b8;p=10.03%2Fopenwrt.git [package] uboot-envtools: mark as 2.6 only, use a shorter title and a longer description git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20118 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/uboot-envtools/Makefile b/package/uboot-envtools/Makefile index f602ffeb2..91ad73b7d 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