diff options
author | Yuji Mano <yuji.mano@am.sony.com> | 2008-05-28 21:07:56 +0000 |
---|---|---|
committer | Yuji Mano <yuji.mano@am.sony.com> | 2008-05-28 21:07:56 +0000 |
commit | be79344a8e3ef3b74960588a1774854207b898b2 (patch) | |
tree | fa86c0abf11643aafc2bdc91774626bf5083b73d /target | |
parent | cd3ca8e9135335bceaef0f3caa1128d1da459d0b (diff) | |
download | upstream-be79344a8e3ef3b74960588a1774854207b898b2.tar.gz upstream-be79344a8e3ef3b74960588a1774854207b898b2.tar.bz2 upstream-be79344a8e3ef3b74960588a1774854207b898b2.zip |
add newline at EOF
SVN-Revision: 11287
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ps3/base-files/etc/config/system | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ps3/base-files/etc/config/system b/target/linux/ps3/base-files/etc/config/system index f352ecb321..cbfb4dadcc 100644 --- a/target/linux/ps3/base-files/etc/config/system +++ b/target/linux/ps3/base-files/etc/config/system @@ -1,2 +1,3 @@ config system - option hostname ps3
\ No newline at end of file + option hostname ps3 + |