diff --git a/userspace/gpl/apps/ppp/Makefile b/userspace/gpl/apps/ppp/Makefile index c95f00223..e3d068e40 100755 --- a/userspace/gpl/apps/ppp/Makefile +++ b/userspace/gpl/apps/ppp/Makefile @@ -35,7 +35,7 @@ clean: ifneq ($(strip $(BUILD_PPPD)),) check_untar_patch_configure: sanity_check - (tar zxkf $(APPSOURCE) 2> /dev/null || true) + tar -xz --skip-old-files -f $(APPSOURCE) conditional_build: check_untar_patch_configure ifneq ($(strip $(BUILD_BRCM_CMS))$(strip $(BUILD_BRCM_BDK)),)