mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-21 03:55:06 +00:00
fix user mode linux toolchain build
SVN-Revision: 6130
This commit is contained in:
parent
4c1346198c
commit
d85c2ffd23
@ -33,6 +33,7 @@ endef
|
||||
|
||||
ifneq (,$(findstring uml,$(BOARD)))
|
||||
KMAKE := $(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
ARCH=i386 \
|
||||
CONFIG_SHELL=$(BASH)
|
||||
else
|
||||
KMAKE := $(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
|
Loading…
Reference in New Issue
Block a user