OpenWrt – Blame information for rev 3

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 @SERIAL_CONFIG@
2 @TERMINAL_CONFIG@
3  
4 set default="0"
5 set timeout="@TIMEOUT@"
6 set root='(cd)'
7  
3 office 8 menuentry "OpenWrt" {
1 office 9 linux /boot/vmlinuz @CMDLINE@ noinitrd
10 }