summaryrefslogtreecommitdiffstats
path: root/target/device/AMD/DBAu1500/target_skeleton/root/.bash_profile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2005-03-09 08:35:06 +0000
committerEric Andersen <andersen@codepoet.org>2005-03-09 08:35:06 +0000
commita65a9369f45358fefd253da7fcc2dc2869785009 (patch)
tree3ac25f6981158f49654a1840ea3872e3f6adf570 /target/device/AMD/DBAu1500/target_skeleton/root/.bash_profile
parent4c22057788314a0b3f8fcd4dfd53a7837e3f6cf0 (diff)
downloadbuildroot-novena-a65a9369f45358fefd253da7fcc2dc2869785009.tar.gz
buildroot-novena-a65a9369f45358fefd253da7fcc2dc2869785009.zip
Add board support for the AMD DBAu1500 development board
Diffstat (limited to 'target/device/AMD/DBAu1500/target_skeleton/root/.bash_profile')
-rw-r--r--target/device/AMD/DBAu1500/target_skeleton/root/.bash_profile15
1 files changed, 15 insertions, 0 deletions
diff --git a/target/device/AMD/DBAu1500/target_skeleton/root/.bash_profile b/target/device/AMD/DBAu1500/target_skeleton/root/.bash_profile
new file mode 100644
index 000000000..27bf14953
--- /dev/null
+++ b/target/device/AMD/DBAu1500/target_skeleton/root/.bash_profile
@@ -0,0 +1,15 @@
+# .bash_profile
+
+export PATH=\
+/bin:\
+/sbin:\
+/usr/bin:\
+/usr/sbin:\
+/usr/bin/X11:\
+/usr/local/bin
+
+umask 022
+
+if [ -f ~/.bashrc ]; then
+ source ~/.bashrc
+fi