[kernel] uml: bump to 2.6.28.5
[openwrt/svn-archive/archive.git] / target / linux / uml / Makefile
index e31ef02bb73b6dc28fb80a7922de3841f8dd5cb1..7b8f4fca2e645ca099ec165447da3921242f0301 100644 (file)
@@ -20,15 +20,14 @@ 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)/target.mk
 
-# include the profiles
--include profiles/*.mk
+DEFAULT_PACKAGES += hostapd-mini kmod-mac80211-hwsim
 
 endif