aboutsummaryrefslogtreecommitdiffstats
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index a9b41207f3d5..cb0b2f2dd097 100755
--- a/build.sh
+++ b/build.sh
@@ -20,6 +20,7 @@ supported_devices=" \
i9300 \
i9305 \
n710x \
+ omap4-sdp \
"
supported_os=" \
@@ -203,7 +204,11 @@ check_supported "${device}" "device" ${supported_devices}
check_supported "${bootloader}" "bootloader" ${supported_bootloaders}
check_supported "${os}" "OS" ${supported_os}
-dtb="exynos4412-${device}.dtb"
+if [ "${device}" = "omap4-sdp" ] ; then
+ dtb="omap4-sdp.dtb"
+else
+ dtb="exynos4412-${device}.dtb"
+fi
make replicant_defconfig