mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
fix uml-2.6 build with 2.6.19.1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5926 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -31,9 +31,14 @@ define Build/Configure/powerpc
|
||||
mv $(PKG_BUILD_DIR)/include/asm-powerpc $(PKG_BUILD_DIR)/include/asm-ppc
|
||||
endef
|
||||
|
||||
KMAKE := $(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
ifneq (,$(findstring uml,$(BOARD)))
|
||||
KMAKE := $(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
CONFIG_SHELL=$(BASH)
|
||||
else
|
||||
KMAKE := $(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
ARCH=$(LINUX_KARCH) \
|
||||
CONFIG_SHELL=$(BASH)
|
||||
endif
|
||||
|
||||
define Build/Configure
|
||||
yes '' | $(KMAKE) oldconfig
|
||||
|
||||
Reference in New Issue
Block a user