2008-01-16 09:44:11 +00:00
|
|
|
#
|
2011-03-18 13:25:32 +00:00
|
|
|
# Copyright (C) 2006-2011 OpenWrt.org
|
2006-07-20 18:42:12 +00:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
2009-12-21 03:28:35 +00:00
|
|
|
ARCH:=i386
|
2006-11-11 23:11:02 +00:00
|
|
|
BOARD:=x86
|
|
|
|
BOARDNAME:=x86
|
2020-03-20 10:10:55 +00:00
|
|
|
FEATURES:=squashfs ext4 vdi vmdk pcmcia targz fpu boot-part rootfs-part
|
2017-01-13 14:04:17 +00:00
|
|
|
SUBTARGETS:=generic legacy geode 64
|
2006-11-11 23:11:02 +00:00
|
|
|
|
2020-03-11 11:21:49 +00:00
|
|
|
KERNEL_PATCHVER:=5.4
|
2020-02-23 15:46:41 +00:00
|
|
|
KERNEL_TESTING_PATCHVER:=5.4
|
2007-06-16 01:56:04 +00:00
|
|
|
|
2013-06-27 19:58:31 +00:00
|
|
|
KERNELNAME:=bzImage
|
|
|
|
|
2007-09-08 19:55:42 +00:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
2006-11-18 21:12:18 +00:00
|
|
|
|
2020-04-20 17:46:33 +00:00
|
|
|
DEFAULT_PACKAGES += partx-utils mkf2fs e2fsprogs kmod-button-hotplug
|
2016-09-08 11:39:14 +00:00
|
|
|
|
2007-09-08 19:55:42 +00:00
|
|
|
$(eval $(call BuildTarget))
|
2007-10-20 19:10:06 +00:00
|
|
|
|
2020-04-07 09:12:29 +00:00
|
|
|
$(eval $(call $(if $(CONFIG_ISO_IMAGES),SetupHostCommand,Ignore),mkisofs, \
|
|
|
|
Please install mkisofs. , \
|
|
|
|
mkisofs -v 2>&1 , \
|
|
|
|
genisoimage -v 2>&1 | grep genisoimage, \
|
|
|
|
xorrisofs -v 2>&1 | grep xorriso \
|
2007-10-08 18:53:19 +00:00
|
|
|
))
|