Skip to content
Snippets Groups Projects
Commit 3052dfbb authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

remove support for disabling large file support, it is broken, breaks...

remove support for disabling large file support, it is broken, breaks compatibility to anything and has no effect on most packages

SVN-Revision: 25208
parent 04628c88
No related branches found
No related tags found
No related merge requests found
...@@ -140,13 +140,6 @@ menu "Global build settings" ...@@ -140,13 +140,6 @@ menu "Global build settings"
In case software provides optional support for patented functionality, In case software provides optional support for patented functionality,
this optional support will get disabled for this package. this optional support will get disabled for this package.
config LARGEFILE
bool
prompt "Enable large file (files > 2 GB) support"
default y
help
Enable large file (files > 2 GB) support.
config SHADOW_PASSWORDS config SHADOW_PASSWORDS
bool bool
prompt "Enable shadow password support" prompt "Enable shadow password support"
......
...@@ -231,12 +231,6 @@ else ...@@ -231,12 +231,6 @@ else
DISABLE_IPV6:=--disable-ipv6 DISABLE_IPV6:=--disable-ipv6
endif endif
ifeq ($(CONFIG_LARGEFILE),y)
DISABLE_LARGEFILE:=
else
DISABLE_LARGEFILE:=--disable-largefile
endif
ifeq ($(CONFIG_TAR_VERBOSITY),y) ifeq ($(CONFIG_TAR_VERBOSITY),y)
TAR_OPTIONS:=-xvf - TAR_OPTIONS:=-xvf -
else else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment