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 | 2ae5d84075eda1942c74432b68c64991bc1f094e (patch) | |
tree | 0ff4e261514e651a547261b5634d8510a6592ed5 /package/boot/uboot-omap | |
parent | fd821990a66ec8a6ea64d365678b133e815f8102 (diff) | |
download | upstream-2ae5d84075eda1942c74432b68c64991bc1f094e.tar.gz upstream-2ae5d84075eda1942c74432b68c64991bc1f094e.tar.bz2 upstream-2ae5d84075eda1942c74432b68c64991bc1f094e.zip |
[uboot-omap]: hide package, it's needed all the time
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38924 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/boot/uboot-omap')
-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 |