aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2003-02-16 12:02:09 +0000
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2003-02-16 12:02:09 +0000
commit23dff14c75b98c60055d0b02b4409a974331b4ce (patch)
treeba05791d3f9341ebbd17292f04385061747838b8
parent7533f80e90517be3cee939638892c1fd0c630e90 (diff)
downloadxen-23dff14c75b98c60055d0b02b4409a974331b4ce.tar.gz
xen-23dff14c75b98c60055d0b02b4409a974331b4ce.tar.bz2
xen-23dff14c75b98c60055d0b02b4409a974331b4ce.zip
bitkeeper revision 1.54 (3e4f7dc1atf6a9Ypbu3XTktCXdplVQ)
minor mod to make ARCH=xeno default, and add ext3 to default confguration
-rw-r--r--xenolinux-2.4.16-sparse/Makefile3
-rw-r--r--xenolinux-2.4.16-sparse/arch/xeno/defconfig4
2 files changed, 5 insertions, 2 deletions
diff --git a/xenolinux-2.4.16-sparse/Makefile b/xenolinux-2.4.16-sparse/Makefile
index bf7463b5b0..1025012da9 100644
--- a/xenolinux-2.4.16-sparse/Makefile
+++ b/xenolinux-2.4.16-sparse/Makefile
@@ -9,6 +9,9 @@ HW_ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ -e s/arm.*
ifndef ARCH
ARCH := $(HW_ARCH)
endif
+
+ARCH=xeno
+
KERNELPATH=kernel-$(shell echo $(KERNELRELEASE) | sed -e "s/-//")
CONFIG_SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \
diff --git a/xenolinux-2.4.16-sparse/arch/xeno/defconfig b/xenolinux-2.4.16-sparse/arch/xeno/defconfig
index ae0967ce64..8bd5adaee4 100644
--- a/xenolinux-2.4.16-sparse/arch/xeno/defconfig
+++ b/xenolinux-2.4.16-sparse/arch/xeno/defconfig
@@ -281,8 +281,8 @@ CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
# CONFIG_QUOTA is not set
CONFIG_AUTOFS_FS=y
CONFIG_AUTOFS4_FS=y
-# CONFIG_EXT3_FS is not set
-# CONFIG_JBD is not set
+CONFIG_EXT3_FS=y
+CONFIG_JBD=y
# CONFIG_FAT_FS is not set
# CONFIG_CRAMFS is not set
# CONFIG_TMPFS is not set