[brcm47xx] refresh 2.6.23 patches
[openwrt.git] / target / linux / uml / Makefile
index a6be082d0b943d83c06dd8355d7cc492ddc2460c..3dd9a986ab4d86ef6a5d2c887433884f82a7ce7d 100644 (file)
@@ -20,16 +20,13 @@ 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.26.2
 
-include $(INCLUDE_DIR)/kernel-build.mk
-
-# include the profiles
--include profiles/*.mk
+include $(INCLUDE_DIR)/target.mk
 
 endif
 
-$(eval $(call BuildKernel))
+$(eval $(call BuildTarget))