summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-10-19 19:15:08 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-10-19 19:15:08 +0000
commit37e3d1ccdd8a3f00d5e717875535eeac617286ce (patch)
treee12be1a952561a1051739140f8b74dcc4d5e5886 /package
parent6a5e469c87469bfb4255763cdc015753b297196e (diff)
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
Diffstat (limited to 'package')
-rw-r--r--package/uboot-envtools/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/uboot-envtools/Makefile b/package/uboot-envtools/Makefile
index 8a3600ac8..1e77c4335 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