X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fuml%2FMakefile;h=3be431a62ff6152737724e98a6dd0e5137b4869d;hp=f2d9ce4525e9a227f657d5e36e56900c361a8fc7;hb=36d4fd70bc7fcac5f8fa27b34374e0ba6cdf8848;hpb=900de421864beceaf7a17142dd1f1f56caadafb2 diff --git a/target/linux/uml/Makefile b/target/linux/uml/Makefile index f2d9ce4525..3be431a62f 100644 --- a/target/linux/uml/Makefile +++ b/target/linux/uml/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -20,13 +20,15 @@ ARCH:=$(shell uname -m | sed \ ) BOARD:=uml BOARDNAME:=User Mode Linux -FEATURES:=ext2 audio -LINUX_CONFIG:=$(CURDIR)/config/$(ARCH) +FEATURES:=ext4 audio +MAINTAINER:=Florian Fainelli -LINUX_VERSION:=2.6.30.10 +LINUX_VERSION:=3.8.9 include $(INCLUDE_DIR)/target.mk +LINUX_TARGET_CONFIG:=$(CURDIR)/config/$(ARCH) + DEFAULT_PACKAGES += wpad-mini kmod-mac80211-hwsim endif