Add "env" to disk image and "reboot" to 6809 build
authorTormod Volden <debian.tormod@gmail.com>
Wed, 3 Jun 2015 19:46:23 +0000 (21:46 +0200)
committerAlan Cox <alan@linux.intel.com>
Wed, 3 Jun 2015 21:25:39 +0000 (22:25 +0100)
Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
Applications/util/Makefile.6809
Standalone/filesystem-src/ucp-script.txt

index 1c2e6ce..cfc12f6 100644 (file)
@@ -36,6 +36,7 @@ SRCS  = banner.c \
        du.c \
        echo.c \
        ed.c \
+       env.c \
        factor.c \
        false.c \
        fdisk.c \
@@ -66,6 +67,7 @@ SRCS  = banner.c \
        prtroot.c \
        ps.c \
        pwd.c \
+       reboot.c \
        rm.c \
        rmdir.c \
        sed.c \
index f54055c..0054cab 100644 (file)
@@ -155,6 +155,7 @@ bget ../../Applications/util/dosread
 bget ../../Applications/util/du
 bget ../../Applications/util/echo
 bget ../../Applications/util/ed
+bget ../../Applications/util/env
 bget ../../Applications/util/false
 bget ../../Applications/util/fdisk
 bget ../../Applications/util/fgrep
@@ -231,6 +232,7 @@ chmod 0755 dosread
 chmod 0755 du
 chmod 0755 echo
 chmod 0755 ed
+chmod 0755 env
 chmod 0755 false
 chmod 0755 fdisk
 chmod 0755 fgrep