summaryrefslogtreecommitdiffstats
path: root/package/ifxmips-dsl-api/Makefile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-03-28 21:41:29 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-03-28 21:41:29 +0000
commit5167a6f45e1af069e75951a6bb0ffc237e5d018d (patch)
tree65343ba54bf9adc57ee6eeb18fdb6d6d15d64592 /package/ifxmips-dsl-api/Makefile
parentc98b63ed59feb6ad483afb1b1ce55c10e0b93dfb (diff)
ifxmips-dsl-api: fix portability errors
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20554 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ifxmips-dsl-api/Makefile')
-rw-r--r--package/ifxmips-dsl-api/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/package/ifxmips-dsl-api/Makefile b/package/ifxmips-dsl-api/Makefile
index fdb07214b..3fc31eda4 100644
--- a/package/ifxmips-dsl-api/Makefile
+++ b/package/ifxmips-dsl-api/Makefile
@@ -117,6 +117,11 @@ define Build/Prepare
$(TAR) -C $(PKG_BUILD_DIR) -xzf $(DL_DIR)/$(FW_BASE_NAME)_b-$(FW_B_VER).tar.gz
endef
+define Build/Configure
+ (cd $(PKG_BUILD_DIR); aclocal && autoconf && automake)
+ $(call Build/Configure/Default)
+endef
+
define Build/Compile
cd $(LINUX_DIR); \
ARCH=mips CROSS_COMPILE="$(KERNEL_CROSS)" \