mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 18:17:10 +02:00
fix hostap build when target arch != mipsel
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2283 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a4949c69ef
commit
a30d5ade95
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile 1832 2005-09-03 19:27:27Z wbx $
|
||||
# $Id$
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
include ../../rules.mk
|
||||
@ -30,6 +30,7 @@ $(PKG_BUILD_DIR)/.configured:
|
||||
|
||||
$(PKG_BUILD_DIR)/.built:
|
||||
$(MAKE) -C $(KERNEL_DIR)/ \
|
||||
ARCH="$(LINUX_KARCH)" \
|
||||
SUBDIRS="$(PKG_BUILD_DIR)/driver/modules" \
|
||||
modules
|
||||
touch $@
|
||||
|
Loading…
Reference in New Issue
Block a user