X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=rules.mk;h=1a9bfc859abbb2c6eff6b77d4395b8c10b7af37c;hb=317b9407e382a1976f3596123cce2850906a09b4;hp=2e66bea4cfeba80e2b01bca636a2b6732c13b9d4;hpb=89a10d913b8e4cf2d42a32ab9101c19197d48967;p=openwrt.git 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