diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-07-18 13:01:32 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-07-18 13:01:32 +0000 |
commit | 0f2e784408c9c7471456b7bd0d9a67f295f0ee42 (patch) | |
tree | 4865654fe9186274214659af5b13f4fcdf53f5fc /target/linux/uml-2.6/Makefile | |
parent | c614e53d29df648d0e103177007e3f12c9bb333b (diff) | |
download | upstream-0f2e784408c9c7471456b7bd0d9a67f295f0ee42.tar.gz upstream-0f2e784408c9c7471456b7bd0d9a67f295f0ee42.tar.bz2 upstream-0f2e784408c9c7471456b7bd0d9a67f295f0ee42.zip |
Resync x86_64 kernel config and make uml build ext2 images by default
SVN-Revision: 8034
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 |