uboot-envtools: mark as 2.6 only, use a shorter title and a longer description
SVN-Revision: 20118
This commit is contained in:
		@@ -19,11 +19,12 @@ include $(INCLUDE_DIR)/package.mk
 | 
				
			|||||||
define Package/uboot-envtools
 | 
					define Package/uboot-envtools
 | 
				
			||||||
  SECTION:=utils
 | 
					  SECTION:=utils
 | 
				
			||||||
  CATEGORY:=Utilities
 | 
					  CATEGORY:=Utilities
 | 
				
			||||||
  TITLE:=read/modify the environment for the bootloader U-Boot
 | 
					  TITLE:=read/modify U-Boot bootloader environment
 | 
				
			||||||
  DEPENDS:=+zlib
 | 
					  DEPENDS:= @LINUX_2_6 +zlib
 | 
				
			||||||
endef
 | 
					endef
 | 
				
			||||||
 | 
					
 | 
				
			||||||
define Package/uboot-envtools/description
 | 
					define Package/uboot-envtools/description
 | 
				
			||||||
 | 
					 This package includes tools to read and modify U-Boot bootloader environment.
 | 
				
			||||||
endef
 | 
					endef
 | 
				
			||||||
 | 
					
 | 
				
			||||||
define Package/uboot-envtools/install
 | 
					define Package/uboot-envtools/install
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user