Skip to content

Commit

Permalink
x86 (32 bit intel) target added
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxmon committed Nov 3, 2019
1 parent 8f80560 commit 33d118c
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 0 deletions.
23 changes: 23 additions & 0 deletions target/linux/x86-2.6/Makefile
@@ -0,0 +1,23 @@
#
# Copyright (C) 2011-2017 Entware
#
# 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-2.6
BOARDNAME:=Entware (intel x86,kernel-2.6)
FEATURES:=gpio usb audio pci
KERNEL_PATCHVER:=2.6.36
DEFAULT_PACKAGES := toolchain

include $(INCLUDE_DIR)/target.mk

define Target/Description
Build Software Repository for ARM NASes, like QNAP and Synology.
endef

$(eval $(call BuildTarget))
Empty file.
23 changes: 23 additions & 0 deletions target/linux/x86-2.6/image/Makefile
@@ -0,0 +1,23 @@
#
# Copyright (C) 2011-2019 Entware
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#

include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/image.mk

define Image/mkfs/prepare/default
endef

define Image/mkfs/squashfs
endef

define Image/BuildKernel
endef

define Image/Build
endef

$(eval $(call BuildImage))

0 comments on commit 33d118c

Please sign in to comment.