diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-11 16:53:34 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-11 16:53:34 +0000 |
commit | 7db213836f32f19bd264667222fec72c62425867 (patch) | |
tree | 306f85dcb9bae91a2079999dbd9929781b06aa00 /package | |
parent | 9d8dc4e41a6b4847c1d03dfc397f09599a5617f3 (diff) | |
download | master-187ad058-7db213836f32f19bd264667222fec72c62425867.tar.gz master-187ad058-7db213836f32f19bd264667222fec72c62425867.tar.bz2 master-187ad058-7db213836f32f19bd264667222fec72c62425867.zip |
ltq-adsl: fix broken autoconf invocation
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43931 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/kernel/lantiq/ltq-adsl/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/package/kernel/lantiq/ltq-adsl/Makefile b/package/kernel/lantiq/ltq-adsl/Makefile index 2a9f0de388..26c931e2a9 100644 --- a/package/kernel/lantiq/ltq-adsl/Makefile +++ b/package/kernel/lantiq/ltq-adsl/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 @@ -84,11 +85,6 @@ endif EXTRA_CFLAGS = -fno-pic -mno-abicalls -mlong-calls -G 0 -define Build/Configure - (cd $(PKG_BUILD_DIR); aclocal && autoconf && automake) - $(call Build/Configure/Default) -endef - define Build/InstallDev $(INSTALL_DIR) $(1)/usr/include/adsl $(CP) $(PKG_BUILD_DIR)/src/include/drv_dsl_cpe_*.h $(1)/usr/include/adsl/ |