1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 12:37:36 +03:00

[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
This commit is contained in:
nico 2010-03-10 04:17:22 +00:00
parent 2d8161b0e9
commit eaf77d3248

View File

@ -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