X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=target%2Flinux%2Fuml%2FMakefile;h=f2d9ce4525e9a227f657d5e36e56900c361a8fc7;hp=2c60b8777c3336706b000f96bf4ac748b1925fa7;hb=baa9945a111c23dfbf4f21368d65c91c2cccd7c6;hpb=3ac45c4f5b903b8cafaa4854c4b9744a87ff0095 diff --git a/target/linux/uml/Makefile b/target/linux/uml/Makefile index 2c60b8777c..f2d9ce4525 100644 --- a/target/linux/uml/Makefile +++ b/target/linux/uml/Makefile @@ -1,4 +1,4 @@ -# +# # Copyright (C) 2006 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. @@ -20,13 +20,15 @@ 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.26.8 +LINUX_VERSION:=2.6.30.10 include $(INCLUDE_DIR)/target.mk +DEFAULT_PACKAGES += wpad-mini kmod-mac80211-hwsim + endif $(eval $(call BuildTarget))