summaryrefslogtreecommitdiffstats
path: root/rules/initmethod.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-03-03 17:09:20 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-03-03 17:09:20 +0000
commit66a04e8a540eeec1f77ff99c81b4562aad69658d (patch)
tree7435f4ee756970a0e44bebf48449da80a30c7296 /rules/initmethod.in
parent372595e8b11bd91bf2787fc415fc50de479e7bab (diff)
downloadptxdist-66a04e8a540eeec1f77ff99c81b4562aad69658d.tar.gz
ptxdist-66a04e8a540eeec1f77ff99c81b4562aad69658d.tar.xz
[busybox] select symbols needed for proper bb init
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9939 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/initmethod.in')
-rw-r--r--rules/initmethod.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/rules/initmethod.in b/rules/initmethod.in
index 98fd3b9e7..e4af2f3f9 100644
--- a/rules/initmethod.in
+++ b/rules/initmethod.in
@@ -7,6 +7,8 @@ choice
config INITMETHOD_BBINIT
bool
+ select BUSYBOX
+ select BUSYBOX_INIT
select BUSYBOX_HOSTNAME
select BUSYBOX_RUN_PARTS
prompt "busybox init "
@@ -26,4 +28,3 @@ endchoice
source "generated/initmethod.in"
endmenu
-