1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

UML target completed. Added ext2 target fs for use with uml images

git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4178 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
groz
2006-07-20 21:06:47 +00:00
parent 0afe2603ce
commit d4641bd34d
8 changed files with 61 additions and 15 deletions

View File

@@ -28,6 +28,11 @@ LINUX_KARCH:=$(shell echo $(ARCH) | sed -e 's/i[3-9]86/i386/' \
-e 's/armeb/arm/' \
)
ifneq (,$(findstring uml,$(BOARD)))
LINUX_KARCH="um"
KERNEL_CROSS=
endif
KERNEL_BUILD_DIR:=$(BUILD_DIR)/linux-$(KERNEL)-$(BOARD)
LINUX_DIR := $(KERNEL_BUILD_DIR)/linux-$(LINUX_VERSION)