uml: bump to 2.6.28.5
[openwrt/staging/chunkeey.git] / target / linux / uml / Makefile
index a6be082d0b943d83c06dd8355d7cc492ddc2460c..7b8f4fca2e645ca099ec165447da3921242f0301 100644 (file)
@@ -20,16 +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.22.4
+LINUX_VERSION:=2.6.28.5
 
-include $(INCLUDE_DIR)/kernel-build.mk
+include $(INCLUDE_DIR)/target.mk
 
-# include the profiles
--include profiles/*.mk
+DEFAULT_PACKAGES += hostapd-mini kmod-mac80211-hwsim
 
 endif
 
-$(eval $(call BuildKernel))
+$(eval $(call BuildTarget))