X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=rules.mk;h=1a9bfc859abbb2c6eff6b77d4395b8c10b7af37c;hp=2e66bea4cfeba80e2b01bca636a2b6732c13b9d4;hb=b75970179e915460b64667c69d6c37b383df9e10;hpb=d4f83782cef7cbc2f52dfb072299ffb9c151d339 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