squashfs,squashfs3: needs LARGEFILE support in toolchain
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
21350c5f2f
commit
ec1bd9900a
6
CHANGES
6
CHANGES
@ -9,9 +9,9 @@
|
|||||||
libglib2, libgtk2, libidn, libmms, libmpd, libpcap, libsoup,
|
libglib2, libgtk2, libidn, libmms, libmpd, libpcap, libsoup,
|
||||||
lmbench, lsof, ltrace, lvm2, make, metacity, mtd-utils, mutt,
|
lmbench, lsof, ltrace, lvm2, make, metacity, mtd-utils, mutt,
|
||||||
nbd, netsnmp, ntfsprogs, ntp, olsr, pango, pciutils, pcmanfm,
|
nbd, netsnmp, ntfsprogs, ntp, olsr, pango, pciutils, pcmanfm,
|
||||||
php, pkg-config, psmisc, qt, samba, shared-mime-info, sshfs,
|
php, pkg-config, psmisc, qt, samba, shared-mime-info,
|
||||||
startup-notification, swfdec, sylpheed, uemacs, util-linux,
|
squashfs, squashfs3, sshfs, startup-notification, swfdec,
|
||||||
vpnc, webkit, xstroke
|
sylpheed, uemacs, util-linux, vpnc, webkit, xstroke
|
||||||
|
|
||||||
Issues resolved (http://bugs.uclibc.org):
|
Issues resolved (http://bugs.uclibc.org):
|
||||||
|
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
config BR2_PACKAGE_SQUASHFS
|
config BR2_PACKAGE_SQUASHFS
|
||||||
bool "squashfs"
|
bool "squashfs"
|
||||||
|
depends on BR2_LARGEFILE
|
||||||
help
|
help
|
||||||
Tools to generate SquashFS filesystems.
|
Tools to generate SquashFS filesystems.
|
||||||
|
|
||||||
http://squashfs.sourceforge.net/
|
http://squashfs.sourceforge.net/
|
||||||
|
|
||||||
|
comment "squashfs requires a toolchain with LARGEFILE support"
|
||||||
|
depends on !BR2_LARGEFILE
|
||||||
|
@ -1,7 +1,11 @@
|
|||||||
config BR2_PACKAGE_SQUASHFS3
|
config BR2_PACKAGE_SQUASHFS3
|
||||||
bool "squashfs3"
|
bool "squashfs3"
|
||||||
depends on BR2_DEPRECATED
|
depends on BR2_DEPRECATED
|
||||||
|
depends on BR2_LARGEFILE
|
||||||
help
|
help
|
||||||
Tools to generate SquashFS 3.x filesystems.
|
Tools to generate SquashFS 3.x filesystems.
|
||||||
|
|
||||||
http://squashfs.sourceforge.net/
|
http://squashfs.sourceforge.net/
|
||||||
|
|
||||||
|
comment "squashfs3 requires a toolchain with LARGEFILE support"
|
||||||
|
depends on BR2_DEPRECATED && !BR2_LARGEFILE
|
||||||
|
Loading…
Reference in New Issue
Block a user