diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-04-16 11:08:19 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-04-16 11:08:19 +0000 |
commit | 009ed95cfc6c1f52f9144445270578b541f841d0 (patch) | |
tree | 610b6250f01f6d4d39636ea5309f549d95fb6067 /package/uboot-lantiq/Makefile | |
parent | 625ca5d9e3c250226a75c7d821e8fdc7a92653c5 (diff) | |
download | upstream-009ed95cfc6c1f52f9144445270578b541f841d0.tar.gz upstream-009ed95cfc6c1f52f9144445270578b541f841d0.tar.bz2 upstream-009ed95cfc6c1f52f9144445270578b541f841d0.zip |
package/uboot-lantiq: move configuration in submenu
SVN-Revision: 20919
Diffstat (limited to 'package/uboot-lantiq/Makefile')
-rw-r--r-- | package/uboot-lantiq/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/uboot-lantiq/Makefile b/package/uboot-lantiq/Makefile index 1864908752..8b69fe9509 100644 --- a/package/uboot-lantiq/Makefile +++ b/package/uboot-lantiq/Makefile @@ -31,6 +31,7 @@ define Package/uboot-lantiq DEPENDS:=@TARGET_ifxmips TITLE:=U-Boot for Lantiq reference boards URL:=http://www.denx.de/wiki/U-Boot + MENU:=1 endef define Build/Prepare |