busybox-initramfs: build the getopt utility, bumprev.
--HG-- extra : convert_revision : a8c16ce089f1acbb5f109f2414139f0d7ab72815
This commit is contained in:
parent
723d545e65
commit
4f3adf1673
2 changed files with 4 additions and 3 deletions
|
@ -487,8 +487,8 @@ CONFIG_FDISK_SUPPORT_LARGE_DISKS=y
|
||||||
# CONFIG_MKFS_MINIX is not set
|
# CONFIG_MKFS_MINIX is not set
|
||||||
# CONFIG_FEATURE_MINIX2 is not set
|
# CONFIG_FEATURE_MINIX2 is not set
|
||||||
# CONFIG_MKFS_VFAT is not set
|
# CONFIG_MKFS_VFAT is not set
|
||||||
# CONFIG_GETOPT is not set
|
CONFIG_GETOPT=y
|
||||||
# CONFIG_FEATURE_GETOPT_LONG is not set
|
CONFIG_FEATURE_GETOPT_LONG=y
|
||||||
CONFIG_HEXDUMP=y
|
CONFIG_HEXDUMP=y
|
||||||
# CONFIG_FEATURE_HEXDUMP_REVERSE is not set
|
# CONFIG_FEATURE_HEXDUMP_REVERSE is not set
|
||||||
# CONFIG_HD is not set
|
# CONFIG_HD is not set
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# Build template for 'busybox-initramfs'.
|
# Build template for 'busybox-initramfs'.
|
||||||
pkgname=busybox-initramfs
|
pkgname=busybox-initramfs
|
||||||
version=1.15.3
|
version=1.15.3
|
||||||
|
revision=1
|
||||||
wrksrc=busybox-$version
|
wrksrc=busybox-$version
|
||||||
distfiles="http://www.busybox.net/downloads/busybox-$version.tar.bz2"
|
distfiles="http://www.busybox.net/downloads/busybox-$version.tar.bz2"
|
||||||
build_style=gnu_makefile
|
build_style=gnu_makefile
|
||||||
|
@ -21,7 +22,7 @@ long_desc="
|
||||||
This package provides some required utilities for the initial ramdisks."
|
This package provides some required utilities for the initial ramdisks."
|
||||||
|
|
||||||
base_chroot=yes
|
base_chroot=yes
|
||||||
Add_dependency full glibc
|
Add_dependency run glibc
|
||||||
|
|
||||||
pre_build()
|
pre_build()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue