When you set BR2_PACKAGE_LINUX_USE_DEFCONFIG
authorUlf Samuelsson <ulf.samuelsson@atmel.com>
Tue, 6 Jan 2009 14:40:24 +0000 (14:40 -0000)
committerUlf Samuelsson <ulf.samuelsson@atmel.com>
Tue, 6 Jan 2009 14:40:24 +0000 (14:40 -0000)
commitb33e097596b6ea228acb6107eb5f8a2169735953
tree889f5929ffa6ad726e759a380d4c5dfd08e55cbf
parent6bcd872614fbb7cd3295e41da5d68002bdc8663c
When you set BR2_PACKAGE_LINUX_USE_DEFCONFIG
to configure linux using the

make <board>_defconfig

You have to supply the $(BOARD_NAME) variable.
Add this info in the help text for
target/linux/Makefile.in.advanced

----------------

When you do not set BR2_PACKAGE_LINUX_USE_XCONFIG
to configure linux using "$make <XXXX>config
The choices "$make menuconfig" or "$make xconfig"
should not be visible.
Add dependency
target/linux/Config.in.advanced