[aadk-commits] dbailey: trunk r421 - /trunk/scripts/
aadk-commits at lists.digium.com
aadk-commits at lists.digium.com
Thu May 3 12:40:31 MST 2007
Author: dbailey
Date: Thu May 3 14:40:30 2007
New Revision: 421
URL: http://svn.digium.com/view/aadk?view=rev&rev=421
Log:
Update aadk to new default build configuration and get rid of setting HOSTNAME in the default network config
Modified:
trunk/scripts/build-distro
trunk/scripts/menuselect.makeopts.AADK_default
Modified: trunk/scripts/build-distro
URL: http://svn.digium.com/view/aadk/trunk/scripts/build-distro?view=diff&rev=421&r1=420&r2=421
==============================================================================
--- trunk/scripts/build-distro (original)
+++ trunk/scripts/build-distro Thu May 3 14:40:30 2007
@@ -37,10 +37,11 @@
done
echo ${FLAVOR}"-"${VER} >$LOCALVERSIONFILE
-#set the default networking config host name
- grep -v HOSTNAME ${NETWORKCONF} > ${NETWORKCONF}.TMP
- echo "HOSTNAME = ${FLAVOR}" >>${NETWORKCONF}.TMP
- mv ${NETWORKCONF}.TMP ${NETWORKCONF}
+##set the default networking config host name
+# grep -v HOSTNAME ${NETWORKCONF} > ${NETWORKCONF}.TMP
+# echo "HOSTNAME = ${FLAVOR}" >>${NETWORKCONF}.TMP
+# mv ${NETWORKCONF}.TMP ${NETWORKCONF}
+
fi
cd uClinux/uClinux-dist
Modified: trunk/scripts/menuselect.makeopts.AADK_default
URL: http://svn.digium.com/view/aadk/trunk/scripts/menuselect.makeopts.AADK_default?view=diff&rev=421&r1=420&r2=421
==============================================================================
--- trunk/scripts/menuselect.makeopts.AADK_default (original)
+++ trunk/scripts/menuselect.makeopts.AADK_default Thu May 3 14:40:30 2007
@@ -1,10 +1,10 @@
-MENUSELECT_APPS=app_alarmreceiver app_externalivr app_festival app_ices app_ivrdemo app_morsecode app_mp3 app_nbscat app_rpt app_sms app_speech_utils app_zapras
+MENUSELECT_APPS=app_alarmreceiver app_externalivr app_festival app_ices app_ivrdemo app_morsecode app_mp3 app_nbscat app_rpt app_sms app_speech_utils app_zapras app_test app_skel
MENUSELECT_CDR=cdr_manager cdr_odbc cdr_pgsql cdr_radius cdr_sqlite cdr_tds
MENUSELECT_CHANNELS=chan_alsa chan_mgcp chan_nbs chan_oss chan_phone
MENUSELECT_CODECS=codec_adpcm codec_lpc10 codec_zap
MENUSELECT_FORMATS=format_ogg_vorbis
MENUSELECT_FUNCS=func_odbc func_realtime
-MENUSELECT_PBX=pbx_realtime
+MENUSELECT_PBX=pbx_realtime pbx_ael
MENUSELECT_RES=res_config_odbc res_config_pgsql res_odbc res_speech
MENUSELECT_OPTS_app_voicemail=
MENUSELECT_CFLAGS=LOW_MEMORY LOADABLE_MODULES
More information about the aadk-commits
mailing list