diff options
Diffstat (limited to 'meta/packages/busybox/busybox.inc')
| -rw-r--r-- | meta/packages/busybox/busybox.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/packages/busybox/busybox.inc b/meta/packages/busybox/busybox.inc index 1419251b3d..93711cef00 100644 --- a/meta/packages/busybox/busybox.inc +++ b/meta/packages/busybox/busybox.inc | |||
| @@ -31,6 +31,11 @@ INITSCRIPT_PARAMS_${PN}_slugos = "start 20 ." | |||
| 31 | 31 | ||
| 32 | inherit cml1 update-rc.d | 32 | inherit cml1 update-rc.d |
| 33 | 33 | ||
| 34 | do_configure () { | ||
| 35 | install -m 0644 ${WORKDIR}/defconfig ${S}/.config | ||
| 36 | cml1_do_configure | ||
| 37 | } | ||
| 38 | |||
| 34 | do_compile() { | 39 | do_compile() { |
| 35 | unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS | 40 | unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS |
| 36 | base_do_compile | 41 | base_do_compile |
