diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-10-19 19:15:08 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-10-19 19:15:08 +0000 |
commit | eef679c925d5c75b063fd5ae3e9c02f171822b8f (patch) | |
tree | 86fe2d27445c2dcadab1284d0d9f9a988895bc46 | |
parent | 161792d02c09a4b5a77ecb27e755377394cfb72c (diff) | |
download | upstream-eef679c925d5c75b063fd5ae3e9c02f171822b8f.tar.gz upstream-eef679c925d5c75b063fd5ae3e9c02f171822b8f.tar.bz2 upstream-eef679c925d5c75b063fd5ae3e9c02f171822b8f.zip |
mark uboot-envtools as broken, it looks more like a place holder than an actual packaging attempt
SVN-Revision: 18079
-rw-r--r-- | package/uboot-envtools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/uboot-envtools/Makefile b/package/uboot-envtools/Makefile index 8a3600ac8e..1e77c43356 100644 --- a/package/uboot-envtools/Makefile +++ b/package/uboot-envtools/Makefile @@ -19,6 +19,7 @@ include $(INCLUDE_DIR)/package.mk define Package/uboot-envtools SECTION:=utils CATEGORY:=Utilities + DEPENDS:=@BROKEN TITLE:=read/modify the environment for the bootloader U-Boot endef |