busybox: Add getopt since lxc templates require it

Signed-off-by: David Nyström <david.nystrom@enea.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
David Nyström 2013-10-01 15:13:00 +02:00 committed by Bruce Ashfield
parent 214c4715f0
commit 19cb3d6615
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,2 @@
CONFIG_GETOPT=y
CONFIG_FEATURE_GETOPT_LONG=y

View File

@ -6,4 +6,5 @@ SRC_URI += " \
file://mdev.cfg \
file://mount-cifs.cfg \
file://ps-extras.cfg \
file://getopt.cfg \
"