aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/angstrom/build-release.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/angstrom/build-release.sh')
-rwxr-xr-xcontrib/angstrom/build-release.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/angstrom/build-release.sh b/contrib/angstrom/build-release.sh
index 0912476b47..14244a315e 100755
--- a/contrib/angstrom/build-release.sh
+++ b/contrib/angstrom/build-release.sh
@@ -6,7 +6,7 @@ do_build() {
if [ $DO_UCLIBC = 1 ]
then
BUILD_MODE="uclibc"
- echo 'ANGSTROM_MODE = "uclibc"' > conf/auto.conf
+ echo 'ANGSTROMLIBC = "uclibc"' > conf/auto.conf
if [ "$BUILD_CLEAN" != "" ]
then
@@ -20,7 +20,7 @@ do_build() {
fi
BUILD_MODE="glibc"
- echo 'ANGSTROM_MODE = "glibc"' > conf/auto.conf
+ echo 'ANGSTROMLIBC = "glibc"' > conf/auto.conf
if [ "$BUILD_CLEAN" != "" ]
then