1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 11:04:10 +03:00

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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18079 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2009-10-19 19:15:08 +00:00
parent 6a5e469c87
commit 37e3d1ccdd

View File

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