1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-16 12:14:01 +02:00

fix user mode linux toolchain build

SVN-Revision: 6130
This commit is contained in:
Felix Fietkau 2007-01-19 12:19:45 +00:00
parent 4c1346198c
commit d85c2ffd23

View File

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