X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=target%2Flinux%2Fuml%2FMakefile;h=41d20ff9465151ae6077fac241533be887e4c4f0;hp=543f7036e2e5a5e9b0e92c8d7cae83919140717b;hb=f94264597736e83296846a2570087b451e45eaf4;hpb=0331b0c27dc1b349ec2bd6ec1719cc4760091a8a diff --git a/target/linux/uml/Makefile b/target/linux/uml/Makefile index 543f7036e2..41d20ff946 100644 --- a/target/linux/uml/Makefile +++ b/target/linux/uml/Makefile @@ -20,13 +20,15 @@ ARCH:=$(shell uname -m | sed \ ) BOARD:=uml BOARDNAME:=User Mode Linux -FEATURES:=broken ext2 +FEATURES:=ext2 LINUX_CONFIG:=$(CURDIR)/config/$(ARCH) -LINUX_VERSION:=2.6.24.5 +LINUX_VERSION:=2.6.28 include $(INCLUDE_DIR)/target.mk +DEFAULT_PACKAGES += hostapd-mini kmod-mac80211-hwsim + endif $(eval $(call BuildTarget))