2 # Copyright (C) 2006 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
7 include $(TOPDIR
)/rules.mk
8 include $(INCLUDE_DIR
)/host.mk
10 # UML only makes sense on linux
11 ifeq ($(HOST_OS
),Linux
)
13 ARCH
:=$(shell uname
-m | sed \
14 -e
's/i[3-9]86/i386/' \
22 BOARDNAME
:=User Mode Linux
24 LINUX_CONFIG
:=$(CURDIR
)/config
/$(ARCH
)
26 LINUX_VERSION
:=2.6.30.9
28 include $(INCLUDE_DIR
)/target.mk
30 DEFAULT_PACKAGES
+= hostapd-mini kmod-mac80211-hwsim
34 $(eval
$(call BuildTarget
))