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