1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

ifxmips-dsl-api: fix portability errors

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20554 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2010-03-28 21:41:29 +00:00
parent c98b63ed59
commit 5167a6f45e
2 changed files with 189 additions and 0 deletions

View File

@@ -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)" \