diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-11 16:53:59 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-11 16:53:59 +0000 |
commit | 2386d7e7cf3fa152cd078d2975bce8cd1db8b962 (patch) | |
tree | 3c00a62e3b51bfdfa7718c0d1f73f55c5130d02b /package/kernel/lantiq | |
parent | ed57f009defdeb43f81c64a318b51a8beb57d102 (diff) | |
download | master-187ad058-2386d7e7cf3fa152cd078d2975bce8cd1db8b962.tar.gz master-187ad058-2386d7e7cf3fa152cd078d2975bce8cd1db8b962.tar.bz2 master-187ad058-2386d7e7cf3fa152cd078d2975bce8cd1db8b962.zip |
ltq-vmmc: fix broken autoconf invocation
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43934 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/lantiq')
-rw-r--r-- | package/kernel/lantiq/ltq-vmmc/Makefile | 2 |
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 |