[aadk-commits] qwell: branch uClinux/upstreamsync r372 - in
/uClinux/branches/upstreamsync/u...
aadk-commits at lists.digium.com
aadk-commits at lists.digium.com
Mon Apr 23 10:44:12 MST 2007
Author: qwell
Date: Mon Apr 23 12:44:12 2007
New Revision: 372
URL: http://svn.digium.com/view/aadk?view=rev&rev=372
Log:
Use the "correct" (read: non-buggy) applet link file path.
Make sure /var/log/log exists.
Modified:
uClinux/branches/upstreamsync/uClinux-dist/config/.config
uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/Makefile
uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/config.vendor-2.6.x
Modified: uClinux/branches/upstreamsync/uClinux-dist/config/.config
URL: http://svn.digium.com/view/aadk/uClinux/branches/upstreamsync/uClinux-dist/config/.config?view=diff&rev=372&r1=371&r2=372
==============================================================================
--- uClinux/branches/upstreamsync/uClinux-dist/config/.config (original)
+++ uClinux/branches/upstreamsync/uClinux-dist/config/.config Mon Apr 23 12:44:12 2007
@@ -422,7 +422,7 @@
# CONFIG_USER_BUSYBOX_FEATURE_SUID_CONFIG is not set
# CONFIG_USER_BUSYBOX_FEATURE_HAVE_RPC is not set
# CONFIG_USER_BUSYBOX_SELINUX is not set
-CONFIG_USER_BUSYBOX_BUSYBOX_EXEC_PATH="/proc/self/exe"
+CONFIG_USER_BUSYBOX_BUSYBOX_EXEC_PATH="/bin/busybox"
# CONFIG_USER_BUSYBOX_STATIC is not set
# CONFIG_USER_BUSYBOX_BUILD_LIBBUSYBOX is not set
# CONFIG_USER_BUSYBOX_LFS is not set
Modified: uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/Makefile
URL: http://svn.digium.com/view/aadk/uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/Makefile?view=diff&rev=372&r1=371&r2=372
==============================================================================
--- uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/Makefile (original)
+++ uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/Makefile Mon Apr 23 12:44:12 2007
@@ -54,6 +54,7 @@
# $(ROMFSINST) /etc/tux-wink.gif
# $(ROMFSINST) /etc/tuxsit_small.gif
$(ROMFSINST) /etc/modprobe.conf
+ touch $(ROMFSDIR)/var/log/log
( cd $(ROMFSDIR)/../defaults ; tar cvfz $(ROMFSDIR)/etc/defaults.tgz --exclude .svn * )
gzip -dc mini-sounds.tgz | ( cd $(ROMFSDIR)/var/lib/asterisk/sounds ; tar xvf - )
echo "$(VERSIONSTR) -- " `date` > $(ROMFSDIR)/etc/version
Modified: uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/config.vendor-2.6.x
URL: http://svn.digium.com/view/aadk/uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/config.vendor-2.6.x?view=diff&rev=372&r1=371&r2=372
==============================================================================
--- uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/config.vendor-2.6.x (original)
+++ uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/config.vendor-2.6.x Mon Apr 23 12:44:12 2007
@@ -422,7 +422,7 @@
# CONFIG_USER_BUSYBOX_FEATURE_SUID_CONFIG is not set
# CONFIG_USER_BUSYBOX_FEATURE_HAVE_RPC is not set
# CONFIG_USER_BUSYBOX_SELINUX is not set
-CONFIG_USER_BUSYBOX_BUSYBOX_EXEC_PATH="/proc/self/exe"
+CONFIG_USER_BUSYBOX_BUSYBOX_EXEC_PATH="/bin/busybox"
# CONFIG_USER_BUSYBOX_STATIC is not set
# CONFIG_USER_BUSYBOX_BUILD_LIBBUSYBOX is not set
# CONFIG_USER_BUSYBOX_LFS is not set
More information about the aadk-commits
mailing list