summaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-05-27 17:34:11 -0300
committerRenato Botelho <renato@netgate.com>2016-05-27 17:34:11 -0300
commit91c40f25bc78c7d63dec56b40b1c393cf6ae8ab1 (patch)
treecaa7fb319eb12ee683d77defa095f821fbaaa301 /build.sh
parentf26731b04093acb4913219f44622583eb40ccc86 (diff)
downloadpfsense-91c40f25bc78c7d63dec56b40b1c393cf6ae8ab1.zip
pfsense-91c40f25bc78c7d63dec56b40b1c393cf6ae8ab1.tar.gz
Remove i386 items
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/build.sh b/build.sh
index 06d6a32..c5b9364 100755
--- a/build.sh
+++ b/build.sh
@@ -435,14 +435,6 @@ for _IMGTOBUILD in $_IMAGESTOBUILD; do
create_memstick_adi_image
;;
nanobsd|nanobsd-vga)
- if [ "${TARGET}" = "i386" -a "${_IMGTOBUILD}" = "nanobsd" ]; then
- export DEFAULT_KERNEL=${DEFAULT_KERNEL_NANOBSD:-"${PRODUCT_NAME}_wrap"}
- elif [ "${TARGET}" = "i386" -a "${_IMGTOBUILD}" = "nanobsd-vga" ]; then
- export DEFAULT_KERNEL=${DEFAULT_KERNEL_NANOBSDVGA:-"${PRODUCT_NAME}_wrap_vga"}
- elif [ "${TARGET}" = "amd64" ]; then
- export DEFAULT_KERNEL=${DEFAULT_KERNEL_NANOBSD:-"${PRODUCT_NAME}"}
- fi
- # Create the NanoBSD disk image
create_nanobsd_diskimage ${_IMGTOBUILD} "${FLASH_SIZE}"
;;
ova)
OpenPOWER on IntegriCloud