[uml] bump kernel version to 2.6.28
[openwrt/svn-archive/archive.git] / target / linux / uml / Makefile
index 40cbb170393cc8b7252d7e9fd0ac203e4a8c0487..41d20ff9465151ae6077fac241533be887e4c4f0 100644 (file)
@@ -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.26
+LINUX_VERSION:=2.6.28
 
 include $(INCLUDE_DIR)/target.mk
 
+DEFAULT_PACKAGES += hostapd-mini kmod-mac80211-hwsim
+
 endif
 
 $(eval $(call BuildTarget))