浏览代码

mark uboot-envtools as broken, it looks more like a place holder than an actual packaging attempt

SVN-Revision: 18079
Felix Fietkau 16 年之前
父节点
当前提交
eef679c925
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      package/uboot-envtools/Makefile

+ 1 - 0
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