diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-11 16:53:45 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-11 16:53:45 +0000 |
commit | cb01d941997d9e56afc24bfa895f75d3a37ea91d (patch) | |
tree | 0a2e318f6321e38ffe379e29cf4e6d567caab1ad /package/kernel/lantiq/ltq-ifxos/Makefile | |
parent | d6beac80f81cd1328c9712ba12fc69fec91df16c (diff) | |
download | upstream-cb01d941997d9e56afc24bfa895f75d3a37ea91d.tar.gz upstream-cb01d941997d9e56afc24bfa895f75d3a37ea91d.tar.bz2 upstream-cb01d941997d9e56afc24bfa895f75d3a37ea91d.zip |
ltq-ifxos: fix broken autoconf invocation
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43932
Diffstat (limited to 'package/kernel/lantiq/ltq-ifxos/Makefile')
-rw-r--r-- | package/kernel/lantiq/ltq-ifxos/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/package/kernel/lantiq/ltq-ifxos/Makefile b/package/kernel/lantiq/ltq-ifxos/Makefile index 0a0fc9a247..375875227e 100644 --- a/package/kernel/lantiq/ltq-ifxos/Makefile +++ b/package/kernel/lantiq/ltq-ifxos/Makefile @@ -15,6 +15,7 @@ PKG_MD5SUM:=bc107f9d8ff6bed4c2760a2817bbb029 PKG_MAINTAINER:=John Crispin <blogic@openwrt.org> PKG_USE_MIPS16:=0 +PKG_FIXUP:=autoreconf include $(INCLUDE_DIR)/package.mk @@ -36,11 +37,6 @@ CONFIGURE_ARGS += \ --enable-kernelincl="$(LINUX_DIR)/include" \ --enable-add_drv_cflags="-fno-pic -mno-abicalls -mlong-calls -G 0" -define Build/Configure - (cd $(PKG_BUILD_DIR); aclocal && autoconf && automake) - $(call Build/Configure/Default) -endef - ifdef CONFIG_TARGET_lantiq define Build/InstallDev $(INSTALL_DIR) $(1)/usr/{lib,include/ifxos} |