#! /bin/bash # $Id$ # $URL$ rm -f smoketest.log lcd4linux make distclean ./bootstrap for driver in BeckmannEgle BWCT CrystalFontz Curses Cwlinux D4D EA232graphic G15 HD44780 IRLCD LCD2USB LCDLinux LCDTerm LEDMatrix LPH7508 LUIse M50530 MatrixOrbital MilfordInstruments Noritake NULL Pertelian PHAnderson picoLCD picoLCDGraphic PNG PPM RouterBoard Sample serdisplib SimpleLCD T6963 Trefon ULA200 USBHUB USBLCD WincorNixdorf X11; do make distclean ./configure --with-drivers=$driver make -s -j 2 if [ -x lcd4linux ]; then echo "Success: drv_$driver" >>smoketest.log else echo "FAILED: drv_$driver" >>smoketest.log fi done for plugin in apm asterisk button_exec cpuinfo diskstats dvb exec fifo file hddtemp i2c_sensors iconv imon isdn kvv loadavg meminfo mpd mysql netdev netinfo pop3 ppp proc_stat python sample seti statfs uname uptime w1retap wireless xmms; do make distclean ./configure --with-drivers=NULL --with-plugins=$plugin make -s -j 2 if [ -x lcd4linux ]; then echo "Success: plugin_$plugin" >>smoketest.log else echo "FAILED: plugin_$plugin" >>smoketest.log fi done make distclean ./configure '/dtv-scan-tables.git/refs/?id=b3eeab8ff0f87f0dd7207ff80aaed4e098052bab'>refslogtreecommitdiffstats
path: root/dvbv5_isdb-t/br-sp-PortoFeliz (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-04Remove zeros on the left for channel frequenciesMauro Carvalho Chehab34-794/+794
2014-09-02Add Brazil's remaining states tablesMauro Carvalho Chehab117-0/+12386
2014-09-02Add Brazil's Goias state tablesMauro Carvalho Chehab22-0/+2560
2014-09-02Add Brazil's Rio de Janeiro state tablesMauro Carvalho Chehab29-0/+3828
2014-09-02Add Brazil's Paraiba state tablesMauro Carvalho Chehab45-0/+2600
2014-09-02Add Brazil's Sergipe state tablesMauro Carvalho Chehab47-0/+3563
2014-09-02Add Brazil's Santa Catarina state tablesMauro Carvalho Chehab56-0/+4257
2014-09-02Add Brazil's Parana state tablesMauro Carvalho Chehab60-0/+5284
2014-09-02Add Brazil's Minas Gerais state tablesMauro Carvalho Chehab62-0/+3695
2014-09-02Add Brazil's Rio Grande do Sul state tablesMauro Carvalho Chehab69-0/+4731
2014-09-02Add Brazil's Bahia state tablesMauro Carvalho Chehab83-0/+6397
2014-09-02Add Brazil's Sao Paulo state tablesMauro Carvalho Chehab197-0/+23613