mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 00:17:43 +00:00
package/bootutils: needs largefile support
Build fails with llseek() linker errors. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
b8a917faaa
commit
8fb74cdece
4
CHANGES
4
CHANGES
@ -20,8 +20,8 @@
|
|||||||
New packages: divine, gvfs, libarchive, libmicrohttpd,
|
New packages: divine, gvfs, libarchive, libmicrohttpd,
|
||||||
sdl_sound, swfdec, sysstat
|
sdl_sound, swfdec, sysstat
|
||||||
|
|
||||||
Updated/fixed packages: alsamixergui, autoconf, busybox, gcc,
|
Updated/fixed packages: alsamixergui, autoconf, bootutils, busybox,
|
||||||
directfb, dnsmasq, e2fsprogs, festival, gstreamer, gst-plugins-bad,
|
gcc, directfb, dnsmasq, e2fsprogs, festival, gstreamer, gst-plugins-bad,
|
||||||
gst-plugins-base, gst-plugins-good, imagemagick, ipkg, iptables,
|
gst-plugins-base, gst-plugins-good, imagemagick, ipkg, iptables,
|
||||||
iw, kernel-headers, kismet, libelf, libevent, libglib2, libidn,
|
iw, kernel-headers, kismet, libelf, libevent, libglib2, libidn,
|
||||||
liblockfile, libmad, libpcap, libupnp, libuuid, lighttpd, ltrace,
|
liblockfile, libmad, libpcap, libupnp, libuuid, lighttpd, ltrace,
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_BOOTUTILS
|
config BR2_PACKAGE_BOOTUTILS
|
||||||
bool "bootutils"
|
bool "bootutils"
|
||||||
|
depends on BR2_LARGEFILE
|
||||||
help
|
help
|
||||||
BootUtils is a collection of utilities to facilitate booting of
|
BootUtils is a collection of utilities to facilitate booting of
|
||||||
Linux 2.6-based systems. The process of finding the root volume
|
Linux 2.6-based systems. The process of finding the root volume
|
||||||
@ -8,3 +9,5 @@ config BR2_PACKAGE_BOOTUTILS
|
|||||||
|
|
||||||
http://bootutils.pr.linuxrulz.org/
|
http://bootutils.pr.linuxrulz.org/
|
||||||
|
|
||||||
|
comment "bootutils requires a toolchain with LARGEFILE support"
|
||||||
|
depends on !BR2_LARGEFILE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user