package/uboot-ifxmips: move configuration in submenu
authorNicolas Thill <nico@openwrt.org>
Fri, 16 Apr 2010 11:07:52 +0000 (11:07 +0000)
committerNicolas Thill <nico@openwrt.org>
Fri, 16 Apr 2010 11:07:52 +0000 (11:07 +0000)
SVN-Revision: 20918

package/uboot-ifxmips/Config.in
package/uboot-ifxmips/Makefile

index 4562fc8ef7695242b57cb4c591c70c0b179d6deb..afd192087751f32cf00aef2582cfc81f385396d9 100644 (file)
@@ -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
index 6b78c3d0af0045d75cd2b2316f0cb48f8db8f920..736e322c3c61a57aa1b4faffc7b5d1aa1ed3d7c4 100644 (file)
@@ -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