X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/636cc564f05efbd89ea280e4366967df7bbea120..1db1d443f3cfa3171b346073840c3e7ea4772375:/rules.mk diff --git a/rules.mk b/rules.mk index 2e66bea4c..1a9bfc859 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