X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fuml%2FMakefile;h=6c7f934728b7d07296f6b7d4e772355cfc980e9a;hp=e1525eb2790708a6ce535e3721fab8685d2f4a56;hb=5866a567c9843c8adb15c02c90f3d9235e54adb3;hpb=591108bddae9fe9e06c962019848c44d722a3880 diff --git a/target/linux/uml/Makefile b/target/linux/uml/Makefile index e1525eb279..6c7f934728 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,14 +20,16 @@ ARCH:=$(shell uname -m | sed \ ) BOARD:=uml BOARDNAME:=User Mode Linux -FEATURES:=ext2 -LINUX_CONFIG:=$(CURDIR)/config/$(ARCH) +FEATURES:=ext4 audio +MAINTAINER:=Florian Fainelli -LINUX_VERSION:=2.6.30.4 +LINUX_VERSION:=3.6.6 include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES += hostapd-mini kmod-mac80211-hwsim +LINUX_TARGET_CONFIG:=$(CURDIR)/config/$(ARCH) + +DEFAULT_PACKAGES += wpad-mini kmod-mac80211-hwsim endif