diff options
author | Yuji Mano <yuji.mano@am.sony.com> | 2008-05-28 21:00:54 +0000 |
---|---|---|
committer | Yuji Mano <yuji.mano@am.sony.com> | 2008-05-28 21:00:54 +0000 |
commit | c60997a92a382f878df5c938b385d45e36df1b29 (patch) | |
tree | ca544fed7add6ef45585d01991022ebd1f88abe8 /target/linux/ps3 | |
parent | fc1c8c877fa3f6e80480e002ee6492686c63c07b (diff) | |
download | upstream-c60997a92a382f878df5c938b385d45e36df1b29.tar.gz upstream-c60997a92a382f878df5c938b385d45e36df1b29.tar.bz2 upstream-c60997a92a382f878df5c938b385d45e36df1b29.zip |
adding ps3 specific banner and system name
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11286 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ps3')
-rw-r--r-- | target/linux/ps3/base-files/etc/banner | 5 | ||||
-rw-r--r-- | target/linux/ps3/base-files/etc/config/system | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/target/linux/ps3/base-files/etc/banner b/target/linux/ps3/base-files/etc/banner new file mode 100644 index 0000000000..a99f6bb66f --- /dev/null +++ b/target/linux/ps3/base-files/etc/banner @@ -0,0 +1,5 @@ + _____ _____ _____ + | _ || ___||___ | + | __||___ ||___ | + |__| |_____||_____| + diff --git a/target/linux/ps3/base-files/etc/config/system b/target/linux/ps3/base-files/etc/config/system new file mode 100644 index 0000000000..f352ecb321 --- /dev/null +++ b/target/linux/ps3/base-files/etc/config/system @@ -0,0 +1,2 @@ +config system + option hostname ps3
\ No newline at end of file |