diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-07-18 13:01:32 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-07-18 13:01:32 +0000 |
commit | c1791fbd323e3eb23a245cd19074aeb248772790 (patch) | |
tree | beeaec56174689bf8c7f6b8d473b6faa878a72d4 /target/linux/uml-2.6/Makefile | |
parent | 410fd2dad2ae43d42b14ec2753100027070fe596 (diff) |
Resync x86_64 kernel config and make uml build ext2 images by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8034 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/uml-2.6/Makefile')
-rw-r--r-- | target/linux/uml-2.6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/uml-2.6/Makefile b/target/linux/uml-2.6/Makefile index 2a2c31924f..a54d2cd71f 100644 --- a/target/linux/uml-2.6/Makefile +++ b/target/linux/uml-2.6/Makefile @@ -20,7 +20,7 @@ ARCH:=$(shell uname -m | sed \ ) BOARD:=uml BOARDNAME:=User Mode Linux -FEATURES:=broken +FEATURES:=broken ext2 LINUX_CONFIG:=$(CURDIR)/config/$(ARCH) LINUX_VERSION:=2.6.22.1 |