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 | 9bb6ce93e3ab016453487d8c53b83869ad955c03 (patch) | |
tree | 620af01e827910264a681995f792ecbc4dc07751 /package/uboot-lantiq/Makefile | |
parent | ba10e1ee9a19c5ccdc782974056c878917d9e324 (diff) | |
download | upstream-9bb6ce93e3ab016453487d8c53b83869ad955c03.tar.gz upstream-9bb6ce93e3ab016453487d8c53b83869ad955c03.tar.bz2 upstream-9bb6ce93e3ab016453487d8c53b83869ad955c03.zip |
package/uboot-lantiq: move configuration in submenu
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20919 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |