aboutsummaryrefslogtreecommitdiffstats
path: root/package/uboot-envtools
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2010-03-10 04:17:22 +0000
committerNicolas Thill <nico@openwrt.org>2010-03-10 04:17:22 +0000
commit41a5e83a2288d6e4a8473f004ed6786201fac16b (patch)
treedea5ed6cc40cb0e7b780f9ecb26d2d60dbb3be32 /package/uboot-envtools
parent69a27402c3349749c939eb60377b98b885cb0c24 (diff)
downloadupstream-41a5e83a2288d6e4a8473f004ed6786201fac16b.tar.gz
upstream-41a5e83a2288d6e4a8473f004ed6786201fac16b.tar.bz2
upstream-41a5e83a2288d6e4a8473f004ed6786201fac16b.zip
[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
Diffstat (limited to 'package/uboot-envtools')
-rw-r--r--package/uboot-envtools/Makefile5
1 files changed, 3 insertions, 2 deletions
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