Author: jow Date: 2015-01-11 17:53:45 +0100 (Sun, 11 Jan 2015) New Revision: 43932
Modified: trunk/package/kernel/lantiq/ltq-ifxos/Makefile Log: ltq-ifxos: fix broken autoconf invocation Signed-off-by: Jo-Philipp Wich <[email protected]> Modified: trunk/package/kernel/lantiq/ltq-ifxos/Makefile =================================================================== --- trunk/package/kernel/lantiq/ltq-ifxos/Makefile 2015-01-11 16:53:34 UTC (rev 43931) +++ trunk/package/kernel/lantiq/ltq-ifxos/Makefile 2015-01-11 16:53:45 UTC (rev 43932) @@ -15,6 +15,7 @@ PKG_MAINTAINER:=John Crispin <[email protected]> PKG_USE_MIPS16:=0 +PKG_FIXUP:=autoreconf include $(INCLUDE_DIR)/package.mk @@ -36,11 +37,6 @@ --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} _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
