summaryrefslogtreecommitdiffstats
path: root/package/kernel/lantiq
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-01-11 16:53:59 +0000
committerJo-Philipp Wich <jow@openwrt.org>2015-01-11 16:53:59 +0000
commite0daabc8ec87210654eef22c57c5486904438cd9 (patch)
tree5a7e3ded28759de84b3fe2def9bd1de67cad2819 /package/kernel/lantiq
parent18fd9db4e3214ccc13e607b01954eca8495894bc (diff)
downloadmaster-31e0f0ae-e0daabc8ec87210654eef22c57c5486904438cd9.tar.gz
master-31e0f0ae-e0daabc8ec87210654eef22c57c5486904438cd9.tar.bz2
master-31e0f0ae-e0daabc8ec87210654eef22c57c5486904438cd9.zip
ltq-vmmc: fix broken autoconf invocation
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43934
Diffstat (limited to 'package/kernel/lantiq')
-rw-r--r--package/kernel/lantiq/ltq-vmmc/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <blogic@openwrt.org>
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