package/uboot-ifxmips: move configuration in submenu
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 16 Apr 2010 11:07:52 +0000 (11:07 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 16 Apr 2010 11:07:52 +0000 (11:07 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20918 3c298f89-4303-0410-b956-a3cf2f4a3e73

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

index 4562fc8..afd1920 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 6b78c3d..736e322 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