X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=contrib%2Fpackage%2Fluci%2FMakefile;h=6c92504195c5e5de8ac1d6bae4471aa63e7f04a0;hb=fb131176c21e7bb5db6a181b6fcd792db34c309c;hp=5e74ea63ae1883417f126c0b114b92e985bb1be5;hpb=b84259d374b769efbec75ad47f1ea882bd782d5a;p=project%2Fluci.git diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index 5e74ea63a..6c9250419 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -36,7 +36,7 @@ include $(INCLUDE_DIR)/package.mk ifeq ($(USELOCAL),1) define Build/Prepare mkdir -p $(PKG_BUILD_DIR) - $(TAR) c -C ../../../ . --exclude=.pc --exclude='boa-0*' --exclude=.svn --exclude=.git | tar x -C $(PKG_BUILD_DIR)/ + $(TAR) c -C ../../../ . --exclude=.pc --exclude='boa-0*' --exclude=.svn --exclude=.git --exclude='*.o' | tar x -C $(PKG_BUILD_DIR)/ endef endif