projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4e99d3
)
uboot-envtools: mark as 2.6 only, use a shorter title and a longer description
author
Nicolas Thill
<nico@openwrt.org>
Wed, 10 Mar 2010 04:17:22 +0000
(
04:17
+0000)
committer
Nicolas Thill
<nico@openwrt.org>
Wed, 10 Mar 2010 04:17:22 +0000
(
04:17
+0000)
SVN-Revision: 20118
package/uboot-envtools/Makefile
patch
|
blob
|
history
diff --git
a/package/uboot-envtools/Makefile
b/package/uboot-envtools/Makefile
index f602ffeb24f3db5426042ccb71fcc024e36b1abb..91ad73b7d0aae250bee8f1c737c9b175ea2cf42c 100644
(file)
--- 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-Boo
t
- DEPENDS:=+zlib
+ TITLE:=read/modify
U-Boot bootloader environmen
t
+ 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