diff --git a/packages/sysutils/busybox-initramfs/build b/packages/sysutils/busybox-initramfs/build index 892d005ae5..17ec507b18 100755 --- a/packages/sysutils/busybox-initramfs/build +++ b/packages/sysutils/busybox-initramfs/build @@ -2,7 +2,6 @@ . config/options $1 -$SCRIPTS/build toolchain $SCRIPTS/unpack busybox if [ -f $PROJECT_DIR/$PROJECT/busybox/$1.conf ]; then diff --git a/packages/sysutils/busybox-initramfs/install b/packages/sysutils/busybox-initramfs/install index 184e75756e..a1660bc13c 100755 --- a/packages/sysutils/busybox-initramfs/install +++ b/packages/sysutils/busybox-initramfs/install @@ -1,6 +1,7 @@ #!/bin/sh . config/options $1 + $SCRIPTS/unpack linux $SCRIPTS/install plymouth-lite initramfs diff --git a/packages/sysutils/busybox-initramfs/meta b/packages/sysutils/busybox-initramfs/meta new file mode 100644 index 0000000000..af15c3c461 --- /dev/null +++ b/packages/sysutils/busybox-initramfs/meta @@ -0,0 +1,14 @@ +PKG_NAME="busybox-initramfs" +PKG_VERSION="" +PKG_REV="1" +PKG_ARCH="any" +PKG_LICENSE="GPL" +PKG_SITE="http://www.busybox.net" +PKG_URL="" +PKG_DEPENDS="" +PKG_BUILD_DEPENDS="toolchain" +PKG_PRIORITY="required" +PKG_SECTION="system" +PKG_SHORTDESC="BusyBox: The Swiss Army Knife of Embedded Linux" +PKG_LONGDESC="BusyBox combines tiny versions of many common UNIX utilities into a single small executable. It provides replacements for most of the utilities you usually find in GNU fileutils, shellutils, etc. The utilities in BusyBox generally have fewer options than their full-featured GNU cousins; however, the options that are included provide the expected functionality and behave very much like their GNU counterparts. BusyBox provides a fairly complete environment for any small or embedded system." +PKG_IS_ADDON="no"