diff options
author | 2009-03-24 08:07:09 +0000 | |
---|---|---|
committer | 2009-03-24 08:07:09 +0000 | |
commit | 4519c7f221327532f81bbe01a5e4ac100bdefc08 (patch) | |
tree | 2d3de94248a790691c13c8cef5231f9dc3821acd /profiles | |
parent | Use the newer version of the scenarios and delete the old one. (diff) | |
download | embedded-cross-4519c7f221327532f81bbe01a5e4ac100bdefc08.tar.gz embedded-cross-4519c7f221327532f81bbe01a5e4ac100bdefc08.tar.bz2 embedded-cross-4519c7f221327532f81bbe01a5e4ac100bdefc08.zip |
Add newline to the end of the file.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/openmoko/make.defaults | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/openmoko/make.defaults b/profiles/openmoko/make.defaults index 46ce6cf..27661d3 100644 --- a/profiles/openmoko/make.defaults +++ b/profiles/openmoko/make.defaults @@ -23,4 +23,5 @@ USERLAND="GNU" INPUT_DEVICES="tslib evdev" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" -VIDEO_CARDS="glamo"
\ No newline at end of file +VIDEO_CARDS="glamo" + |