X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fuml%2FMakefile;h=95262b82ddbc4d41a7d25a23831cf5a9e5b432de;hb=072a59cb9f897dd47648105ff3c29400ba2b322a;hp=e1525eb2790708a6ce535e3721fab8685d2f4a56;hpb=591108bddae9fe9e06c962019848c44d722a3880;p=openwrt.git diff --git a/target/linux/uml/Makefile b/target/linux/uml/Makefile index e1525eb279..95262b82dd 100644 --- a/target/linux/uml/Makefile +++ b/target/linux/uml/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -20,14 +20,14 @@ ARCH:=$(shell uname -m | sed \ ) BOARD:=uml BOARDNAME:=User Mode Linux -FEATURES:=ext2 +FEATURES:=ext2 audio LINUX_CONFIG:=$(CURDIR)/config/$(ARCH) -LINUX_VERSION:=2.6.30.4 +LINUX_VERSION:=2.6.32.20 include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES += hostapd-mini kmod-mac80211-hwsim +DEFAULT_PACKAGES += wpad-mini kmod-mac80211-hwsim endif