summaryrefslogtreecommitdiffstats
path: root/rules.mk
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-01-28 17:00:43 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-01-28 17:00:43 +0000
commit3052dfbb85c1b7d4afa894efa9c5f29a653f0c2b (patch)
tree42b0808e8305ba26cb90cb25cdbb88f4639eed8f /rules.mk
parent04628c88d40b44381a7daf4c635088b91241278b (diff)
downloadmaster-31e0f0ae-3052dfbb85c1b7d4afa894efa9c5f29a653f0c2b.tar.gz
master-31e0f0ae-3052dfbb85c1b7d4afa894efa9c5f29a653f0c2b.tar.bz2
master-31e0f0ae-3052dfbb85c1b7d4afa894efa9c5f29a653f0c2b.zip
remove support for disabling large file support, it is broken, breaks compatibility to anything and has no effect on most packages
SVN-Revision: 25208
Diffstat (limited to 'rules.mk')
-rw-r--r--rules.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/rules.mk b/rules.mk
index 2e66bea4cf..1a9bfc859a 100644
--- a/rules.mk
+++ b/rules.mk
@@ -231,12 +231,6 @@ else
DISABLE_IPV6:=--disable-ipv6
endif
-ifeq ($(CONFIG_LARGEFILE),y)
- DISABLE_LARGEFILE:=
-else
- DISABLE_LARGEFILE:=--disable-largefile
-endif
-
ifeq ($(CONFIG_TAR_VERBOSITY),y)
TAR_OPTIONS:=-xvf -
else