aboutsummaryrefslogtreecommitdiffstats
path: root/package/uboot-lantiq
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2010-04-16 11:08:19 +0000
committerNicolas Thill <nico@openwrt.org>2010-04-16 11:08:19 +0000
commit9bb6ce93e3ab016453487d8c53b83869ad955c03 (patch)
tree620af01e827910264a681995f792ecbc4dc07751 /package/uboot-lantiq
parentba10e1ee9a19c5ccdc782974056c878917d9e324 (diff)
downloadupstream-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')
-rw-r--r--package/uboot-lantiq/Config.in8
-rw-r--r--package/uboot-lantiq/Makefile1
2 files changed, 6 insertions, 3 deletions
diff --git a/package/uboot-lantiq/Config.in b/package/uboot-lantiq/Config.in
index e2c156d884..578b088646 100644
--- a/package/uboot-lantiq/Config.in
+++ b/package/uboot-lantiq/Config.in
@@ -1,7 +1,9 @@
+menu "Configuration"
+ depends on PACKAGE_uboot-lantiq
+
config UBOOT_TARGET
string "target"
default "easy50712_DDR166M"
- depends on PACKAGE_uboot-lantiq
help
The configuration reflects the settings for a dedicated board hardware.
Select for Danube evaluation board easy50712_DDR166M .
@@ -9,7 +11,6 @@ config UBOOT_TARGET
config UBOOT_RAMBOOT
bool "Enable RAM boot image"
- depends on PACKAGE_uboot-lantiq
help
Using the UART boot mode of the ROM code this image could be loaded to the RAM.
While executing the image in the RAM the functionality of the uboot image can be
@@ -30,6 +31,7 @@ config UBOOT_RAMBOOT_DDR_CONFIG
config UBOOT_A800
bool "add ARV452 Switch bringup hack"
- depends on PACKAGE_uboot-lantiq
help
Say Y, if you have a arv452 board (wav-281, A800, ..)
+
+endmenu
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