1
0
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:
nico
2006-12-29 11:09:10 +00:00
parent bdeecf5a59
commit ec0548de30
3 changed files with 152 additions and 90 deletions

View File

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