X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fwigyori.git;a=blobdiff_plain;f=target%2Flinux%2Fuml%2FMakefile;h=e6fd3615760e338880dc1f2939a6fe3cd23017c1;hp=a962114df5c8d6c8039a4e37c09b9a4d9a88d2fe;hb=8a9fe26f201e996d4850cd3b3e770421bb4c4754;hpb=ca8f45b1423ffcc96ab1ba80c02dda5ebc085949 diff --git a/target/linux/uml/Makefile b/target/linux/uml/Makefile index a962114df5..e6fd361576 100644 --- a/target/linux/uml/Makefile +++ b/target/linux/uml/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2010 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.32.16 +LINUX_VERSION:=3.8.11 include $(INCLUDE_DIR)/target.mk +LINUX_TARGET_CONFIG:=$(CURDIR)/config/$(ARCH) + DEFAULT_PACKAGES += wpad-mini kmod-mac80211-hwsim endif