diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-04-16 11:07:52 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-04-16 11:07:52 +0000 |
commit | ba10e1ee9a19c5ccdc782974056c878917d9e324 (patch) | |
tree | 6e2101639d90967c97d5add1fe77ef813a6ad7ca /package/uboot-ifxmips/Config.in | |
parent | 075659c85c7116ec144927376c3933728595c2f7 (diff) | |
download | upstream-ba10e1ee9a19c5ccdc782974056c878917d9e324.tar.gz upstream-ba10e1ee9a19c5ccdc782974056c878917d9e324.tar.bz2 upstream-ba10e1ee9a19c5ccdc782974056c878917d9e324.zip |
package/uboot-ifxmips: move configuration in submenu
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20918 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/uboot-ifxmips/Config.in')
-rw-r--r-- | package/uboot-ifxmips/Config.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/package/uboot-ifxmips/Config.in b/package/uboot-ifxmips/Config.in index 4562fc8ef7..afd1920877 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 |