From e0daabc8ec87210654eef22c57c5486904438cd9 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 11 Jan 2015 16:53:59 +0000 Subject: [PATCH] ltq-vmmc: fix broken autoconf invocation Signed-off-by: Jo-Philipp Wich SVN-Revision: 43934 --- package/kernel/lantiq/ltq-vmmc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/kernel/lantiq/ltq-vmmc/Makefile b/package/kernel/lantiq/ltq-vmmc/Makefile index df97fa19ee..97e250bbeb 100644 --- a/package/kernel/lantiq/ltq-vmmc/Makefile +++ b/package/kernel/lantiq/ltq-vmmc/Makefile @@ -19,6 +19,7 @@ PKG_MAINTAINER:=John Crispin PKG_USE_MIPS16:=0 PKG_CHECK_FORMAT_SECURITY:=0 +PKG_FIXUP:=autoreconf include $(INCLUDE_DIR)/package.mk @@ -145,7 +146,6 @@ define Build/Configure $(PKG_BUILD_DIR)/firmware $(TAR) -C $(PKG_BUILD_DIR)/firmware -xvzf $(DL_DIR)/$(FW_FILE) $(TAR) -C $(PKG_BUILD_DIR)/coef -xvzf $(DL_DIR)/$(COEF_FILE) - (cd $(PKG_BUILD_DIR); aclocal && autoconf && automake) $(call Build/Configure/Default) endef