X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fuml%2FMakefile;h=f11b8c24a129a45f0c36a2ff78a9e8bfd9bc3ac1;hb=387187ed20b72bb5bbcb494c043fe0ae7439f123;hp=ebcfbbc99a64e539144439980b76913de23533a1;hpb=41ac39db861209f0712553283a803959c64e1e46;p=openwrt.git diff --git a/target/linux/uml/Makefile b/target/linux/uml/Makefile index ebcfbbc99a..f11b8c24a1 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.2 +LINUX_VERSION:=2.6.28.7 include $(INCLUDE_DIR)/target.mk +DEFAULT_PACKAGES += hostapd-mini kmod-mac80211-hwsim + endif $(eval $(call BuildTarget))