1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 00:21:51 +02:00

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

SVN-Revision: 18079
This commit is contained in:
Felix Fietkau 2009-10-19 19:15:08 +00:00
parent 161792d02c
commit eef679c925

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