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 | f55ba3307f11c88a9bf8b796cadc1bf204f01b2a (patch) | |
tree | beeaec56174689bf8c7f6b8d473b6faa878a72d4 /target/linux/uml-2.6/Makefile | |
parent | 4f19d376a6c3b6258c23247ba2be34483dfcd924 (diff) | |
download | upstream-f55ba3307f11c88a9bf8b796cadc1bf204f01b2a.tar.gz upstream-f55ba3307f11c88a9bf8b796cadc1bf204f01b2a.tar.bz2 upstream-f55ba3307f11c88a9bf8b796cadc1bf204f01b2a.zip |
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 |