diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2013-11-26 18:46:47 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2013-11-26 18:46:47 +0000 |
commit | 4c3f2ed4ca6d6891606b0d813bd7640d13f55015 (patch) | |
tree | 0bf7eed083cef8c35c3360f249a4be76021a19df /package/boot/uboot-omap/Makefile | |
parent | 3b2c74e5db85f363273b3cec39e03b66ccb5aa4e (diff) | |
download | upstream-4c3f2ed4ca6d6891606b0d813bd7640d13f55015.tar.gz upstream-4c3f2ed4ca6d6891606b0d813bd7640d13f55015.tar.bz2 upstream-4c3f2ed4ca6d6891606b0d813bd7640d13f55015.zip |
hide package, it's needed all the time
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 38924
Diffstat (limited to 'package/boot/uboot-omap/Makefile')
-rw-r--r-- | package/boot/uboot-omap/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/boot/uboot-omap/Makefile b/package/boot/uboot-omap/Makefile index 48488101c2..45d32bd3c3 100644 --- a/package/boot/uboot-omap/Makefile +++ b/package/boot/uboot-omap/Makefile @@ -53,6 +53,7 @@ define Package/uboot-omap-$(1) TITLE:=$(2) URL:=http://www.denx.de/wiki/U-Boot VARIANT:=$(1) + HIDDEN:=1 endef endef |