2017-09-06 19:19:45 +08:00
|
|
|
#
|
|
|
|
# Copyright (C) 2006-2011 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=i386
|
|
|
|
BOARD:=x86
|
|
|
|
BOARDNAME:=x86
|
2019-01-03 20:10:40 +08:00
|
|
|
FEATURES:=squashfs vdi vmdk pcmcia fpu
|
2018-10-14 19:22:50 +08:00
|
|
|
SUBTARGETS:=64 generic legacy geode
|
2017-09-06 19:19:45 +08:00
|
|
|
MAINTAINER:=Felix Fietkau <nbd@nbd.name>
|
|
|
|
|
2019-10-28 03:39:56 -07:00
|
|
|
KERNEL_PATCHVER:=4.9
|
2017-09-06 19:19:45 +08:00
|
|
|
|
|
|
|
KERNELNAME:=bzImage
|
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2017-10-29 11:00:48 +08:00
|
|
|
DEFAULT_PACKAGES += partx-utils mkf2fs fdisk e2fsprogs wpad kmod-usb-hid \
|
2019-10-08 08:41:28 -07:00
|
|
|
kmod-ath5k kmod-ath9k kmod-ath9k-htc kmod-ath10k kmod-rt2800-usb kmod-e1000e kmod-igb kmod-igbvf kmod-ixgbe kmod-pcnet32 kmod-tulip kmod-vmxnet3 kmod-i40e kmod-i40evf kmod-fs-f2fs \
|
2019-10-21 20:29:46 -07:00
|
|
|
htop lm-sensors autocore automount autosamba luci-app-zerotier luci-app-ipsec-vpnd luci-app-pptp-server luci-proto-bonding luci-app-zerotier luci-app-unblockmusic luci-app-transmission luci-app-docker luci-app-v2ray-server \
|
2019-10-17 05:34:31 -07:00
|
|
|
ath10k-firmware-qca988x ath10k-firmware-qca9888 ath10k-firmware-qca9984 brcmfmac-firmware-43602a1-pcie kmod-crypto-misc \
|
2018-03-29 20:43:58 +08:00
|
|
|
alsa-utils kmod-ac97 kmod-sound-hda-core kmod-sound-hda-codec-realtek kmod-sound-hda-codec-via kmod-sound-via82xx kmod-usb-audio \
|
2019-04-06 00:15:38 +08:00
|
|
|
kmod-usb-net kmod-usb-net-asix kmod-usb-net-asix-ax88179 kmod-usb-net-rtl8150 kmod-usb-net-rtl8152 \
|
2019-10-11 09:30:44 -07:00
|
|
|
shadowsocks-libev-ss-redir v2ray shadowsocksr-libev-server shadowsocksr-libev-ssr-local dsmboot cfdisk
|
2017-09-06 19:19:45 +08:00
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|
|
|
|
|
|
|
|
$(eval $(call $(if $(CONFIG_TARGET_ROOTFS_ISO),RequireCommand,Ignore),mkisofs, \
|
|
|
|
Please install mkisofs. \
|
|
|
|
))
|