From 6e424759e382cc6ac21905961f82de909360ebac Mon Sep 17 00:00:00 2001 From: nico Date: Fri, 16 Apr 2010 11:07:52 +0000 Subject: package/uboot-ifxmips: move configuration in submenu git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20918 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/uboot-ifxmips/Config.in | 6 +++++- package/uboot-ifxmips/Makefile | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'package/uboot-ifxmips') diff --git a/package/uboot-ifxmips/Config.in b/package/uboot-ifxmips/Config.in index 4562fc8ef..afd192087 100644 --- a/package/uboot-ifxmips/Config.in +++ b/package/uboot-ifxmips/Config.in @@ -1,5 +1,9 @@ +menu "Configuration" + depends on PACKAGE_uboot-ifxmips + config IFXMIPS_UBOOT_A800 bool "add ARV452 Switch bringup hack" - depends on PACKAGE_uboot-ifxmips help Say Y, if you have a arv452 board (wav-281, A800, ..) + +endmenu diff --git a/package/uboot-ifxmips/Makefile b/package/uboot-ifxmips/Makefile index 6b78c3d0a..736e322c3 100644 --- a/package/uboot-ifxmips/Makefile +++ b/package/uboot-ifxmips/Makefile @@ -26,6 +26,7 @@ define Package/uboot-ifxmips DEPENDS:=@TARGET_ifxmips @BROKEN TITLE:=U-Boot for Infineon MIPS boards URL:=http://www.denx.de/wiki/U-Boot + MENU:=1 endef define Build/Prepare -- cgit v1.2.3