aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/lantiq
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2015-01-11 16:53:52 +0000
committerJo-Philipp Wich <jow@openwrt.org>2015-01-11 16:53:52 +0000
commited57f009defdeb43f81c64a318b51a8beb57d102 (patch)
tree7923cf75f26a7a1c1cb8202ddf43273216e552b5 /package/kernel/lantiq
parente2eccd8f52400b20c3ecab9e368e6ef4404c2f8f (diff)
downloadmaster-187ad058-ed57f009defdeb43f81c64a318b51a8beb57d102.tar.gz
master-187ad058-ed57f009defdeb43f81c64a318b51a8beb57d102.tar.bz2
master-187ad058-ed57f009defdeb43f81c64a318b51a8beb57d102.zip
ltq-tapi: fix broken autoconf invocation
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43933 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kernel/lantiq')
-rw-r--r--package/kernel/lantiq/ltq-tapi/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/package/kernel/lantiq/ltq-tapi/Makefile b/package/kernel/lantiq/ltq-tapi/Makefile
index 0b4301c50e..87960ca5b1 100644
--- a/package/kernel/lantiq/ltq-tapi/Makefile
+++ b/package/kernel/lantiq/ltq-tapi/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
@@ -58,11 +59,6 @@ CONFIGURE_ARGS += \
$(call autoconf_bool,CONFIG_VOICE_CPE_TAPI_TRACES,trace) \
$(call autoconf_bool,CONFIG_VOICE_CPE_TAPI_LINUX_HOTPLUG,hotplug)
-define Build/Configure
- (cd $(PKG_BUILD_DIR); aclocal && autoconf && automake)
- $(call Build/Configure/Default)
-endef
-
define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/include/drv_tapi
$(CP) --dereference $(PKG_BUILD_DIR)/include/* $(1)/usr/include/drv_tapi