├── docs ├── images ├── website │ ├── robots.txt │ ├── favicon.ico │ └── images │ │ ├── email.png │ │ ├── gift.png │ │ ├── irc.png │ │ ├── logo.png │ │ ├── logo.xcf │ │ ├── text.png │ │ ├── zip.png │ │ ├── browser.png │ │ ├── hammer.png │ │ ├── nconfig.png │ │ ├── package.png │ │ ├── xconfig.png │ │ ├── bug-buddy.png │ │ ├── calao-logo.png │ │ ├── logo_small.png │ │ ├── menuconfig.png │ │ ├── mind-logo.png │ │ ├── pdf-icon.png │ │ ├── tux-flat.png │ │ ├── fluendo-logo.png │ │ ├── google-logo.png │ │ ├── imgtec-logo.png │ │ ├── circuitco-logo.png │ │ ├── owi-smile-logo.png │ │ ├── synopsys-logo.png │ │ ├── buildroot-slides.png │ │ ├── free-electrons-logo.png │ │ ├── github_hash_mongrel2.png │ │ └── boundary-devices-logo.png └── manual │ └── download-infra.txt ├── system └── skeleton │ ├── media │ └── .empty │ ├── mnt │ └── .empty │ ├── opt │ └── .empty │ ├── proc │ └── .empty │ ├── root │ └── .empty │ ├── run │ └── .empty │ ├── sys │ └── .empty │ ├── tmp │ └── .empty │ ├── dev │ ├── log │ ├── pts │ │ └── .empty │ └── shm │ │ └── .empty │ ├── usr │ ├── bin │ │ └── .empty │ ├── lib │ │ └── .empty │ └── sbin │ │ └── .empty │ ├── var │ ├── cache │ ├── lock │ ├── log │ ├── run │ ├── spool │ ├── tmp │ └── lib │ │ └── misc │ └── etc │ ├── mtab │ ├── network │ ├── if-up.d │ │ └── .empty │ ├── if-down.d │ │ └── .empty │ └── if-post-down.d │ │ └── .empty │ ├── hosts │ ├── profile.d │ └── umask.sh │ └── resolv.conf ├── board ├── raspberrypi0 ├── raspberrypi2 ├── raspberrypi3 ├── qemu │ └── x86 │ │ └── linux-4.7.config ├── freescale │ └── warpboard │ │ └── linux.fragment ├── chromebook │ └── snow │ │ ├── linux-4.6.fragment │ │ └── kernel.args ├── technexion │ └── imx6ulpico │ │ └── linux.fragment ├── intel │ └── galileo │ │ ├── rootfs_overlay │ │ └── etc │ │ │ └── modules-load.galileo │ │ │ ├── galileo.conf │ │ │ └── galileo_gen2.conf │ │ └── post-build.sh ├── roseapplepi │ └── uEnv.txt ├── technologic │ └── ts4800 │ │ └── linux.fragment ├── beaglebone │ └── uEnv.txt └── firefly │ └── firefly-rk3288 │ └── post-build.sh ├── support ├── dummy-external │ ├── Config.in │ └── external.mk └── kconfig │ ├── lxdialog │ └── .gitignore │ └── .gitignore ├── boot ├── barebox │ ├── barebox │ │ └── barebox.hash │ └── barebox-aux │ │ └── barebox-aux.hash ├── common.mk ├── gummiboot │ ├── loader.conf │ └── buildroot.conf ├── grub │ ├── splash.xpm.gz │ └── grub.400-nic_update2.patch ├── at91dataflashboot │ └── Config.in ├── uboot │ └── uboot.hash ├── afboot-stm32 │ └── afboot-stm32.hash ├── at91bootstrap │ └── at91bootstrap.hash ├── grub2 │ ├── grub.cfg │ └── grub2.hash └── at91bootstrap3 │ └── at91bootstrap3.hash ├── package ├── gcc │ ├── gcc-final │ │ └── gcc-final.hash │ └── gcc-initial │ │ └── gcc-initial.hash ├── audit │ ├── audit_tmpfiles.conf │ └── audit.hash ├── fluxbox │ ├── xsession │ └── fluxbox.hash ├── mesa3d-headers │ └── mesa3d-headers.hash ├── gstreamer │ ├── gstreamer.mk │ ├── gst-dsp │ │ └── gst-dsp.hash │ └── gst-omapfb │ │ └── gst-omapfb.hash ├── gstreamer1 │ ├── gstreamer1.mk │ └── gst-omx │ │ └── gst-omx.hash ├── qt │ └── powervr.ini ├── avahi │ ├── avahi_tmpfiles.conf │ └── avahi.hash ├── linux-headers │ └── Config.in ├── opengl │ ├── opengl.mk │ └── libgl │ │ └── Config.in ├── x11r7 │ ├── x11r7.mk │ ├── xcursor-transparent-theme │ │ └── index.theme │ ├── xlib_xtrans │ │ └── Config.in │ ├── mcookie │ │ ├── mcookie.c │ │ └── Config.in │ ├── xdata_xbitmaps │ │ └── Config.in │ ├── xfont_font-util │ │ └── Config.in │ ├── xproto_dmxproto │ │ └── Config.in │ ├── xproto_glproto │ │ └── Config.in │ ├── xproto_kbproto │ │ └── Config.in │ ├── xproto_xproto │ │ └── Config.in │ ├── xproto_dri2proto │ │ └── Config.in │ ├── xproto_dri3proto │ │ └── Config.in │ ├── xproto_xextproto │ │ └── Config.in │ ├── xutil_makedepend │ │ └── Config.in │ ├── xapp_xgc │ │ └── Config.in │ ├── xproto_applewmproto │ │ └── Config.in │ ├── xproto_fixesproto │ │ └── Config.in │ ├── xproto_fontsproto │ │ └── Config.in │ ├── xproto_inputproto │ │ └── Config.in │ ├── xproto_randrproto │ │ └── Config.in │ ├── xproto_videoproto │ │ └── Config.in │ ├── xapp_xwud │ │ └── Config.in │ ├── xproto_damageproto │ │ └── Config.in │ ├── xproto_recordproto │ │ └── Config.in │ ├── xproto_renderproto │ │ └── Config.in │ ├── xproto_xcmiscproto │ │ └── Config.in │ ├── xapp_xmag │ │ └── Config.in │ ├── xapp_xset │ │ └── Config.in │ ├── xcb-util │ │ └── xcb-util.hash │ ├── xproto_bigreqsproto │ │ └── Config.in │ ├── xproto_resourceproto │ │ └── Config.in │ ├── xproto_windowswmproto │ │ └── Config.in │ ├── xproto_xf86dgaproto │ │ └── Config.in │ ├── xproto_xf86driproto │ │ └── Config.in │ └── xproto_xineramaproto │ │ └── Config.in ├── qt5 │ └── qt5base │ │ └── qplatformdefs.h ├── quagga │ └── quagga_tmpfiles.conf ├── ti-gfx │ └── powervr.ini ├── musl-compat-headers │ └── Config.in ├── rpi-firmware │ └── cmdline.txt ├── tz │ └── Config.in ├── linux-fusion │ ├── 40-fusion.rules │ └── linux-fusion.hash ├── zlib │ └── zlib.hash ├── atftp │ └── atftp.hash ├── vboot-utils │ └── vboot-utils.hash ├── amd-catalyst │ └── 20-fglrx.conf ├── fan-ctrl │ └── fan-ctrl.hash ├── iodine │ └── iodine.hash ├── libpciaccess │ └── Config.in ├── qt5cinex │ └── CinematicExperience-demo ├── ubus │ └── ubus.hash ├── bsdiff │ └── bsdiff.hash ├── bzip2 │ └── bzip2.hash ├── libgeotiff │ └── libgeotiff.hash ├── liblockfile │ └── Config.in ├── atf │ └── atf.hash ├── cgic │ ├── cgic.hash │ └── Config.in ├── fbv │ └── fbv.hash ├── fftw │ └── fftw.hash ├── fis │ └── Config.in ├── gd │ └── gd.hash ├── ijs │ └── ijs.hash ├── isl │ └── isl.hash ├── joe │ └── joe.hash ├── jq │ └── jq.hash ├── libee │ └── libee.hash ├── libsoil │ └── libsoil.hash ├── libxml2 │ └── Config.in ├── lxc │ └── lxc.hash ├── lzo │ └── lzo.hash ├── pound │ └── pound.hash ├── rpm │ └── rpm.hash ├── skeleton │ └── Config.in ├── sl │ └── sl.hash ├── szip │ └── szip.hash ├── tor │ └── tor.hash ├── tree │ └── tree.hash ├── ucl │ └── ucl.hash ├── unscd │ └── unscd.hash ├── unzip │ └── unzip.hash ├── urg │ └── urg.hash ├── x265 │ └── x265.hash ├── xen │ └── xen.hash ├── znc │ └── znc.hash ├── axel │ └── axel.hash ├── bc │ └── bc.hash ├── bdwgc │ └── bdwgc.hash ├── blktrace │ └── blktrace.hash ├── bmon │ └── bmon.hash ├── cloog │ └── cloog.hash ├── cwiid │ └── cwiid.hash ├── dante │ └── dante.hash ├── dcron │ └── dcron.hash ├── devmem2 │ └── devmem2.hash ├── dhrystone │ └── dhrystone.hash ├── doom-wad │ └── doom-wad.hash ├── duma │ └── duma.hash ├── exim │ └── exim.hash ├── faifa │ └── faifa.hash ├── fbset │ └── fbset.hash ├── ficl │ └── ficl.hash ├── file │ └── file.hash ├── flannel │ └── flannel.hash ├── flex │ └── flex.hash ├── flot │ └── flot.hash ├── fping │ └── fping.hash ├── freescale-imx │ ├── imx-kobs │ │ └── imx-kobs.hash │ ├── firmware-imx │ │ └── firmware-imx.hash │ ├── imx-gpu-viv │ │ └── imx-gpu-viv.hash │ ├── imx-lib │ │ └── imx-lib.hash │ ├── imx-uuc │ │ └── imx-uuc.hash │ ├── imx-vpu │ │ └── imx-vpu.hash │ ├── imx-codec │ │ └── imx-codec.hash │ └── libz160 │ │ └── libz160.hash ├── glm │ └── glm.hash ├── glog │ └── glog.hash ├── gmock │ └── gmock.hash ├── gmpc │ └── gmpc.hash ├── go │ └── go.hash ├── gob2 │ └── gob2.hash ├── gpm │ └── gpm.hash ├── gpsd │ └── gpsd.hash ├── iotop │ └── iotop.hash ├── iozone │ └── iozone.hash ├── kyua │ └── kyua.hash ├── lame │ └── lame.hash ├── lftp │ └── lftp.hash ├── libev │ └── libev.hash ├── lite │ └── lite.hash ├── lldpd │ └── lldpd.hash ├── lshw │ └── lshw.hash ├── luajit │ └── luajit.hash ├── lutok │ └── lutok.hash ├── luv │ └── luv.hash ├── lz4 │ └── lz4.hash ├── lzma │ └── lzma.hash ├── lzop │ └── lzop.hash ├── mraa │ └── mraa.hash ├── mutt │ └── mutt.hash ├── nasm │ └── nasm.hash ├── ne10 │ └── ne10.hash ├── newt │ └── newt.hash ├── norm │ └── norm.hash ├── nvme │ └── nvme.hash ├── ortp │ └── ortp.hash ├── popt │ └── popt.hash ├── ptpd │ └── ptpd.hash ├── rtai │ └── rtai.hash ├── slang │ └── slang.hash ├── swig │ └── swig.hash ├── tcl │ └── tcl.hash ├── tekui │ └── tekui.hash ├── tiff │ └── tiff.hash ├── time │ └── time.hash ├── tmux │ └── tmux.hash ├── tslib │ └── tslib.hash ├── upx │ └── upx.hash ├── vde2 │ └── vde2.hash ├── vim │ └── vim.hash ├── vtun │ └── vtun.hash ├── wipe │ └── wipe.hash ├── xutil_util-macros │ └── Config.in ├── xvkbd │ └── xvkbd.hash ├── yajl │ └── yajl.hash ├── yasm │ └── yasm.hash ├── ympd │ └── ympd.hash ├── 4th │ └── 4th.hash ├── aiccu │ └── aiccu.hash ├── argus │ └── argus.hash ├── assimp │ └── assimp.hash ├── aumix │ └── aumix.hash ├── babeld │ └── babeld.hash ├── bcm2835 │ └── bcm2835.hash ├── bcusdk │ └── bcusdk.hash ├── boa │ └── boa.hash ├── bonnie │ └── bonnie.hash ├── bustle │ └── bustle.hash ├── c-icap │ └── c-icap.hash ├── ccrypt │ └── ccrypt.hash ├── clamav │ └── clamav.hash ├── cramfs │ └── cramfs.hash ├── cxxtest │ └── cxxtest.hash ├── dado │ └── dado.hash ├── dillo │ └── dillo.hash ├── dmalloc │ └── dmalloc.hash ├── docker │ └── docker.hash ├── dstat │ └── dstat.hash ├── dtach │ └── dtach.hash ├── ed │ └── ed.hash ├── eeprog │ └── eeprog.hash ├── empty │ └── empty.hash ├── evtest │ └── evtest.hash ├── ezxml │ └── ezxml.hash ├── fbdump │ └── fbdump.hash ├── fbgrab │ └── fbgrab.hash ├── ffmpeg │ └── ffmpeg.hash ├── fmc │ └── fmc.hash ├── gamin │ └── gamin.hash ├── geoip │ └── geoip.hash ├── gflags │ └── gflags.hash ├── giblib │ └── giblib.hash ├── gqview │ └── gqview.hash ├── hplip │ └── hplip.hash ├── httping │ └── httping.hash ├── iftop │ └── iftop.hash ├── initscripts │ └── Config.in ├── iostat │ └── iostat.hash ├── ipkg │ └── ipkg.hash ├── jamvm │ └── jamvm.hash ├── jsoncpp │ └── jsoncpp.hash ├── kodi │ └── kodi.hash ├── lapack │ └── lapack.hash ├── lcdapi │ └── lcdapi.hash ├── libass │ └── libass.hash ├── libcgi │ └── libcgi.hash ├── libcue │ └── libcue.hash ├── libenca │ └── libenca.hash ├── libfcgi │ └── libfcgi.hash ├── libglew │ └── libglew.hash ├── libglfw │ └── libglfw.hash ├── libglu │ └── libglu.hash ├── libhid │ └── libhid.hash ├── libjson │ └── libjson.hash ├── libmms │ └── libmms.hash ├── libndp │ └── libndp.hash ├── libnfc │ └── libnfc.hash ├── libnice │ └── libnice.hash ├── libsoc │ └── libsoc.hash ├── libucl │ └── libucl.hash ├── libuv │ └── libuv.hash ├── libyaml │ └── libyaml.hash ├── libzip │ └── libzip.hash ├── links │ └── links.hash ├── lpeg │ └── lpeg.hash ├── lpty │ └── lpty.hash ├── lrzsz │ └── lrzsz.hash ├── lsuio │ └── lsuio.hash ├── ltris │ └── ltris.hash ├── lua-ev │ └── lua-ev.hash ├── lunit │ └── lunit.hash ├── luvi │ └── luvi.hash ├── lzlib │ └── lzlib.hash ├── matchbox-lib │ └── Config.in ├── mcrypt │ └── mcrypt.hash ├── mtdev │ └── mtdev.hash ├── mxml │ └── Config.in ├── nanocom │ └── nanocom.hash ├── netcat │ └── netcat.hash ├── nfs-utils │ └── nfs-utils_env.sh ├── ngrep │ └── ngrep.hash ├── ninja │ └── ninja.hash ├── nodm │ └── nodm.hash ├── noip │ └── noip.hash ├── p910nd │ └── p910nd.hash ├── php-zmq │ └── php-zmq.hash ├── portmap │ └── portmap.hash ├── prboom │ └── prboom.hash ├── ptpd2 │ └── ptpd2.hash ├── qlibc │ └── qlibc.hash ├── quazip │ └── quazip.hash ├── ramsmp │ └── ramsmp.hash ├── rubix │ └── rubix.hash ├── samba4 │ └── samba4.hash ├── scons │ └── scons.hash ├── sdparm │ └── sdparm.hash ├── smack │ └── smack.hash ├── snmppp │ └── snmppp.hash ├── spice │ └── spice.hash ├── sredird │ └── sredird.hash ├── taglib │ └── taglib.hash ├── tclap │ └── tclap.hash ├── tcllib │ └── tcllib.hash ├── texinfo │ └── texinfo.hash ├── torsmo │ └── torsmo.hash ├── tovid │ └── tovid.hash ├── tunctl │ └── tunctl.hash ├── udisks │ └── udisks.hash ├── unrar │ └── unrar.hash ├── vnstat │ └── vnstat.hash ├── webp │ └── webp.hash ├── whetstone │ └── whetstone.hash ├── wmctrl │ └── wmctrl.hash ├── wpa_supplicant │ └── wpa_supplicant.conf ├── wvdial │ └── wvdial.hash ├── xl2tp │ └── xl2tp.hash ├── xorriso │ └── xorriso.hash ├── xxhash │ └── xxhash.hash ├── zmqpp │ └── zmqpp.hash ├── a10disp │ └── a10disp.hash ├── aespipe │ └── aespipe.hash ├── agentpp │ └── agentpp.hash ├── angularjs │ └── angularjs.hash ├── apitrace │ └── apitrace.hash ├── benejson │ └── benejson.hash ├── bwm-ng │ └── bwm-ng.hash ├── cegui06 │ └── cegui06.hash ├── cgilua │ └── cgilua.hash ├── civetweb │ └── civetweb.hash ├── clapack │ └── clapack.hash ├── copas │ └── copas.hash ├── cosmo │ └── cosmo.hash ├── cpuload │ └── cpuload.hash ├── cups │ └── cups.hash ├── dhcpdump │ └── dhcpdump.hash ├── directfb │ └── directfb.hash ├── dovecot │ └── dovecot.hash ├── efivar │ └── efivar.hash ├── exfat │ └── exfat.hash ├── expat │ └── Config.in ├── fconfig │ └── fconfig.hash ├── fdk-aac │ └── fdk-aac.hash ├── flashrom │ └── flashrom.hash ├── fmlib │ └── fmlib.hash ├── fwup │ └── fwup.hash ├── fxload │ └── fxload.hash ├── genimage │ └── genimage.hash ├── genpart │ └── genpart.hash ├── gtest │ └── gtest.hash ├── gtkperf │ └── gtkperf.hash ├── hiawatha │ └── hiawatha.hash ├── hostapd │ └── hostapd.hash ├── hwloc │ └── hwloc.hash ├── ibrdtn │ └── ibrdtn.hash ├── ibrdtnd │ └── ibrdtnd.hash ├── ifplugd │ └── ifplugd.hash ├── jasper │ └── jasper.hash ├── lcdproc │ └── lcdproc.hash ├── lesstif │ └── lesstif.hash ├── leveldb │ └── leveldb.hash ├── libcddb │ └── libcddb.hash ├── libdmtx │ └── libdmtx.hash ├── libdnet │ └── libdnet.hash ├── libebml │ └── libebml.hash ├── libexif │ └── libexif.hash ├── libical │ └── libical.hash ├── libiqrf │ └── libiqrf.hash ├── libjpeg │ └── libjpeg.hash ├── libmad │ └── libmad.hash ├── libmbim │ └── libmbim.hash ├── libmbus │ └── libmbus.hash ├── libmpd │ └── libmpd.hash ├── libqmi │ └── libqmi.hash ├── libroxml │ └── libroxml.hash ├── librtas │ └── librtas.hash ├── libsexy │ └── libsexy.hash ├── libsha1 │ └── libsha1.hash ├── libsrtp │ └── libsrtp.hash ├── libtommath │ └── libtommath.hash ├── libtpl │ └── libtpl.hash ├── libupnp │ └── libupnp.hash ├── libusb │ └── libusb.hash ├── libv4l │ └── libv4l.hash ├── libvips │ └── libvips.hash ├── libvpx │ └── libvpx.hash ├── libxmlrpc │ └── libxmlrpc.hash ├── linknx │ └── linknx.hash ├── lmbench │ └── lmbench.hash ├── luasec │ └── luasec.hash ├── madplay │ └── madplay.hash ├── minicom │ └── minicom.hash ├── minissdpd │ └── minissdpd.hash ├── moarvm │ └── moarvm.hash ├── mongodb │ └── mongodb.hash ├── mongoose │ └── mongoose.hash ├── mono │ └── mono.hash ├── mrouted │ └── mrouted.hash ├── msgpack │ └── msgpack.hash ├── msr-tools │ └── msr-tools.hash ├── ncftp │ └── ncftp.hash ├── netperf │ ├── netperf.hash │ └── Config.in ├── netplug │ └── netplug.hash ├── nss-mdns │ └── nss-mdns.hash ├── openbox │ └── openbox.hash ├── opencv │ └── opencv.hash ├── opencv3 │ └── opencv3.hash ├── openjpeg │ └── openjpeg.hash ├── orbit │ └── orbit.hash ├── patchelf │ └── patchelf.hash ├── php-yaml │ └── php-yaml.hash ├── picocom │ └── picocom.hash ├── pkgconf │ └── pkgconf.hash ├── poppler │ └── poppler.hash ├── python-lxml │ └── python-lxml.hash ├── python-mad │ └── python-mad.hash ├── ramspeed │ └── ramspeed.hash ├── raptor │ └── raptor.hash ├── rings │ └── rings.hash ├── rpcbind │ └── rpcbind.hash ├── rrdtool │ └── rrdtool.hash ├── rtptools │ └── rtptools.hash ├── sam-ba │ └── sam-ba.hash ├── sdl_net │ └── sdl_net.hash ├── sdl_ttf │ └── sdl_ttf.hash ├── ser2net │ └── ser2net.hash ├── simicsfs │ └── simicsfs.hash ├── sispmctl │ └── sispmctl.hash ├── sshpass │ └── sshpass.hash ├── stella │ └── stella.hash ├── synergy │ └── synergy.hash ├── sysdig │ └── sysdig.hash ├── sysprof │ └── sysprof.hash ├── systemd │ └── systemd.hash ├── tegrarcm │ └── tegrarcm.hash ├── tinydtls │ └── tinydtls.hash ├── tinyxml │ └── tinyxml.hash ├── tinyxml2 │ └── tinyxml2.hash ├── tn5250 │ └── tn5250.hash ├── trinity │ └── trinity.hash ├── twolame │ └── twolame.hash ├── ushare │ └── ushare.hash ├── vala │ └── vala-wrapper ├── valgrind │ └── valgrind.hash ├── w_scan │ └── w_scan.hash ├── webkit │ └── webkit.hash ├── wsapi │ └── wsapi.hash ├── x11vnc │ └── x11vnc.hash ├── xenomai │ └── xenomai.hash ├── yaffs2utils │ └── yaffs2utils.hash ├── yaml-cpp │ └── yaml-cpp.hash ├── acpitool │ └── acpitool.hash ├── alljoyn │ └── alljoyn.hash ├── alsa-lib │ └── alsa-lib.hash ├── apr │ └── apr.hash ├── argparse │ └── argparse.hash ├── arptables │ └── arptables.hash ├── audiofile │ └── audiofile.hash ├── automake │ └── automake.hash ├── beecrypt │ └── beecrypt.hash ├── berkeleydb │ └── berkeleydb.hash ├── bootutils │ └── bootutils.hash ├── cbootimage │ └── cbootimage.hash ├── celt051 │ └── celt051.hash ├── coxpcall │ └── coxpcall.hash ├── curlftpfs │ └── curlftpfs.hash ├── dbus-cpp │ └── dbus-cpp.hash ├── ding-libs │ └── ding-libs.hash ├── doxygen │ └── doxygen.hash ├── dropwatch │ └── dropwatch.hash ├── dsp-tools │ └── dsp-tools.hash ├── dvbsnoop │ └── dvbsnoop.hash ├── dvdauthor │ └── dvdauthor.hash ├── ebtables │ └── ebtables.hash ├── elfutils │ └── elfutils.hash ├── enchant │ └── enchant.hash ├── espeak │ └── espeak.hash ├── faketime │ └── faketime.hash ├── fetchmail │ └── fetchmail.hash ├── flite │ └── flite.hash ├── fswebcam │ └── fswebcam.hash ├── genext2fs │ └── genext2fs.hash ├── gengetopt │ └── gengetopt.hash ├── genromfs │ └── genromfs.hash ├── gmp │ ├── Config.in │ └── gmp.hash ├── gnuchess │ └── gnuchess.hash ├── go-bootstrap │ └── go-bootstrap.hash ├── ibrcommon │ └── ibrcommon.hash ├── ipmitool │ └── ipmitool.hash ├── iprutils │ └── iprutils.hash ├── iucode-tool │ └── iucode-tool.hash ├── jemalloc │ └── jemalloc.hash ├── jquery-ui │ └── jquery-ui.hash ├── kismet │ └── kismet.hash ├── kompexsqlite │ └── kompexsqlite.hash ├── latencytop │ └── latencytop.hash ├── lbase64 │ └── lbase64.hash ├── libcap-ng │ └── libcap-ng.hash ├── libcgroup │ └── libcgroup.hash ├── libconfig │ └── libconfig.hash ├── libdaemon │ └── libdaemon.hash ├── libdcadec │ └── libdcadec.hash ├── libedit │ └── libedit.hash ├── libepoxy │ └── libepoxy.hash ├── libesmtp │ └── libesmtp.hash ├── libfreeimage │ └── libfreeimage.hash ├── libgdiplus │ └── libgdiplus.hash ├── libiscsi │ └── libiscsi.hash ├── liblinear │ └── liblinear.hash ├── libmcrypt │ └── libmcrypt.hash ├── libmhash │ └── libmhash.hash ├── libmodbus │ └── libmodbus.hash ├── libmpeg2 │ └── libmpeg2.hash ├── libnatpmp │ └── libnatpmp.hash ├── libnfs │ └── libnfs.hash ├── liboauth │ └── liboauth.hash ├── libplayer │ └── libplayer.hash ├── libplist │ └── libplist.hash ├── libpthsem │ └── libpthsem.hash ├── librsync │ └── librsync.hash ├── librtlsdr │ └── librtlsdr.hash ├── libselinux │ └── libselinux.hash ├── libsemanage │ └── libsemanage.hash ├── libsigrok │ └── libsigrok.hash ├── libsysfs │ └── libsysfs.hash ├── libtomcrypt │ └── libtomcrypt.hash ├── lightning │ └── lightning.hash ├── linenoise │ └── linenoise.hash ├── ljsyscall │ └── ljsyscall.hash ├── log4cplus │ └── log4cplus.hash ├── logsurfer │ └── logsurfer.hash ├── lsqlite3 │ └── lsqlite3.hash ├── lua-coat │ └── lua-coat.hash ├── lua-iconv │ └── lua-iconv.hash ├── luabitop │ └── luabitop.hash ├── luaexpat │ └── luaexpat.hash ├── luajson │ └── luajson.hash ├── luaposix │ └── luaposix.hash ├── luarocks │ └── luarocks.hash ├── memtester │ └── memtester.hash ├── mongrel2 │ └── mongrel2.hash ├── odhcploc │ └── odhcploc.hash ├── openal │ └── openal.hash ├── openswan │ └── openswan.hash ├── opentyrian-data │ └── opentyrian-data.hash ├── openzwave │ └── openzwave.hash ├── owl-linux │ └── owl-linux.hash ├── pax-utils │ └── pax-utils.hash ├── pcsc-lite │ └── pcsc-lite.hash ├── php-imagick │ └── php-imagick.hash ├── php │ └── php.hash ├── pixman │ └── Config.in ├── powertop │ └── powertop.hash ├── protobuf │ └── protobuf.hash ├── python-id3 │ └── python-id3.hash ├── python-pam │ └── python-pam.hash ├── python-pyrex │ └── python-pyrex.hash ├── python-pyro │ └── python-pyro.hash ├── python-six │ └── python-six.hash ├── qdecoder │ └── qdecoder.hash ├── rapidjson │ └── rapidjson.hash ├── read-edid │ └── read-edid.hash ├── rt-tests │ └── rt-tests.hash ├── rtorrent │ └── rtorrent.hash ├── sdl2_gfx │ └── sdl2_gfx.hash ├── sdl2_ttf │ └── sdl2_ttf.hash ├── sdl_image │ └── sdl_image.hash ├── sdl_mixer │ └── sdl_mixer.hash ├── sdl_sound │ └── sdl_sound.hash ├── sigrok-cli │ └── sigrok-cli.hash ├── smstools3 │ └── smstools3.hash ├── sofia-sip │ └── sofia-sip.hash ├── sqlcipher │ └── sqlcipher.hash ├── statserial │ └── statserial.hash ├── stress-ng │ └── stress-ng.hash ├── swupdate │ └── swupdate.hash ├── syslog-ng │ └── syslog-ng.hash ├── tinyhttpd │ └── tinyhttpd.hash ├── udev │ └── Config.in ├── udpcast │ └── udpcast.hash ├── usbredir │ └── usbredir.hash ├── ussp-push │ └── ussp-push.hash ├── vo-aacenc │ └── vo-aacenc.hash ├── wavpack │ └── wavpack.hash ├── wvstreams │ └── wvstreams.hash ├── xavante │ └── xavante.hash ├── xinetd │ └── xinetd.hash ├── acpica │ └── acpica.hash ├── alljoyn-tcl │ └── alljoyn-tcl.hash ├── alsa-utils │ └── alsa-utils.hash ├── bellagio │ └── bellagio.hash ├── bootstrap │ └── bootstrap.hash ├── cache-calibrator │ └── cache-calibrator.hash ├── cannelloni │ └── cannelloni.hash ├── connman-gtk │ └── connman-gtk.hash ├── drbd-utils │ └── drbd-utils.hash ├── exfat-utils │ └── exfat-utils.hash ├── gadgetfs-test │ └── gadgetfs-test.hash ├── gesftpserver │ └── gesftpserver.hash ├── gutenprint │ └── gutenprint.hash ├── irda-utils │ └── irda-utils.hash ├── irqbalance │ └── irqbalance.hash ├── json-c │ └── json-c.hash ├── lbreakout2 │ └── lbreakout2.hash ├── libarchive │ └── libarchive.hash ├── libargtable2 │ └── libargtable2.hash ├── libatasmart │ └── libatasmart.hash ├── libeXosip2 │ └── libeXosip2.hash ├── libhdhomerun │ └── libhdhomerun.hash ├── libid3tag │ └── libid3tag.hash ├── libmatroska │ └── libmatroska.hash ├── libminiupnpc │ └── libminiupnpc.hash ├── libmodplug │ └── libmodplug.hash ├── libseccomp │ └── libseccomp.hash ├── libsquish │ └── libsquish.hash ├── libtasn1 │ └── Config.in ├── libtorrent │ └── libtorrent.hash ├── lm-sensors │ └── lm-sensors.hash ├── lua-cjson │ └── lua-cjson.hash ├── luacrypto │ └── luacrypto.hash ├── luasocket │ └── luasocket.hash ├── memstat │ └── memstat.hash ├── mpc │ └── mpc.hash ├── netsniff-ng │ └── netsniff-ng.hash ├── netstat-nat │ └── netstat-nat.hash ├── nginx-naxsi │ └── nginx-naxsi.hash ├── ntfs-3g │ └── ntfs-3g.hash ├── ocf-linux │ └── ocf-linux.hash ├── openpgm │ └── openpgm.hash ├── portaudio │ └── portaudio.hash ├── protobuf-c │ └── protobuf-c.hash ├── python-ipy │ └── python-ipy.hash ├── python-keyring │ └── python-keyring.hash ├── python-numpy │ └── python-numpy.hash ├── python-pysnmp │ └── python-pysnmp.hash ├── python-pyxb │ └── python-pyxb.hash ├── python-pyzmq │ └── python-pyzmq.hash ├── python-spidev │ └── python-spidev.hash ├── rabbitmq-c │ └── rabbitmq-c.hash ├── sdl2_image │ └── sdl2_image.hash ├── sphinxbase │ └── sphinxbase.hash ├── spi-tools │ └── spi-tools.hash ├── squeezelite │ └── squeezelite.hash ├── sudo │ └── sudo.hash ├── sunxi-tools │ └── sunxi-tools.hash ├── supervisor │ └── supervisor.hash ├── thrift │ └── thrift.hash ├── uboot-tools │ └── uboot-tools.hash ├── xdotool │ └── xdotool.hash ├── zip │ └── zip.hash ├── alljoyn-base │ └── alljoyn-base.hash ├── apache │ └── apache.hash ├── bcache-tools │ └── bcache-tools.hash ├── c-ares │ └── Config.in ├── c-periphery │ └── c-periphery.hash ├── comix-cursors │ └── comix-cursors.hash ├── erlang-lager │ └── erlang-lager.hash ├── erlang-p1-sip │ └── erlang-p1-sip.hash ├── erlang-p1-tls │ └── erlang-p1-tls.hash ├── erlang-p1-xml │ └── erlang-p1-xml.hash ├── erlang-rebar │ └── erlang-rebar.hash ├── font-awesome │ └── font-awesome.hash ├── grep │ └── grep.hash ├── gsl │ └── gsl.hash ├── ibrdtn-tools │ └── ibrdtn-tools.hash ├── intel-microcode │ └── intel-microcode.hash ├── janus-gateway │ └── janus-gateway.hash ├── jquery-mobile │ └── jquery-mobile.hash ├── less │ └── less.hash ├── libcdaudio │ └── libcdaudio.hash ├── libfastjson │ └── libfastjson.hash ├── libhttpparser │ └── libhttpparser.hash ├── libogg │ └── libogg.hash ├── libopenh264 │ └── libopenh264.hash ├── liboping │ └── liboping.hash ├── libphidget │ └── libphidget.hash ├── libserialport │ └── libserialport.hash ├── libsocketcan │ └── libsocketcan.hash ├── libvncserver │ └── libvncserver.hash ├── lighttpd │ └── lighttpd.hash ├── ljlinenoise │ └── ljlinenoise.hash ├── lpc3250loader │ └── lpc3250loader.hash ├── lttng-tools │ └── lttng-tools.hash ├── lua-csnappy │ └── lua-csnappy.hash ├── lualogging │ └── lualogging.hash ├── m4 │ └── m4.hash ├── modem-manager │ └── modem-manager.hash ├── modplugtools │ └── modplugtools.hash ├── monolite │ └── monolite.hash ├── on2-8170-libs │ └── on2-8170-libs.hash ├── opencore-amr │ └── opencore-amr.hash ├── openvmtools │ └── shutdown ├── pinentry │ └── pinentry.hash ├── powervr │ └── Config.in ├── proxychains-ng │ └── proxychains-ng.hash ├── pv │ └── pv.hash ├── python-crc16 │ └── python-crc16.hash ├── python-daemon │ └── python-daemon.hash ├── python-docopt │ └── python-docopt.hash └── python-dpkt │ └── python-dpkt.hash ├── arch └── Config.in.nios2 └── fs ├── yaffs2 └── Config.in ├── iso9660 ├── isolinux.cfg └── grub.cfg └── romfs └── Config.in /docs/images: -------------------------------------------------------------------------------- 1 | website/images -------------------------------------------------------------------------------- /system/skeleton/media/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /system/skeleton/mnt/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /system/skeleton/opt/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /system/skeleton/proc/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /system/skeleton/root/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /system/skeleton/run/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /system/skeleton/sys/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /system/skeleton/tmp/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /board/raspberrypi0: -------------------------------------------------------------------------------- 1 | raspberrypi -------------------------------------------------------------------------------- /board/raspberrypi2: -------------------------------------------------------------------------------- 1 | raspberrypi -------------------------------------------------------------------------------- /board/raspberrypi3: -------------------------------------------------------------------------------- 1 | raspberrypi -------------------------------------------------------------------------------- /support/dummy-external/Config.in: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /system/skeleton/dev/log: -------------------------------------------------------------------------------- 1 | ../tmp/log -------------------------------------------------------------------------------- /system/skeleton/dev/pts/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /system/skeleton/dev/shm/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /system/skeleton/usr/bin/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /system/skeleton/usr/lib/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /system/skeleton/usr/sbin/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /system/skeleton/var/cache: -------------------------------------------------------------------------------- 1 | ../tmp -------------------------------------------------------------------------------- /system/skeleton/var/lock: -------------------------------------------------------------------------------- 1 | ../tmp -------------------------------------------------------------------------------- /system/skeleton/var/log: -------------------------------------------------------------------------------- 1 | ../tmp -------------------------------------------------------------------------------- /system/skeleton/var/run: -------------------------------------------------------------------------------- 1 | ../run -------------------------------------------------------------------------------- /system/skeleton/var/spool: -------------------------------------------------------------------------------- 1 | ../tmp -------------------------------------------------------------------------------- /system/skeleton/var/tmp: -------------------------------------------------------------------------------- 1 | ../tmp -------------------------------------------------------------------------------- /support/dummy-external/external.mk: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /system/skeleton/var/lib/misc: -------------------------------------------------------------------------------- 1 | ../../tmp -------------------------------------------------------------------------------- /system/skeleton/etc/mtab: -------------------------------------------------------------------------------- 1 | ../proc/self/mounts -------------------------------------------------------------------------------- /system/skeleton/etc/network/if-up.d/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /boot/barebox/barebox/barebox.hash: -------------------------------------------------------------------------------- 1 | ../barebox.hash -------------------------------------------------------------------------------- /package/gcc/gcc-final/gcc-final.hash: -------------------------------------------------------------------------------- 1 | ../gcc.hash -------------------------------------------------------------------------------- /system/skeleton/etc/network/if-down.d/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /package/gcc/gcc-initial/gcc-initial.hash: -------------------------------------------------------------------------------- 1 | ../gcc.hash -------------------------------------------------------------------------------- /system/skeleton/etc/hosts: -------------------------------------------------------------------------------- 1 | 127.0.0.1 localhost 2 | -------------------------------------------------------------------------------- /system/skeleton/etc/network/if-post-down.d/.empty: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /system/skeleton/etc/profile.d/umask.sh: -------------------------------------------------------------------------------- 1 | umask 022 2 | -------------------------------------------------------------------------------- /system/skeleton/etc/resolv.conf: -------------------------------------------------------------------------------- 1 | ../tmp/resolv.conf -------------------------------------------------------------------------------- /board/qemu/x86/linux-4.7.config: -------------------------------------------------------------------------------- 1 | ../x86_64/linux-4.7.config -------------------------------------------------------------------------------- /boot/barebox/barebox-aux/barebox-aux.hash: -------------------------------------------------------------------------------- 1 | ../barebox.hash -------------------------------------------------------------------------------- /boot/common.mk: -------------------------------------------------------------------------------- 1 | include $(sort $(wildcard boot/*/*.mk)) 2 | -------------------------------------------------------------------------------- /boot/gummiboot/loader.conf: -------------------------------------------------------------------------------- 1 | timeout 3 2 | default buildroot 3 | -------------------------------------------------------------------------------- /package/audit/audit_tmpfiles.conf: -------------------------------------------------------------------------------- 1 | d /var/log/audit 0755 - - 2 | -------------------------------------------------------------------------------- /package/fluxbox/xsession: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec startfluxbox 3 | -------------------------------------------------------------------------------- /package/mesa3d-headers/mesa3d-headers.hash: -------------------------------------------------------------------------------- 1 | ../mesa3d/mesa3d.hash -------------------------------------------------------------------------------- /board/freescale/warpboard/linux.fragment: -------------------------------------------------------------------------------- 1 | CONFIG_CFG80211_WEXT=y 2 | -------------------------------------------------------------------------------- /docs/website/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Disallow: /cgi-bin/ 3 | -------------------------------------------------------------------------------- /package/gstreamer/gstreamer.mk: -------------------------------------------------------------------------------- 1 | include package/gstreamer/*/*.mk 2 | -------------------------------------------------------------------------------- /package/gstreamer1/gstreamer1.mk: -------------------------------------------------------------------------------- 1 | include package/gstreamer1/*/*.mk 2 | -------------------------------------------------------------------------------- /package/qt/powervr.ini: -------------------------------------------------------------------------------- 1 | [default] 2 | WindowSystem=libpvrQWSWSEGL.so.1 3 | -------------------------------------------------------------------------------- /package/avahi/avahi_tmpfiles.conf: -------------------------------------------------------------------------------- 1 | d /tmp/avahi-autopid 0755 avahi avahi 2 | -------------------------------------------------------------------------------- /package/linux-headers/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LINUX_HEADERS 2 | bool 3 | -------------------------------------------------------------------------------- /package/opengl/opengl.mk: -------------------------------------------------------------------------------- 1 | include $(sort $(wildcard package/opengl/*/*.mk)) 2 | -------------------------------------------------------------------------------- /package/x11r7/x11r7.mk: -------------------------------------------------------------------------------- 1 | include $(sort $(wildcard package/x11r7/*/*.mk)) 2 | -------------------------------------------------------------------------------- /package/qt5/qt5base/qplatformdefs.h: -------------------------------------------------------------------------------- 1 | #include "../../linux-g++/qplatformdefs.h" 2 | -------------------------------------------------------------------------------- /package/quagga/quagga_tmpfiles.conf: -------------------------------------------------------------------------------- 1 | d /var/run/quagga/ 1755 quagga quagga - 2 | -------------------------------------------------------------------------------- /package/ti-gfx/powervr.ini: -------------------------------------------------------------------------------- 1 | [default] 2 | WindowSystem=libpvrPVR2D_FRONTWSEGL.so 3 | -------------------------------------------------------------------------------- /support/kconfig/lxdialog/.gitignore: -------------------------------------------------------------------------------- 1 | # 2 | # Generated files 3 | # 4 | lxdialog 5 | -------------------------------------------------------------------------------- /board/chromebook/snow/linux-4.6.fragment: -------------------------------------------------------------------------------- 1 | CONFIG_MWIFIEX=m 2 | CONFIG_MWIFIEX_SDIO=m 3 | -------------------------------------------------------------------------------- /board/technexion/imx6ulpico/linux.fragment: -------------------------------------------------------------------------------- 1 | CONFIG_CFG80211_WEXT=y 2 | CONFIG_SMP=n 3 | -------------------------------------------------------------------------------- /package/musl-compat-headers/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_MUSL_COMPAT_HEADERS 2 | bool 3 | -------------------------------------------------------------------------------- /package/rpi-firmware/cmdline.txt: -------------------------------------------------------------------------------- 1 | root=/dev/mmcblk0p2 rootwait console=tty1 console=ttyAMA0,115200 2 | -------------------------------------------------------------------------------- /package/tz/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_TZ 2 | bool 3 | help 4 | Timezone info for uClibc. 5 | -------------------------------------------------------------------------------- /package/x11r7/xcursor-transparent-theme/index.theme: -------------------------------------------------------------------------------- 1 | [Icon Theme] 2 | Inherits=xcursor-transparent 3 | -------------------------------------------------------------------------------- /support/kconfig/.gitignore: -------------------------------------------------------------------------------- 1 | # 2 | # Quilt is being used to handle the patch series 3 | # 4 | .pc 5 | -------------------------------------------------------------------------------- /board/chromebook/snow/kernel.args: -------------------------------------------------------------------------------- 1 | console=tty1 clk_ignore_unused root=/dev/mmcblk1p2 rootfstype=ext4 ro 2 | -------------------------------------------------------------------------------- /arch/Config.in.nios2: -------------------------------------------------------------------------------- 1 | config BR2_ARCH 2 | default "nios2" 3 | 4 | config BR2_ENDIAN 5 | default "LITTLE" 6 | -------------------------------------------------------------------------------- /package/linux-fusion/40-fusion.rules: -------------------------------------------------------------------------------- 1 | KERNEL=="fusion[0-9]*", NAME="fusion/%n", GROUP="video", MODE="0660" 2 | -------------------------------------------------------------------------------- /package/zlib/zlib.hash: -------------------------------------------------------------------------------- 1 | # From http://www.zlib.net/ 2 | md5 28f1205d8dd2001f26fec1e8c2cebe37 zlib-1.2.8.tar.xz 3 | -------------------------------------------------------------------------------- /board/intel/galileo/rootfs_overlay/etc/modules-load.galileo/galileo.conf: -------------------------------------------------------------------------------- 1 | intel_qrk_gip 2 | cy8c9540a 3 | ad7298 4 | -------------------------------------------------------------------------------- /board/roseapplepi/uEnv.txt: -------------------------------------------------------------------------------- 1 | # no ramdisk 2 | ramdisk_addr_r=- 3 | bootargs=clk_ignore_unused root=/dev/mmcblk0p2 4 | -------------------------------------------------------------------------------- /boot/grub/splash.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/batocera-linux/batocera-x86_64_efi/HEAD/boot/grub/splash.xpm.gz -------------------------------------------------------------------------------- /docs/website/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/batocera-linux/batocera-x86_64_efi/HEAD/docs/website/favicon.ico -------------------------------------------------------------------------------- /package/atftp/atftp.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha1 fc9e9f821dfd2f257b4a5c32b948ed60b4e31fd1 atftp-0.7.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/vboot-utils/vboot-utils.hash: -------------------------------------------------------------------------------- 1 | # Git shapshot 2 | none xxx bbdd62f9b030db7ad8eef789aaf58a7ff9a25656.tar.gz 3 | -------------------------------------------------------------------------------- /boot/gummiboot/buildroot.conf: -------------------------------------------------------------------------------- 1 | title Buildroot 2 | version 1 3 | linux /bzImage 4 | options console=ttyS0 root=/dev/sda2 5 | -------------------------------------------------------------------------------- /package/amd-catalyst/20-fglrx.conf: -------------------------------------------------------------------------------- 1 | Section "Device" 2 | Identifier "AMD Radeon GPU" 3 | Driver "fglrx" 4 | EndSection 5 | -------------------------------------------------------------------------------- /board/technologic/ts4800/linux.fragment: -------------------------------------------------------------------------------- 1 | CONFIG_TOUCHSCREEN_TS4800=y 2 | CONFIG_TS4800_WATCHDOG=y 3 | CONFIG_TS4800_IRQ=y 4 | -------------------------------------------------------------------------------- /docs/website/images/email.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/batocera-linux/batocera-x86_64_efi/HEAD/docs/website/images/email.png -------------------------------------------------------------------------------- /docs/website/images/gift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/batocera-linux/batocera-x86_64_efi/HEAD/docs/website/images/gift.png -------------------------------------------------------------------------------- /docs/website/images/irc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/batocera-linux/batocera-x86_64_efi/HEAD/docs/website/images/irc.png -------------------------------------------------------------------------------- /docs/website/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/batocera-linux/batocera-x86_64_efi/HEAD/docs/website/images/logo.png -------------------------------------------------------------------------------- /docs/website/images/logo.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/batocera-linux/batocera-x86_64_efi/HEAD/docs/website/images/logo.xcf -------------------------------------------------------------------------------- /docs/website/images/text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/batocera-linux/batocera-x86_64_efi/HEAD/docs/website/images/text.png -------------------------------------------------------------------------------- /docs/website/images/zip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/batocera-linux/batocera-x86_64_efi/HEAD/docs/website/images/zip.png -------------------------------------------------------------------------------- /package/fan-ctrl/fan-ctrl.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha1 d8ba5bac15e90c36a4e908ca1c98fac83bf702ea fan-ctrl.c?revision=1.3 3 | -------------------------------------------------------------------------------- /package/iodine/iodine.hash: -------------------------------------------------------------------------------- 1 | # From http://code.kryo.se/iodine/ 2 | md5 fdbf3b81cd69caf5230d76a8b039fd99 iodine-0.7.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/libpciaccess/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LIBPCIACCESS 2 | bool "libpciaccess" 3 | help 4 | X.Org libpciaccess 5 | -------------------------------------------------------------------------------- /package/qt5cinex/CinematicExperience-demo: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | exec /usr/share/Qt5/CinematicExperience/Qt5_CinematicExperience "$@" 3 | -------------------------------------------------------------------------------- /package/ubus/ubus.hash: -------------------------------------------------------------------------------- 1 | # No hash for this git snapshot 2 | none xxx ubus-259450f414d8c9ee41896e8e6d6bc57ec00e2b63.tar.gz 3 | -------------------------------------------------------------------------------- /package/x11r7/xlib_xtrans/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XLIB_XTRANS 2 | bool "xtrans" 3 | help 4 | X.Org xtrans library 5 | -------------------------------------------------------------------------------- /board/beaglebone/uEnv.txt: -------------------------------------------------------------------------------- 1 | bootpart=0:1 2 | bootdir= 3 | uenvcmd=run loadimage;run loadramdisk;run findfdt;run loadfdt;run ramboot 4 | -------------------------------------------------------------------------------- /board/intel/galileo/post-build.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh -e 2 | cp board/intel/galileo/grub.cfg ${BINARIES_DIR}/efi-part/EFI/BOOT/grub.cfg 3 | -------------------------------------------------------------------------------- /boot/at91dataflashboot/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_TARGET_AT91DATAFLASHBOOT 2 | depends on BR2_arm926t 3 | bool "AT91 DataFlashBoot" 4 | -------------------------------------------------------------------------------- /docs/website/images/browser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/batocera-linux/batocera-x86_64_efi/HEAD/docs/website/images/browser.png -------------------------------------------------------------------------------- /docs/website/images/hammer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/batocera-linux/batocera-x86_64_efi/HEAD/docs/website/images/hammer.png -------------------------------------------------------------------------------- /docs/website/images/nconfig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/batocera-linux/batocera-x86_64_efi/HEAD/docs/website/images/nconfig.png -------------------------------------------------------------------------------- /docs/website/images/package.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/batocera-linux/batocera-x86_64_efi/HEAD/docs/website/images/package.png -------------------------------------------------------------------------------- /docs/website/images/xconfig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/batocera-linux/batocera-x86_64_efi/HEAD/docs/website/images/xconfig.png -------------------------------------------------------------------------------- /package/bsdiff/bsdiff.hash: -------------------------------------------------------------------------------- 1 | # From http://www.daemonology.net/bsdiff/: 2 | md5 e6d812394f0e0ecc8d5df255aa1db22a bsdiff-4.3.tar.gz 3 | -------------------------------------------------------------------------------- /package/bzip2/bzip2.hash: -------------------------------------------------------------------------------- 1 | # From http://www.bzip.org/downloads.html 2 | md5 00b516f4704d4a7cb50a1d97e6e8e15b bzip2-1.0.6.tar.gz 3 | -------------------------------------------------------------------------------- /package/libgeotiff/libgeotiff.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha1 4c6f405869826bb7d9f35f1d69167e3b44a57ef0 libgeotiff-1.4.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/liblockfile/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LIBLOCKFILE 2 | bool "liblockfile" 3 | help 4 | NFS-safe locking library. 5 | -------------------------------------------------------------------------------- /package/x11r7/mcookie/mcookie.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/batocera-linux/batocera-x86_64_efi/HEAD/package/x11r7/mcookie/mcookie.c -------------------------------------------------------------------------------- /docs/website/images/bug-buddy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/batocera-linux/batocera-x86_64_efi/HEAD/docs/website/images/bug-buddy.png -------------------------------------------------------------------------------- /docs/website/images/calao-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/batocera-linux/batocera-x86_64_efi/HEAD/docs/website/images/calao-logo.png -------------------------------------------------------------------------------- /docs/website/images/logo_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/batocera-linux/batocera-x86_64_efi/HEAD/docs/website/images/logo_small.png -------------------------------------------------------------------------------- /docs/website/images/menuconfig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/batocera-linux/batocera-x86_64_efi/HEAD/docs/website/images/menuconfig.png -------------------------------------------------------------------------------- /docs/website/images/mind-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/batocera-linux/batocera-x86_64_efi/HEAD/docs/website/images/mind-logo.png -------------------------------------------------------------------------------- /docs/website/images/pdf-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/batocera-linux/batocera-x86_64_efi/HEAD/docs/website/images/pdf-icon.png -------------------------------------------------------------------------------- /docs/website/images/tux-flat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/batocera-linux/batocera-x86_64_efi/HEAD/docs/website/images/tux-flat.png -------------------------------------------------------------------------------- /fs/yaffs2/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_TARGET_ROOTFS_YAFFS2 2 | bool "yaffs2 root filesystem" 3 | help 4 | Build a yaffs2 root filesystem 5 | -------------------------------------------------------------------------------- /package/atf/atf.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 92bc64180135eea8fe84c91c9f894e678767764f6dbc8482021d4dde09857505 atf-0.21.tar.gz 3 | -------------------------------------------------------------------------------- /package/cgic/cgic.hash: -------------------------------------------------------------------------------- 1 | # Localy computed 2 | sha256 9562e0b6af59ebc2090107eab5946ce0788a1de36146ad181970cf53e9be7a33 cgic206.tar.gz 3 | -------------------------------------------------------------------------------- /package/fbv/fbv.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 9b55b9dafd5eb01562060d860e267e309a1876e8ba5ce4d3303484b94129ab3c fbv-1.0b.tar.gz 3 | -------------------------------------------------------------------------------- /package/fftw/fftw.hash: -------------------------------------------------------------------------------- 1 | # From http://www.fftw.org/fftw-3.3.4.tar.gz.md5sum 2 | md5 2edab8c06b24feeb3b82bbb3ebf3e7b3 fftw-3.3.4.tar.gz 3 | -------------------------------------------------------------------------------- /package/fis/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_FIS 2 | bool "fis" 3 | help 4 | fis - manipulate RedBoot partition table from Linux. 5 | -------------------------------------------------------------------------------- /package/gd/gd.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 489f756ce07f0c034b1a794f4d34fdb4d829256112cb3c36feb40bb56b79218c libgd-2.2.2.tar.xz 3 | -------------------------------------------------------------------------------- /package/ijs/ijs.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 11a5f5084488c480f3ff5a24d64d7147bb64272bf60a0ba51330a56c5b50cab9 ijs-0.35.tar.bz2 3 | -------------------------------------------------------------------------------- /package/isl/isl.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 8882c9e36549fc757efa267706a9af733bb8d7fe3905cbfde43e17a89eea4675 isl-0.14.1.tar.xz 3 | -------------------------------------------------------------------------------- /package/joe/joe.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 cae456e1ad5a8c1d3c94920a3416c2347277739b260e3494d3bc0f2b9b73106f joe-3.7.tar.gz 3 | -------------------------------------------------------------------------------- /package/jq/jq.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 c4d2bfec6436341113419debf479d833692cc5cdab7eb0326b5a4d4fbe9f493c jq-1.5.tar.gz 3 | -------------------------------------------------------------------------------- /package/libee/libee.hash: -------------------------------------------------------------------------------- 1 | # From http://www.libee.org/download/libee-0-4-1/ 2 | md5 7bbf4160876c12db6193c06e2badedb2 libee-0.4.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/libsoil/libsoil.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 a2305b8d64f6d636e36d669bbdb0ca5445d1345c754b3d61d3f037dad2e5f701 soil.zip 3 | -------------------------------------------------------------------------------- /package/libxml2/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LIBXML2 2 | bool "libxml2" 3 | help 4 | XML C Parser 5 | 6 | http://xmlsoft.org/ 7 | -------------------------------------------------------------------------------- /package/lxc/lxc.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 82df40a0cdd44639ee677d560be95348de48afa93a10a20e959dadb4431ee8d6 lxc-2.0.3.tar.gz 3 | -------------------------------------------------------------------------------- /package/lzo/lzo.hash: -------------------------------------------------------------------------------- 1 | # From http://www.oberhumer.com/opensource/lzo/ 2 | sha1 e2a60aca818836181e7e6f8c4f2c323aca6ac057 lzo-2.09.tar.gz 3 | -------------------------------------------------------------------------------- /package/pound/pound.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 cdfbf5a7e8dc8fbbe0d6c1e83cd3bd3f2472160aac65684bb01ef661c626a8e4 Pound-2.7.tgz 3 | -------------------------------------------------------------------------------- /package/rpm/rpm.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 34a959c0ed670cadcdc52c6025e822fac6f5d1015e3b75123f53ebe53b923e98 rpm-5.2.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/skeleton/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_SKELETON 2 | bool 3 | default y 4 | help 5 | The basic skeleton for your rootfs. 6 | -------------------------------------------------------------------------------- /package/sl/sl.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 1e5996757f879c81f202a18ad8e982195cf51c41727d3fea4af01fdcbbb5563a sl-5.02.tar.gz 3 | -------------------------------------------------------------------------------- /package/szip/szip.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 a816d95d5662e8279625abdbea7d0e62157d7d1f028020b1075500bf483ed5ef szip-2.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/tor/tor.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 493a8679f904503048114aca6467faef56861206bab8283d858f37141d95105d tor-0.2.7.6.tar.gz 3 | -------------------------------------------------------------------------------- /package/tree/tree.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 6957c20e82561ac4231638996e74f4cfa4e6faabc5a2f511f0b4e3940e8f7b12 tree-1.7.0.tgz 3 | -------------------------------------------------------------------------------- /package/ucl/ucl.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 b865299ffd45d73412293369c9754b07637680e5c826915f097577cd27350348 ucl-1.03.tar.gz 3 | -------------------------------------------------------------------------------- /package/unscd/unscd.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 4c1f83dcd120469fceef749050cb29fa666fa4666bd308dfe92e933a4c200d55 nscd-0.52.c 3 | -------------------------------------------------------------------------------- /package/unzip/unzip.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 036d96991646d0449ed0aa952e4fbe21b476ce994abc276e49d30e686708bd37 unzip60.tgz 3 | -------------------------------------------------------------------------------- /package/urg/urg.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 b2cab7e539c90c60fc99a2350a42b5d5390ff952b694b196c3cbb54623cfee7f urg-0.8.18.zip 3 | -------------------------------------------------------------------------------- /package/x265/x265.hash: -------------------------------------------------------------------------------- 1 | # Locally generated 2 | sha256 3e4654133ed957a98708fdb4cb9a154d9e80922b84e26e43fc462a101c5b15c8 x265_1.9.tar.gz 3 | -------------------------------------------------------------------------------- /package/xen/xen.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 be5876144d49729572ae06142e0bb93f1c1f2695578141eff2931995add24623 xen-4.7.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/znc/znc.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 631c46de76fe601a41ef7676bc974958e9a302b72b25fc92b4a603a25d89b827 znc-1.6.3.tar.gz 3 | -------------------------------------------------------------------------------- /board/intel/galileo/rootfs_overlay/etc/modules-load.galileo/galileo_gen2.conf: -------------------------------------------------------------------------------- 1 | intel_qrk_gip 2 | gpio-pca953x 3 | pca9685 4 | adc1x8s102 5 | -------------------------------------------------------------------------------- /boot/grub/grub.400-nic_update2.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/batocera-linux/batocera-x86_64_efi/HEAD/boot/grub/grub.400-nic_update2.patch -------------------------------------------------------------------------------- /docs/website/images/fluendo-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/batocera-linux/batocera-x86_64_efi/HEAD/docs/website/images/fluendo-logo.png -------------------------------------------------------------------------------- /docs/website/images/google-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/batocera-linux/batocera-x86_64_efi/HEAD/docs/website/images/google-logo.png -------------------------------------------------------------------------------- /docs/website/images/imgtec-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/batocera-linux/batocera-x86_64_efi/HEAD/docs/website/images/imgtec-logo.png -------------------------------------------------------------------------------- /package/audit/audit.hash: -------------------------------------------------------------------------------- 1 | #Locally computed 2 | sha256 d99339a63fc6efaaee89efe7fa0e0c395f661392a4ae5056b2c9d10c67ca63a1 audit-2.6.5.tar.gz 3 | -------------------------------------------------------------------------------- /package/axel/axel.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 359a57ab4e354bcb6075430d977c59d33eb3e2f1415a811948fa8ae657ca8036 axel-2.4.tar.gz 3 | -------------------------------------------------------------------------------- /package/bc/bc.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 7ee4abbcfac03d8a6e1a8a3440558a3d239d6b858585063e745c760957725ecc bc-1.06.95.tar.bz2 3 | -------------------------------------------------------------------------------- /package/bdwgc/bdwgc.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 63320ad7c45460e4a40e03f5aa4c6893783f21a16416c3282b994f933312afa2 gc-7.4.2.tar.gz 3 | -------------------------------------------------------------------------------- /package/blktrace/blktrace.hash: -------------------------------------------------------------------------------- 1 | # From http://brick.kernel.dk/snaps/MD5SUMS 2 | md5 9a6ca62330c8adb0b6a4ea6cf8a55694 blktrace-1.1.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/bmon/bmon.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 9c08332520497ef1d51a733ca531ffedbb5a30c7c3f55579efe86c36138f93e1 bmon-3.9.tar.gz 3 | -------------------------------------------------------------------------------- /package/cgic/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_CGIC 2 | bool "cgic" 3 | help 4 | C CGI library 5 | 6 | http://www.boutell.com/cgic/ 7 | -------------------------------------------------------------------------------- /package/cloog/cloog.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 325adf3710ce2229b7eeb9e84d3b539556d093ae860027185e7af8a8b00a750e cloog-0.18.4.tar.gz 3 | -------------------------------------------------------------------------------- /package/cwiid/cwiid.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 8880378303d872ea65b037184ad6c96bc68f87764b503c152032f56344b5e81d cwiid-0.6.00.tgz 3 | -------------------------------------------------------------------------------- /package/dante/dante.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 b6d232bd6fefc87d14bf97e447e4fcdeef4b28b16b048d804b50b48f261c4f53 dante-1.4.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/dcron/dcron.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 9e50edb6f5bd8153b16bad05087d985e5153ce45cc01ae77e7f842213fb4a824 dcron-4.5.tar.gz 3 | -------------------------------------------------------------------------------- /package/devmem2/devmem2.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 3b15515693bae1ebd14d914e46d388edfec2175829ea1576a7a0c8606ebbe639 devmem2.c 3 | -------------------------------------------------------------------------------- /package/dhrystone/dhrystone.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 038a7e9169787125c3451a6c941f3aca5db2d2f3863871afcdce154ef17f4e3e dhry-c 3 | -------------------------------------------------------------------------------- /package/doom-wad/doom-wad.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 cacf0142b31ca1af00796b4a0339e07992ac5f21bc3f81e7532fe1b5e1b486e6 doom19s.zip 3 | -------------------------------------------------------------------------------- /package/duma/duma.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 baaf794854e3093ad1bddadbfb8ad4b220a7117d70359ee216bd59e353734e17 duma_2_5_15.tar.gz 3 | -------------------------------------------------------------------------------- /package/exim/exim.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 74691e0dff4d1b5d387e9c33c86f96a8f6d2adbc781c0dec9d2061a847b07dc9 exim-4.87.tar.bz2 3 | -------------------------------------------------------------------------------- /package/faifa/faifa.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 6eada81f3d21f80b5848338b627784981064d728f8e377e5cf973d31640d4489 faifa-v0.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/fbset/fbset.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 40ff4ab0247b75138a0887ed40f81c1a6184f340b77126c16d074b1075b41c20 fbset-2.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/ficl/ficl.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 4daf74f3d3d6f8b86ea7cb47bc24931d50b4809b50ba34ca32e0ca1e972bd3a3 ficl-4.1.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/file/file.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 0ecb5e146b8655d1fa84159a847ee619fc102575205a0ff9c6cc60fc5ee2e012 file-5.28.tar.gz 3 | -------------------------------------------------------------------------------- /package/flannel/flannel.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 dbbcb08c0e70713b0c920387a9967e5b30ef833c8118c847edbbca4f68ff0562 v0.5.5.tar.gz 3 | -------------------------------------------------------------------------------- /package/flex/flex.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 bf693433a3effe6b1f42e44abd787491e4e213984b1859545b92267a86088dd3 flex-2.5.37.tar.gz 3 | -------------------------------------------------------------------------------- /package/flot/flot.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 ef9a873befe3ff5ea42ebf1c3657887265a1717744ca8ed0c2bd3dd736d16b21 flot-0.8.3.tar.gz 3 | -------------------------------------------------------------------------------- /package/fping/fping.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 d86f2281bda4653c7049e6ba8fce24ba67edbf9193b7bb1cf6219b0c8ddce4e6 fping-3.12.tar.gz 3 | -------------------------------------------------------------------------------- /package/freescale-imx/imx-kobs/imx-kobs.hash: -------------------------------------------------------------------------------- 1 | sha256 85171b46068ac47c42fedb8104167bf9afd33dd9527ed127e1ca2eb29d7a86bf imx-kobs-5.4.tar.gz 2 | -------------------------------------------------------------------------------- /package/glm/glm.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 39c7ee0db54289f78350c7629ea2531664d71c6a494bbb86db48a86536de9ff2 glm-0.9.5.4.tar.gz 3 | -------------------------------------------------------------------------------- /package/glog/glog.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 ce99d58dce74458f7656a68935d7a0c048fa7b4626566a71b7f4e545920ceb10 glog-v0.3.4.tar.gz 3 | -------------------------------------------------------------------------------- /package/gmock/gmock.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 26fcbb5925b74ad5fc8c26b0495dfc96353f4d553492eb97e85a8a6d2f43095b gmock-1.7.0.zip 3 | -------------------------------------------------------------------------------- /package/gmpc/gmpc.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 a69414f35396846733632ca9619921d7acda537ffd6d49bd84b444945cb76b2c gmpc-11.8.16.tar.gz 3 | -------------------------------------------------------------------------------- /package/go/go.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 787b0b750d037016a30c6ed05a8a70a91b2e9db4bd9b1a2453aa502a63f1bccc go1.6.2.src.tar.gz 3 | -------------------------------------------------------------------------------- /package/gob2/gob2.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 f7ee84c07ca88ae96e5a60461957cc4dd0aa69d61804433d1c85de3d50be8026 gob2-2.0.20.tar.xz 3 | -------------------------------------------------------------------------------- /package/gpm/gpm.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 a955053b36556ffa7c628ce18fd6de7d625966573fa412fb08869533d8f7385c gpm-1.20.7.tar.lzma 3 | -------------------------------------------------------------------------------- /package/gpsd/gpsd.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 03579af13a4d3fe0c5b79fa44b5f75c9f3cac6749357f1d99ce5d38c09bc2029 gpsd-3.16.tar.gz 3 | -------------------------------------------------------------------------------- /package/iotop/iotop.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 1a7c02fd3758bb048d8af861c5f8735eb3ee9abadeaa787f27b8af2b1eaee8ce iotop-0.6.tar.gz 3 | -------------------------------------------------------------------------------- /package/iozone/iozone.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 bbbda98d7c052d8654ea23fb2187d831107ab4ac89842fa21509276d9a6915f0 iozone3_446.tar 3 | -------------------------------------------------------------------------------- /package/kyua/kyua.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 2b8b64a458b642df75086eeb73e8073d105b8d9cff04c9b1a905b68bc8502560 kyua-0.11.tar.gz 3 | -------------------------------------------------------------------------------- /package/lame/lame.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 24346b4158e4af3bd9f2e194bb23eb473c75fb7377011523353196b19b9a23ff lame-3.99.5.tar.gz 3 | -------------------------------------------------------------------------------- /package/lftp/lftp.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 3b22259cdc4c1a6ae349057d16bda4b4816929e04d223242ab8927bc31a48e7c lftp-4.7.3.tar.xz 3 | -------------------------------------------------------------------------------- /package/libev/libev.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 736079e8ac543c74d59af73f9c52737b3bfec9601f020bf25a87a4f4d0f01bd6 libev-4.22.tar.gz 3 | -------------------------------------------------------------------------------- /package/lite/lite.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 1b784cf595c3d5313e3705db210119f77d48826dbc7fcf6328af83a1270c2264 LiTE-0.8.10.tar.gz 3 | -------------------------------------------------------------------------------- /package/lldpd/lldpd.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 eb1f5beff2ff5c13c5e0342b5b9da815ed4a63866262445e1168a79ee65c9079 lldpd-0.9.4.tar.gz 3 | -------------------------------------------------------------------------------- /package/lshw/lshw.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 ae22ef11c934364be4fd2a0a1a7aadf4495a0251ec6979da280d342a89ca3c2f lshw-B.02.18.tar.gz 3 | -------------------------------------------------------------------------------- /package/luajit/luajit.hash: -------------------------------------------------------------------------------- 1 | # Hashes from: http://luajit.org/download.html 2 | md5 dd9c38307f2223a504cbfb96e477eca0 LuaJIT-2.0.4.tar.gz 3 | -------------------------------------------------------------------------------- /package/lutok/lutok.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 2cec51efa0c8d65ace8b21eaa08384b77abc5087b46e785f78de1c21fb754cd5 lutok-0.4.tar.gz 3 | -------------------------------------------------------------------------------- /package/luv/luv.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 2eab80360f8ab6793612bb59d067a56664ac9a5a14988e0a09a53d0bff20c131 luv-1.9.1-0.tar.gz 3 | -------------------------------------------------------------------------------- /package/lz4/lz4.hash: -------------------------------------------------------------------------------- 1 | # sha256 locally computed 2 | sha256 9d4d00614d6b9dec3114b33d1224b6262b99ace24434c53487a0c8fd0b18cfed lz4-r131.tar.gz 3 | -------------------------------------------------------------------------------- /package/lzma/lzma.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 02aa57f995d15b7acb7c2496d88a39fb0124ea00bf027cc61dd24eddb5942dff lzma-4.32.7.tar.xz 3 | -------------------------------------------------------------------------------- /package/lzop/lzop.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 c1425b8c77d49f5a679d5a126c90ea6ad99585a55e335a613cae59e909dbb2c9 lzop-1.03.tar.gz 3 | -------------------------------------------------------------------------------- /package/mraa/mraa.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 e4501e6936afb426c75b7d406c1a7a27b514297f640e887de4d88a2d9687f37b mraa-v0.9.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/mutt/mutt.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 1d3e987433d8c92ef88a604f4dcefdb35a86ce73f3eff0157e2e491e5b55b345 mutt-1.7.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/nasm/nasm.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 4c866b60c0b1c4ebc715205d007b4640ff4e36af637c9a7deb87b2900e544321 nasm-2.12.02.tar.xz 3 | -------------------------------------------------------------------------------- /package/ne10/ne10.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 450dac5bb3a2351019ae23792e97c3bf965d16a21c0598b73cea9fbc3b3a56af ne10-v1.2.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/newt/newt.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 771b0e634ede56ae6a6acd910728bb5832ac13ddb0d1d27919d2498dab70c91e newt-0.52.18.tar.gz 3 | -------------------------------------------------------------------------------- /package/norm/norm.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 20ea2e8dd5d5e1ff1ff91dc7dab6db53a77d7b7183d8cf2425c215fd294f22a7 src-norm-1.5r6.tgz 3 | -------------------------------------------------------------------------------- /package/nvme/nvme.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 c631e90dd4d411cdb618b26bc36b06706e6f1f2d3db38874bcfe48f4bc15aac4 nvme-v0.3.tar.gz 3 | -------------------------------------------------------------------------------- /package/ortp/ortp.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 0deb826b79b1fd329f7638821d5439dc343bc55bb122daa6c90d19116cfe8d9a ortp-0.25.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/popt/popt.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated: 2 | sha256 e728ed296fe9f069a0e005003c3d6b2dde3d9cad453422a10d6558616d304cc8 popt-1.16.tar.gz 3 | -------------------------------------------------------------------------------- /package/ptpd/ptpd.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 a7c6ea83bd53da75ae04a7b7a25fe7c597b4e9ff1f93d46f4502e3fa8a2cb950 ptpd-1.1.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/rtai/rtai.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 13669da744a0ba411bdb8e47fa47b6e19171646ae42c8dbb2735d12e555fb1a3 rtai-4.0.1.tar.bz2 3 | -------------------------------------------------------------------------------- /package/slang/slang.hash: -------------------------------------------------------------------------------- 1 | # From http://www.jedsoft.org/releases/slang/ 2 | sha1 c3270b58a58e6cbfd47f0a6e3d2194dd9e7c7d14 slang-2.3.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/swig/swig.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 2939aae39dec06095462f1b95ce1c958ac80d07b926e48871046d17c0094f44c swig-3.0.10.tar.gz 3 | -------------------------------------------------------------------------------- /package/tcl/tcl.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 a265409781e4b3edcc4ef822533071b34c3dc6790b893963809b9fe221befe07 tcl8.6.6-src.tar.gz 3 | -------------------------------------------------------------------------------- /package/tekui/tekui.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 28abfaacc0f2ddae962afbbca862a7fb619c33a99a497be9edd746091013dd7f tekui-1.12.tgz 3 | -------------------------------------------------------------------------------- /package/tiff/tiff.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 4d57a50907b510e3049a4bba0d7888930fdfc16ce49f1bf693e5b6247370d68c tiff-4.0.6.tar.gz 3 | -------------------------------------------------------------------------------- /package/time/time.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 e37ea79a253bf85a85ada2f7c632c14e481a5fd262a362f6f4fd58e68601496d time-1.7.tar.gz 3 | -------------------------------------------------------------------------------- /package/tmux/tmux.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 bc28541b64f99929fe8e3ae7a02291263f3c97730781201824c0f05d7c8e19e4 tmux-2.2.tar.gz 3 | -------------------------------------------------------------------------------- /package/tslib/tslib.hash: -------------------------------------------------------------------------------- 1 | # Locally generated 2 | sha256 121750e9ae0f05ce840ab8dbefdae1297258f0a69dd1967f55c40ac6e87d5ee9 tslib-1.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/upx/upx.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 527ce757429841f51675352b1f9f6fc8ad97b18002080d7bf8672c466d8c6a3c upx-3.91-src.tar.bz2 3 | -------------------------------------------------------------------------------- /package/vde2/vde2.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 cbea9b7e03097f87a6b5e98b07890d2275848f1fe4b9fcda77b8994148bc9542 vde2-2.3.2.tar.bz2 3 | -------------------------------------------------------------------------------- /package/vim/vim.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 7c90f16e1d1547a864f4419cd7d066ca4ce822de285b2a718f9274e5241fe2fd vim-v7.4.1902.tar.gz 3 | -------------------------------------------------------------------------------- /package/vtun/vtun.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 69dcbe4f8c5ce7d91b4150a6309e536d03b61841169746ca5788413ac7edb9cb vtun-3.0.3.tar.gz 3 | -------------------------------------------------------------------------------- /package/wipe/wipe.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 463916370f9b35bb34419c2c0ae3dc4c0a471db32e8595afa1d14c0337b61aa0 wipe-2.3.1.tar.bz2 3 | -------------------------------------------------------------------------------- /package/x11r7/xdata_xbitmaps/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XDATA_XBITMAPS 2 | bool "xbitmaps" 3 | help 4 | No description available 5 | -------------------------------------------------------------------------------- /package/x11r7/xfont_font-util/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XFONT_FONT_UTIL 2 | bool "font-util" 3 | help 4 | No description available 5 | -------------------------------------------------------------------------------- /package/x11r7/xproto_dmxproto/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XPROTO_DMXPROTO 2 | bool "dmxproto" 3 | help 4 | X.Org DMX protocol headers 5 | -------------------------------------------------------------------------------- /package/x11r7/xproto_glproto/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XPROTO_GLPROTO 2 | bool "glproto" 3 | help 4 | X.Org GL protocol headers 5 | -------------------------------------------------------------------------------- /package/x11r7/xproto_kbproto/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XPROTO_KBPROTO 2 | bool "kbproto" 3 | help 4 | X.Org KB protocol headers 5 | -------------------------------------------------------------------------------- /package/x11r7/xproto_xproto/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XPROTO_XPROTO 2 | bool "xproto" 3 | help 4 | X.Org xproto protocol headers 5 | -------------------------------------------------------------------------------- /package/xutil_util-macros/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XUTIL_UTIL_MACROS 2 | bool "util-macros" 3 | help 4 | No description available 5 | -------------------------------------------------------------------------------- /package/xvkbd/xvkbd.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 895f768269820e7c0379b0daac3687bda0c670d192ebb7e61e5613a5939ec90b xvkbd-3.7.tar.gz 3 | -------------------------------------------------------------------------------- /package/yajl/yajl.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 3fb73364a5a30efe615046d07e6db9d09fd2b41c763c5f7d3bfb121cd5c5ac5a yajl-2.1.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/yasm/yasm.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 3dce6601b495f5b3d45b59f7d2492a340ee7e84b5beca17e48f862502bd5603f yasm-1.3.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/ympd/ympd.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 092c26c51166d1d1f025cd06742981783dea7e42bfe4f73f10c4418fc003de94 ympd-v1.2.3.tar.gz 3 | -------------------------------------------------------------------------------- /boot/uboot/uboot.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 974fb7225c0af6a721307631f66b81e20dbda82a4d7cc32aba2a625727231253 u-boot-2016.07.tar.bz2 3 | -------------------------------------------------------------------------------- /docs/website/images/circuitco-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/batocera-linux/batocera-x86_64_efi/HEAD/docs/website/images/circuitco-logo.png -------------------------------------------------------------------------------- /docs/website/images/owi-smile-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/batocera-linux/batocera-x86_64_efi/HEAD/docs/website/images/owi-smile-logo.png -------------------------------------------------------------------------------- /docs/website/images/synopsys-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/batocera-linux/batocera-x86_64_efi/HEAD/docs/website/images/synopsys-logo.png -------------------------------------------------------------------------------- /fs/iso9660/isolinux.cfg: -------------------------------------------------------------------------------- 1 | default 1 2 | label 1 3 | kernel __KERNEL_PATH__ 4 | initrd __INITRD_PATH__ 5 | append root=/dev/sr0 6 | -------------------------------------------------------------------------------- /fs/romfs/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_TARGET_ROOTFS_ROMFS 2 | bool "romfs root filesystem" 3 | help 4 | Build a romfs image of the root filesystem. 5 | -------------------------------------------------------------------------------- /package/4th/4th.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 1c7adbb1a56dad4c4c781e6e023d77ac862842560c05246b691d07e9a4460ab2 4th-3.62.4-unix.tar.gz 3 | -------------------------------------------------------------------------------- /package/aiccu/aiccu.hash: -------------------------------------------------------------------------------- 1 | # From https://www.sixxs.net/archive/sixxs/aiccu/unix/ 2 | md5 c9bcc83644ed788e22a7c3f3d4021350 aiccu_20070115.tar.gz 3 | -------------------------------------------------------------------------------- /package/argus/argus.hash: -------------------------------------------------------------------------------- 1 | # From http://qosient.com/argus/src/argus-3.0.8.tar.gz.md5 2 | md5 84daae71a502e4f6d088c279de3aa36b argus-3.0.8.tar.gz 3 | -------------------------------------------------------------------------------- /package/assimp/assimp.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 187f825c563e84b1b17527a4da0351aa3d575dfd696a9d204ae4bb19ee7df94a assimp-v3.2.tar.gz 3 | -------------------------------------------------------------------------------- /package/aumix/aumix.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 d2ce43d532ef75072c8d4e7922e3bc06be6d97765a508d9ceb0d1766bbe70e29 aumix-2.9.1.tar.bz2 3 | -------------------------------------------------------------------------------- /package/avahi/avahi.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 d54991185d514a0aba54ebeb408d7575b60f5818a772e28fa0e18b98bc1db454 avahi-0.6.32.tar.gz 3 | -------------------------------------------------------------------------------- /package/babeld/babeld.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 2c955e7d4ad971da1e860e5cedbaf1dd79903468ff6488b3f67102b2a8d087b6 babeld-1.7.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/bcm2835/bcm2835.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 295f66dab533592ce41db8e07befe985645a2e661bbf75dce9c383e61e24cb5f bcm2835-1.48.tar.gz 3 | -------------------------------------------------------------------------------- /package/bcusdk/bcusdk.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 014cdaafc36f223c584b39ae5d698dd037a8e15aba4e78a2e531b51ff1331304 bcusdk_0.0.5.tar.gz 3 | -------------------------------------------------------------------------------- /package/boa/boa.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 02c51bf25f29d56e641b662f0767759654c28d88ec31f55c5a73d57edfe13cf6 boa-0.94.14rc21.tar.gz 3 | -------------------------------------------------------------------------------- /package/bonnie/bonnie.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 cb3866116634bf65760b6806be4afa7e24a1cad6f145c876df8721f01ba2e2cb bonnie++-1.03e.tgz 3 | -------------------------------------------------------------------------------- /package/bustle/bustle.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 6c76cb5182c20b8ce7d6911f8aebc4fae43f919e747a003f1a66698628b27682 bustle-0.4.3.tar.gz 3 | -------------------------------------------------------------------------------- /package/c-icap/c-icap.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 b138c7d7d9828d54c3307bcfe7b4917911266593832ffc26a60df9a0dfd2511e c_icap-0.4.2.tar.gz 3 | -------------------------------------------------------------------------------- /package/ccrypt/ccrypt.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 87d66da2170facabf6f2fc073586ae2c7320d4689980cfca415c74688e499ba0 ccrypt-1.10.tar.gz 3 | -------------------------------------------------------------------------------- /package/clamav/clamav.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 167bd6a13e05ece326b968fdb539b05c2ffcfef6018a274a10aeda85c2c0027a clamav-0.99.2.tar.gz 3 | -------------------------------------------------------------------------------- /package/cramfs/cramfs.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 133caca2c4e7c64106555154ee0ff693f5cf5beb9421ce2eb86baee997d22368 cramfs-1.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/cxxtest/cxxtest.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 1c154fef91c65dbf1cd4519af7ade70a61d85a923b6e0c0b007dc7f4895cf7d8 cxxtest-4.4.tar.gz 3 | -------------------------------------------------------------------------------- /package/dado/dado.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 b7a68583c36643ad9040937d7e2b99230af7da83c7cbd13c9923881f1eb7490f dado-1.6.0-1.src.rock 3 | -------------------------------------------------------------------------------- /package/dillo/dillo.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 db1be16c1c5842ebe07b419aa7c6ef11a45603a75df2877f99635f4f8345148b dillo-3.0.5.tar.bz2 3 | -------------------------------------------------------------------------------- /package/dmalloc/dmalloc.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 d3be5c6eec24950cb3bd67dbfbcdf036f1278fae5fd78655ef8cdf9e911e428a dmalloc-5.5.2.tgz 3 | -------------------------------------------------------------------------------- /package/docker/docker.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 47629578e89d96d1541c91d040aec4316f03ad6d01dc3eecb8f82a33445c1e4e docker-1.5.tar.gz 3 | -------------------------------------------------------------------------------- /package/dstat/dstat.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 34a986d9d7c028bd9dcb6b2ef1c740f7220de5c9cf976870a2b62aca23b33bae dstat-0.7.2.tar.bz2 3 | -------------------------------------------------------------------------------- /package/dtach/dtach.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 5f7e8c835ee49a9e6dcf89f4e8ccbe724b061c0fc8565b504dd8b3e67ab79f82 dtach-v0.9.tar.gz 3 | -------------------------------------------------------------------------------- /package/ed/ed.hash: -------------------------------------------------------------------------------- 1 | # From http://lists.gnu.org/archive/html/bug-ed/2013-06/msg00001.html 2 | md5 565b6d1d5a9a8816b9b304fc4ed9405d ed-1.9.tar.gz 3 | -------------------------------------------------------------------------------- /package/eeprog/eeprog.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 35155cc3844d2c3ae8ed6935fda72768c7f24fddc4a0fca89e4ffbb34880d9ef eeprog-0.7.6.tar.gz 3 | -------------------------------------------------------------------------------- /package/empty/empty.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 05b7cb361ef815774abda325c09c573f8c9039ccbb71eedc743439e4637c314a empty-0.6.19b.tgz 3 | -------------------------------------------------------------------------------- /package/evtest/evtest.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 9fb68236a6871c163e52433ba8f2cce142c0f4208163a2962768c13f262d549f evtest-1.33.tar.gz 3 | -------------------------------------------------------------------------------- /package/ezxml/ezxml.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 a68d52257dcb0ff2ad3d71c8c64311edb8030254bb8b581e229aeaba6231cdf9 ezxml-0.8.6.tar.gz 3 | -------------------------------------------------------------------------------- /package/fbdump/fbdump.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 c4d521a86229b3106cf69786008ad94f899da5288a19a067deae84951880722d fbdump-0.4.2.tar.gz 3 | -------------------------------------------------------------------------------- /package/fbgrab/fbgrab.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 5fab478cbf8731fbacefaa76236a8f8b38ccff920c53b3a8253bc35509fba8ed fbgrab-1.3.tar.gz 3 | -------------------------------------------------------------------------------- /package/ffmpeg/ffmpeg.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 f8575c071e2a64437aeb70c8c030b385cddbe0b5cde20c9b18a6def840128822 ffmpeg-3.1.3.tar.xz 3 | -------------------------------------------------------------------------------- /package/fmc/fmc.hash: -------------------------------------------------------------------------------- 1 | # Locally Computed 2 | sha256sum a91e0c9b7c7f238634c64a755c05671f33f2acdb6ae2d09cad4d683b364ee8e4 fmc-fsl-sdk-v2.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/gamin/gamin.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 28085f0ae8be10eab582ff186af4fb0be92cc6c62b5cc19cd09b295c7c2899a1 gamin-0.1.10.tar.gz 3 | -------------------------------------------------------------------------------- /package/geoip/geoip.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 4b446491843de67c1af9b887da17a3e5939e0aeed4826923a5f4bf09d845096f GeoIP-1.6.9.tar.gz 3 | -------------------------------------------------------------------------------- /package/gflags/gflags.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 d8331bd0f7367c8afd5fcb5f5e85e96868a00fd24b7276fa5fcee1e5575c2662 gflags-v2.1.2.tar.gz 3 | -------------------------------------------------------------------------------- /package/giblib/giblib.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 176611c4d88d742ea4013991ad54c2f9d2feefbc97a28434c0f48922ebaa8bac giblib-1.2.4.tar.gz 3 | -------------------------------------------------------------------------------- /package/gqview/gqview.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 12fea494e607a69eff31cdca13d306ef1b0b3b7850be0f8b236f267d8f2e9546 gqview-2.1.5.tar.gz 3 | -------------------------------------------------------------------------------- /package/hplip/hplip.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 33c4711bde04a34b81f3f70e6277a0375dded171469e5aa8b9cef1a14a407c6d hplip-3.15.11.tar.gz 3 | -------------------------------------------------------------------------------- /package/httping/httping.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 dab59f02b08bfbbc978c005bb16d2db6fe21e1fc841fde96af3d497ddfc82084 httping-2.4.tgz 3 | -------------------------------------------------------------------------------- /package/iftop/iftop.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 f733eeea371a7577f8fe353d86dd88d16f5b2a2e702bd96f5ffb2c197d9b4f97 iftop-1.0pre4.tar.gz 3 | -------------------------------------------------------------------------------- /package/initscripts/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_INITSCRIPTS 2 | bool 3 | help 4 | The basics startup scripts for both SysV and Busybox 5 | -------------------------------------------------------------------------------- /package/iostat/iostat.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 edc5aa73f43bd6c7d49f2c1d5906a0a68c0b28bc4dfdaf1f2aa5ae4a2449c58e iostat-2.2.tar.gz 3 | -------------------------------------------------------------------------------- /package/ipkg/ipkg.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 405743e1ba320ed6095d42a898f1486e3af1d745cae2bd45dfe1d8403a4d8995 ipkg-0.99.163.tar.gz 3 | -------------------------------------------------------------------------------- /package/jamvm/jamvm.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 76428e96df0ae9dd964c7a7c74c1e9a837e2f312c39e9a357fa8178f7eff80da jamvm-2.0.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/jsoncpp/jsoncpp.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 2179a7df19c1c6dc87e02c65b847efc914625a9b87df3e443d9610fc70c0f557 jsoncpp-1.7.2.tar.gz 3 | -------------------------------------------------------------------------------- /package/kodi/kodi.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 7d82c8aff2715c83deecdf10c566e26105bec0473af530a1356d4c747ebdfd10 kodi-16.1-Jarvis.tar.gz 3 | -------------------------------------------------------------------------------- /package/lapack/lapack.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 888a50d787a9d828074db581c80b2d22bdb91435a673b1bf6cd6eb51aa50d1de lapack-3.6.1.tgz 3 | -------------------------------------------------------------------------------- /package/lcdapi/lcdapi.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 fa26b53fd543ebab825d55cafb4c88af6a71ac3dcf86d4e8bcd3592be4212b55 lcdapi-v0.10.tar.gz 3 | -------------------------------------------------------------------------------- /package/libass/libass.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 d698d0a6adca7c36c5a86b540d67b05bfd36cebc3c351ab7646497c43fe1face libass-0.13.2.tar.xz 3 | -------------------------------------------------------------------------------- /package/libcgi/libcgi.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 861df39cc0195d43419c4c3de8dff4f42478db66c9ba0b0c1e994c99400e130c libcgi-1.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/libcue/libcue.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 c3c46d58cebf15b3fe07e6f649014694d338ddd880e941bfb1fd3cedae66c62f libcue-v1.4.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/libenca/libenca.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 3a487eca40b41021e2e4b7a6440b97d822e6532db5464471f572ecf77295e8b8 enca-1.19.tar.xz 3 | -------------------------------------------------------------------------------- /package/libfcgi/libfcgi.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 66fc45c6b36a21bf2fbbb68e90f780cc21a9da1fffbae75e76d2b4402d3f05b9 fcgi-2.4.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/libglew/libglew.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 aa25dc48ed84b0b64b8d41cdd42c8f40f149c37fa2ffa39cd97f42c78d128bc7 glew-1.13.0.tgz 3 | -------------------------------------------------------------------------------- /package/libglfw/libglfw.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 6ac642087682aaf7f8397761a41a99042b2c656498217a1c63ba9706d1eef122 libglfw-3.1.2.tar.gz 3 | -------------------------------------------------------------------------------- /package/libglu/libglu.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 3d19cca9b26ec4048dd22e3d294acd43e080a3205a29ff47765bd514571ea8f9 glu-9.0.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/libhid/libhid.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 f6809ab3b9c907cbb05ceba9ee6ca23a705f85fd71588518e14b3a7d9f2550e5 libhid-0.2.16.tar.gz 3 | -------------------------------------------------------------------------------- /package/libjson/libjson.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 07267a3951038ee2e02d26cc41bf8e275668c38f751240d3e78dc979182e7376 libjson_7.6.1.zip 3 | -------------------------------------------------------------------------------- /package/libmms/libmms.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 01931b62172d7d7050fc9ef9b1b64162f3b6e9f6cc4415170192a32a0b7ea432 libmms-0.6.2.tar.gz 3 | -------------------------------------------------------------------------------- /package/libndp/libndp.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 42c0a8938d4302c72a42e2d954deef7e4903bb3974da6804a929a3cd0b5b6aa7 libndp-v1.5.tar.gz 3 | -------------------------------------------------------------------------------- /package/libnfc/libnfc.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 945e74d8e27683f9b8a6f6e529557b305d120df347a960a6a7ead6cb388f4072 libnfc-1.7.1.tar.bz2 3 | -------------------------------------------------------------------------------- /package/libnice/libnice.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 9da7f09909902d535389d929c3e4d69129528fb18438a6c8565ec812d9904ddf libnice-0.1.8.tar.gz 3 | -------------------------------------------------------------------------------- /package/libsoc/libsoc.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 8df626bde365b94a805e1c323104c63a7429ec64c9df815cd1d9b9c4b317e066 libsoc-0.8.2.tar.gz 3 | -------------------------------------------------------------------------------- /package/libucl/libucl.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 2f69995c7f8320350f56c1183c395cc4a2a958331f22d60b7839a117c9c601e1 libucl-0.7.3.tar.gz 3 | -------------------------------------------------------------------------------- /package/libuv/libuv.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 a6ca9f0648973d1463f46b495ce546ddcbe7cce2f04b32e802a15539e46c57ad libuv-v1.9.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/libyaml/libyaml.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 7da6971b4bd08a986dd2a61353bc422362bd0edcc67d7ebaac68c95f74182749 yaml-0.1.6.tar.gz 3 | -------------------------------------------------------------------------------- /package/libzip/libzip.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 7cfbbc2c540e154b933b6e9ec781e2671086bd8114eb744ae1a1ade34d2bb6bb libzip-0.11.2.tar.xz 3 | -------------------------------------------------------------------------------- /package/links/links.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 98411811ded1e8028f5aed708dd7d8ec0ae63ce24c2991a0241a989b7d09d84e links-2.12.tar.bz2 3 | -------------------------------------------------------------------------------- /package/lpeg/lpeg.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 e70c7cf8d7b8feddd8a41235d0ebb27bb60fbe7f31c8364ad23ee30a7f0cc26e lpeg-1.0.0-1.src.rock 3 | -------------------------------------------------------------------------------- /package/lpty/lpty.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 cf263ece9b50a78a7fb2277e3546fbbf0bf6858f41821932d92f2e3d8a065091 lpty-1.0.1-1.src.rock 3 | -------------------------------------------------------------------------------- /package/lrzsz/lrzsz.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 c28b36b14bddb014d9e9c97c52459852f97bd405f89113f30bee45ed92728ff1 lrzsz-0.12.20.tar.gz 3 | -------------------------------------------------------------------------------- /package/lsuio/lsuio.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 c88b3850248b2d3419e025abd7b9b0991c8bd33a2d4983f9608408a29900bfb5 lsuio-0.2.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/ltris/ltris.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 8f6a9e7719d22004aee153db29ffd9ca41c7a6cd87fc791591994eecc2e625a1 ltris-1.0.19.tar.gz 3 | -------------------------------------------------------------------------------- /package/lua-ev/lua-ev.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 f7f5df5ecfe4bd54797261d1b1bd3f770d39128b7aba72deef6d1d8d8e2b53fe lua-ev-v1.4.tar.gz 3 | -------------------------------------------------------------------------------- /package/lunit/lunit.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 b19854c685337ddcec2fe9c22113d2cd14715d52ccd2676abe2fa49b61a2ec4d lunit-0.5-2.src.rock 3 | -------------------------------------------------------------------------------- /package/luvi/luvi.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 b36a3b96ec5852398338bc38567c5bb589783487c65130e1d702ff98fac3a6b7 luvi-src-v2.7.5.tar.gz 3 | -------------------------------------------------------------------------------- /package/lzlib/lzlib.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 cbb0cac5825e940b4ea2f31a336d2aaf6db39847d456920afd8e443804420dbb lzlib-0.4.3.tar.gz 3 | -------------------------------------------------------------------------------- /package/matchbox-lib/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_MATCHBOX_LIB 2 | bool "matchbox-lib" 3 | help 4 | Matchbox common functionality library. 5 | -------------------------------------------------------------------------------- /package/mcrypt/mcrypt.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 5145aa844e54cca89ddab6fb7dd9e5952811d8d787c4f4bf27eb261e6c182098 mcrypt-2.6.8.tar.gz 3 | -------------------------------------------------------------------------------- /package/mtdev/mtdev.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 6b59b055ff22f2b91d4284187c2515826c338b81f6f33bd90f6bedc7c1fb9a38 mtdev-1.1.4.tar.bz2 3 | -------------------------------------------------------------------------------- /package/mxml/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_MXML 2 | bool "Mini-XML" 3 | help 4 | Lightweight XML Library 5 | 6 | http://www.minixml.org 7 | -------------------------------------------------------------------------------- /package/nanocom/nanocom.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 5cb26e3e232cfc4a7cb16da432db532b775c5ebdb887ac9d39df5632f2c9a5e5 nanocom.tar.gz 3 | -------------------------------------------------------------------------------- /package/netcat/netcat.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 30719c9a4ffbcf15676b8f528233ccc54ee6cba96cb4590975f5fd60c68a066f netcat-0.7.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/nfs-utils/nfs-utils_env.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # This script is empty, it simply needs to exist to make the 3 | # nfs-config.service happy. 4 | -------------------------------------------------------------------------------- /package/ngrep/ngrep.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 aea6dd337da8781847c75b3b5b876e4de9c58520e0d77310679a979fc6402fa7 ngrep-1.45.tar.bz2 3 | -------------------------------------------------------------------------------- /package/ninja/ninja.hash: -------------------------------------------------------------------------------- 1 | # Locally generated 2 | sha256 51581de53cf4705b89eb6b14a85baa73288ad08bff256e7d30d529155813be19 ninja-v1.7.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/nodm/nodm.hash: -------------------------------------------------------------------------------- 1 | # locally calculated 2 | sha256 840939d27d3d9b02ad09e1cffce24729bcdeee6cea6b3f0037d8ae76b49feecd nodm-0.12-1.tar.gz 3 | -------------------------------------------------------------------------------- /package/noip/noip.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 82b9bafab96a0c53b21aaef688bf70b3572e26217b5e2072bdb09da3c4a6f593 noip-duc-linux.tar.gz 3 | -------------------------------------------------------------------------------- /package/p910nd/p910nd.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 4ac980a3ae24babae6f70f0a692625ece03a4a92c357fbb10d2e368386c3c26f p910nd-0.97.tar.bz2 3 | -------------------------------------------------------------------------------- /package/php-zmq/php-zmq.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 c492375818bd51b355352798fb94f04d6828c6aeda41ba813849624af74144ce zmq-1.1.3.tgz 3 | -------------------------------------------------------------------------------- /package/portmap/portmap.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 02c820d39f3e6e729d1bea3287a2d8a6c684f1006fb9612f97dcad4a281d41de portmap-6.0.tgz 3 | -------------------------------------------------------------------------------- /package/prboom/prboom.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 226c1c470f8cc983327536404f405a1d026cf0a5188c694a1243cc8630014bae prboom-2.5.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/ptpd2/ptpd2.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 267ad61d09d97069acec5d4878dceda20d0ddbebd27557d80230847848cee6c2 ptpd2-ptpd-2.3.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/qlibc/qlibc.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 1f9aa5eefd28c45d409130a35104816d41405da64fe900f70a1c41150891501a qlibc-v2.4.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/quazip/quazip.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 91d827fbcafd099ae814cc18a8dd3bb709da6b8a27c918ee1c6c03b3f29440f4 quazip-0.7.2.tar.gz 3 | -------------------------------------------------------------------------------- /package/ramsmp/ramsmp.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 39fb15493fb3c293575746d56f6ab9faaa1d876d8b1f0d8e5a4042d2ace95839 ramsmp-3.5.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/rubix/rubix.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 d3c6bf8bfa891e72baac0250a79d26045ddb4412b72d90de7c46091c07516b43 rubix-1.0.5.tar.bz2 3 | -------------------------------------------------------------------------------- /package/samba4/samba4.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 b876ef2e63f66265490e80a122e66ef2d7616112b839df68f56ac2e1ce17a7bd samba-4.4.5.tar.gz 3 | -------------------------------------------------------------------------------- /package/scons/scons.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 9442069999cf4b2caa94a5886ab4c2c71de1718ed5e9176c18e2b6dbca463b4b scons-2.3.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/sdparm/sdparm.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 7dc9e148cef22744e00809dad21b59ac544e3615001bc1b2399978f73e1d58ca sdparm-1.10.tar.xz 3 | -------------------------------------------------------------------------------- /package/smack/smack.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 94dc21b4a5e570af0eb44debf57491170cccdbf60e03b5a3210f2a14d6448390 smack-v1.1.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/snmppp/snmppp.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 2ef82819f2c4e9fec4c054a3e78a6d66f9927e306ea61d3a7aa6fe1218663da8 snmp++-3.3.7.tar.gz 3 | -------------------------------------------------------------------------------- /package/spice/spice.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 cf063e7df42e331a835529d2f613d8a01f8cb2963e8edaadf73a8d65c46fb387 spice-0.12.4.tar.bz2 3 | -------------------------------------------------------------------------------- /package/sredird/sredird.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 640c47dcd84b3b90640165a38eb336a675fdab06c14c09cae2f4a604cae560d3 sredird-2.2.2.tar.gz 3 | -------------------------------------------------------------------------------- /package/taglib/taglib.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 ed4cabb3d970ff9a30b2620071c2b054c4347f44fc63546dbe06f97980ece288 taglib-1.11.tar.gz 3 | -------------------------------------------------------------------------------- /package/tclap/tclap.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 9f9f0fe3719e8a89d79b6ca30cf2d16620fba3db5b9610f9b51dd2cd033deebb tclap-1.2.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/tcllib/tcllib.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 0db9e17d6c0f44d3ca2df2ea5023e35c0f3767e7008c3cb26d201446eb68add1 tcllib-1.13.tar.bz2 3 | -------------------------------------------------------------------------------- /package/texinfo/texinfo.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 ac68394ce21b2420ba7ed7cec65d84aacf308cc88e9bf4716fcfff88286883d2 texinfo-6.1.tar.xz 3 | -------------------------------------------------------------------------------- /package/torsmo/torsmo.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 6a6bc82e71c841ba9359f0ffe370e57ef7b04b49a448252bb0c1c28fc10e964c torsmo-0.18.tar.gz 3 | -------------------------------------------------------------------------------- /package/tovid/tovid.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 06f7cb00b213bbe83d72f4f2076b675a662697034e1d2cdc2dce987e35c827bc tovid-0.35.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/tunctl/tunctl.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 aa2a6c4cc6bfacb11e0d9f62334a6638a0d435475c61230116f00b6af8b14fff tunctl-1.5.tar.gz 3 | -------------------------------------------------------------------------------- /package/udisks/udisks.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 f2ec82eb0ea7e01dc299b5b29b3c18cdf861236ec43dcff66b3552b4b31c6f71 udisks-1.0.5.tar.gz 3 | -------------------------------------------------------------------------------- /package/unrar/unrar.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 e4f05190d9e379449a04c22baffc24cc2f03164a4738befe601b1325440db0c6 unrarsrc-5.4.3.tar.gz 3 | -------------------------------------------------------------------------------- /package/vnstat/vnstat.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 c3814b5baa8b627198a8debfe1dce4b4346a342523818cc8668a5497971dbc39 vnstat-1.15.tar.gz 3 | -------------------------------------------------------------------------------- /package/webp/webp.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 efbe0d58fda936f2ed99d0b837ed7087d064d6838931f282c4618d2a3f7390c4 libwebp-0.4.3.tar.gz 3 | -------------------------------------------------------------------------------- /package/whetstone/whetstone.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 333e4ceca042c146f63eec605573d16ae8b07166cbc44a17bec1ea97c6f1efbf whetstone.c 3 | -------------------------------------------------------------------------------- /package/wmctrl/wmctrl.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 d78a1efdb62f18674298ad039c5cbdb1edb6e8e149bb3a8e3a01a4750aa3cca9 wmctrl-1.07.tar.gz 3 | -------------------------------------------------------------------------------- /package/wpa_supplicant/wpa_supplicant.conf: -------------------------------------------------------------------------------- 1 | ctrl_interface=/var/run/wpa_supplicant 2 | ap_scan=1 3 | 4 | network={ 5 | key_mgmt=NONE 6 | } 7 | -------------------------------------------------------------------------------- /package/wvdial/wvdial.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 99906d9560cbdbc97e1855e7b0a7169f1e11983be3ac539140423f09debced82 wvdial-1.61.tar.bz2 3 | -------------------------------------------------------------------------------- /package/x11r7/xproto_dri2proto/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XPROTO_DRI2PROTO 2 | bool "dri2proto" 3 | help 4 | X.Org DRI2 protocol headers 5 | -------------------------------------------------------------------------------- /package/x11r7/xproto_dri3proto/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XPROTO_DRI3PROTO 2 | bool "dri3proto" 3 | help 4 | X.Org DRI3 protocol headers 5 | -------------------------------------------------------------------------------- /package/x11r7/xproto_xextproto/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XPROTO_XEXTPROTO 2 | bool "xextproto" 3 | help 4 | X.Org XExt protocol headers 5 | -------------------------------------------------------------------------------- /package/x11r7/xutil_makedepend/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XUTIL_MAKEDEPEND 2 | bool "makedepend" 3 | help 4 | No description available 5 | -------------------------------------------------------------------------------- /package/xl2tp/xl2tp.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 49b069aa8d873e1d8f615ccc4212351e427bf681ba453fdd211256a8345bb7fb xl2tp-v1.3.6.tar.gz 3 | -------------------------------------------------------------------------------- /package/xorriso/xorriso.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 2843beded1aa4c678706e96fdf9cc5e4b34430b559bdf5bc35df5202125004b3 xorriso-1.4.2.tar.gz 3 | -------------------------------------------------------------------------------- /package/xxhash/xxhash.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 9743539ed787ea9bd5bb348265cebdd5adcbf820ad329bf44c28bc69ab4c7cd8 xxhash-r40.tar.gz 3 | -------------------------------------------------------------------------------- /package/zmqpp/zmqpp.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 831ad02df64034268d910c30f9fb1b1e631ad810182951af9d7d622650831eb5 zmqpp-4.1.2.tar.gz 3 | -------------------------------------------------------------------------------- /docs/website/images/buildroot-slides.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/batocera-linux/batocera-x86_64_efi/HEAD/docs/website/images/buildroot-slides.png -------------------------------------------------------------------------------- /package/a10disp/a10disp.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 5077405030e8f97a1edd4b86d469466abbc4d32b4a4609e58459347fcd1ba35b a10disp-v0.6.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/aespipe/aespipe.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 260190beea911190a839e711f610ec3454a9b13985d35479775b7e26ad4c845e aespipe-v2.4c.tar.bz2 3 | -------------------------------------------------------------------------------- /package/agentpp/agentpp.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 913013000d685c8a6459dc0b862a85336c757c481b9aed99174a19788c719f36 agent++-4.0.6.tar.gz 3 | -------------------------------------------------------------------------------- /package/angularjs/angularjs.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 a99e3c22b54178b7646856efd95e825650d32d3125904a28216aeba52e221bad angular-1.4.3.zip 3 | -------------------------------------------------------------------------------- /package/apitrace/apitrace.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 21d0cc765b84e537c5a3a117073818942653b85685b9633d364836ccfe0b9fd5 apitrace-7.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/benejson/benejson.hash: -------------------------------------------------------------------------------- 1 | # Localy computed 2 | sha256 2ce5f3c2323500bdf651e7fcaecbd1011997141e6067567b8d2caa4cf7182f4a benejson-0.9.7.tar.gz 3 | -------------------------------------------------------------------------------- /package/bwm-ng/bwm-ng.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 027cf3c960cd96fc9ffacdf7713df62d0fc55eeef4a1388289f8a62ae5e50df0 bwm-ng-0.6.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/cegui06/cegui06.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 eb77741cd9fcc927a876e8116b98691212e973d2264e2071406423f6ca3e305f CEGUI-0.6.2b.tar.gz 3 | -------------------------------------------------------------------------------- /package/cgilua/cgilua.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 8e9ef583f8e1c5b600ebc6bb04924a61f72320130410191a9c56d7295fb02be1 cgilua-5.1.4-2.src.rock 3 | -------------------------------------------------------------------------------- /package/civetweb/civetweb.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 79a852a26068eb6d2f8de5ee72e021f0d2c8bd176eb81f41909a876b736815d9 civetweb-v1.5.tar.gz 3 | -------------------------------------------------------------------------------- /package/clapack/clapack.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 0b3f782bc24845d85f36bafbff0f2f1384dc72df730fda4e7924ec1a70baca5a clapack-3.2.1-CMAKE.tgz 3 | -------------------------------------------------------------------------------- /package/copas/copas.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 c94890bdc8899d05163ca963dadf4b74b2ad7a5795ea3923a792b6e928ec142a copas-2.0.1-1.src.rock 3 | -------------------------------------------------------------------------------- /package/cosmo/cosmo.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 4e81c1bba7ab3b4633c8d6dadfc8332c59c818829436435b4d5a2ec76adfbb87 cosmo-14.03.04-1.src.rock 3 | -------------------------------------------------------------------------------- /package/cpuload/cpuload.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 1d61f4776dc3e2746343d68b2ea2faf138e54666b630a6060df4f3945badbcae cpuload-v0.3.tar.gz 3 | -------------------------------------------------------------------------------- /package/cups/cups.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated: 2 | sha256 4b14fd833180ac529ebebea766a09094c2568bf8426e219cb3a1715304ef728d cups-2.1.4-source.tar.gz 3 | -------------------------------------------------------------------------------- /package/dhcpdump/dhcpdump.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 6d5eb9418162fb738bc56e4c1682ce7f7392dd96e568cc996e44c28de7f77190 dhcpdump-1.8.tar.gz 3 | -------------------------------------------------------------------------------- /package/directfb/directfb.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 b785c638dc31b8fe3a7c81be1475c89b2255ab3d67b777c747d3fbc52f8027a3 DirectFB-1.7.7.tar.gz 3 | -------------------------------------------------------------------------------- /package/dovecot/dovecot.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 d8d9f32c846397f7c22749a84c5cf6f59c55ff7ded3dc9f07749a255182f9667 dovecot-2.2.25.tar.gz 3 | -------------------------------------------------------------------------------- /package/efivar/efivar.hash: -------------------------------------------------------------------------------- 1 | # locally computed hash 2 | sha256 f807f5f0846323bc21b18043542b296f5ad81514f91f13c74a4b8da30c965c94 efivar-0.23.tar.gz 3 | -------------------------------------------------------------------------------- /package/exfat/exfat.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 9312d23a5d82543ad2e9ab7f0a0b471aea53eeb8eae664451c881b46d849756e fuse-exfat-1.2.4.tar.gz 3 | -------------------------------------------------------------------------------- /package/expat/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_EXPAT 2 | bool "expat" 3 | help 4 | The Expat XML Parser. 5 | 6 | http://expat.sourceforge.net 7 | -------------------------------------------------------------------------------- /package/fconfig/fconfig.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 4ff0e8f07e35e46b705c0dbe9d9544ede01ea092a69e3f7db03e55a3f2bb8eb7 fconfig-20080329.tar.gz 3 | -------------------------------------------------------------------------------- /package/fdk-aac/fdk-aac.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 5910fe788677ca13532e3f47b7afaa01d72334d46a2d5e1d1f080f1173ff15ab fdk-aac-0.1.4.tar.gz 3 | -------------------------------------------------------------------------------- /package/flashrom/flashrom.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 13dc7c895e583111ecca370363a3527d237d178a134a94b20db7df177c05f934 flashrom-0.9.8.tar.bz2 3 | -------------------------------------------------------------------------------- /package/fluxbox/fluxbox.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 fc8c75fe94c54ed5a5dd3fd4a752109f8949d6df67a48e5b11a261403c382ec0 fluxbox-1.3.7.tar.xz 3 | -------------------------------------------------------------------------------- /package/fmlib/fmlib.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 e5870756c7432b15f7a48b860625808f3c95d5f7fa5e251552eb2324ca51b0fa fmlib-fsl-sdk-v2.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/freescale-imx/firmware-imx/firmware-imx.hash: -------------------------------------------------------------------------------- 1 | sha256 c5bd4bff48cce9715a5d6d2c190ff3cd2262c7196f7facb9b0eda231c92cc223 firmware-imx-5.4.bin 2 | -------------------------------------------------------------------------------- /package/fwup/fwup.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 64c3a0ac38dc11c0c05b2588a89638cbc37f5552ac0f1c290f7ee5365f2bba49 fwup-v0.8.2.tar.gz 3 | -------------------------------------------------------------------------------- /package/fxload/fxload.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 0cc8bfd2a7cbba2f68e0c5767477634922287943c91dd9fcf029fc8b9d577858 fxload-2008_10_13.tar.gz 3 | -------------------------------------------------------------------------------- /package/genimage/genimage.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 363b2222b8036eca927c464994e7a877539adc3ea9ba895c1e2186f0589fafbf genimage-8.tar.xz 3 | -------------------------------------------------------------------------------- /package/genpart/genpart.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 bfb39434f31d10f1b8c7b6bc6ec612309838c2819022561541c4d2d5a424e3f2 genpart-1.0.2.tar.bz2 3 | -------------------------------------------------------------------------------- /package/gtest/gtest.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 f73a6546fdf9fce9ff93a5015e0333a8af3062a152a9ad6bcb772c96687016cc gtest-release-1.7.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/gtkperf/gtkperf.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 9704344e732038eecbd007dd996a56293a6b027b5b76f3f036273a3fae1ab27b gtkperf_0.40.tar.gz 3 | -------------------------------------------------------------------------------- /package/hiawatha/hiawatha.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 99d185fb16bb1ab706724494d3cac86464f1485ed4b0fff09a192eca6da5ff8e hiawatha-10.3.tar.gz 3 | -------------------------------------------------------------------------------- /package/hostapd/hostapd.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 8e272d954dc0d7026c264b79b15389ec2b2c555b32970de39f506b9f463ec74a hostapd-2.5.tar.gz 3 | -------------------------------------------------------------------------------- /package/hwloc/hwloc.hash: -------------------------------------------------------------------------------- 1 | # From http://www.open-mpi.org/software/hwloc/v1.10/ 2 | sha1 76291124e4638b2fbd4deb4cc3cd680e153077b5 hwloc-1.10.1.tar.bz2 3 | -------------------------------------------------------------------------------- /package/ibrdtn/ibrdtn.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 288b14ccbaefb5e3234065c2778c247797ccb3c7afbb6746bb37dc12c620d360 ibrdtn-1.0.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/ibrdtnd/ibrdtnd.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 9bd79636154093ab6bf4fd10d6c62d67c6db45141460847b19def327c93771ed ibrdtnd-1.0.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/ifplugd/ifplugd.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 474754ac4ab32d738cbf2a4a3e87ee0a2c71b9048a38bdcd7df1e4f9fd6541f0 ifplugd-0.28.tar.gz 3 | -------------------------------------------------------------------------------- /package/jasper/jasper.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 6e9a959bf4f8cb02f77f42d1b9880b8e85d021ac51f43d8787b5438fd2b7a1c5 jasper-1.900.1.tar.bz2 3 | -------------------------------------------------------------------------------- /package/lcdproc/lcdproc.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 843007d377adc856529ed0c7c42c9a7563043f06b1b73add0372bba3a3029804 lcdproc-0.5.7.tar.gz 3 | -------------------------------------------------------------------------------- /package/lesstif/lesstif.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 eb4aa38858c29a4a3bcf605cfe7d91ca41f4522d78d770f69721e6e3a4ecf7e3 lesstif-0.95.2.tar.bz2 3 | -------------------------------------------------------------------------------- /package/leveldb/leveldb.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 7d7a14ae825e66aabeb156c1c3fae9f9a76d640ef6b40ede74cc73da937e5202 leveldb-v1.19.tar.gz 3 | -------------------------------------------------------------------------------- /package/libcddb/libcddb.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 35ce0ee1741ea38def304ddfe84a958901413aa829698357f0bee5bb8f0a223b libcddb-1.3.2.tar.bz2 3 | -------------------------------------------------------------------------------- /package/libdmtx/libdmtx.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 686bcfb44e50b96345aa53f41e285f2118a2cf87a333b69b74165a2e7ddca492 libdmtx-0.7.4.tar.gz 3 | -------------------------------------------------------------------------------- /package/libdnet/libdnet.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 0eb78415c8f2564c2f1e8ad36e98473348d9c94852f796a226360c716cc7ca53 libdnet-1.11.tar.gz 3 | -------------------------------------------------------------------------------- /package/libebml/libebml.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 35fb44daa41961f94a0ac1b8f06801e88cc9bf2ad6f562ced8ab7c1f1a875499 libebml-1.3.3.tar.bz2 3 | -------------------------------------------------------------------------------- /package/libexif/libexif.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 16cdaeb62eb3e6dfab2435f7d7bccd2f37438d21c5218ec4e58efa9157d4d41a libexif-0.6.21.tar.bz2 3 | -------------------------------------------------------------------------------- /package/libical/libical.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 089ce3c42d97fbd7a5d4b3c70adbdd82115dd306349c1f5c46a8fb3f8c949592 libical-1.0.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/libiqrf/libiqrf.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 8111031dd9dd6093a1927eb32dd7476fe22cfee9190043aa8e4c88003c104b16 libiqrf-v0.1.2.tar.gz 3 | -------------------------------------------------------------------------------- /package/libjpeg/libjpeg.hash: -------------------------------------------------------------------------------- 1 | # locally computed hash 2 | sha256 240fd398da741669bf3c90366f58452ea59041cacc741a489b99f2f6a0bad052 jpegsrc.v9b.tar.gz 3 | -------------------------------------------------------------------------------- /package/libmad/libmad.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 bbfac3ed6bfbc2823d3775ebb931087371e142bb0e9bb1bee51a76a6e0078690 libmad-0.15.1b.tar.gz 3 | -------------------------------------------------------------------------------- /package/libmbim/libmbim.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 ca8d52a95a18cbabae8f15f83f1572316e888b6504f946e6645d24405127ab5b libmbim-1.14.0.tar.xz 3 | -------------------------------------------------------------------------------- /package/libmbus/libmbus.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 9fca42592da0ba75df66c6f885a4dbfa916d23e65e3d1ce6e38d940d2a2719a4 libmbus-0.8.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/libmpd/libmpd.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 fe20326b0d10641f71c4673fae637bf9222a96e1712f71f170fca2fc34bf7a83 libmpd-11.8.17.tar.gz 3 | -------------------------------------------------------------------------------- /package/libqmi/libqmi.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 7ab6bb47fd23bf4d3fa17424e40ea5552d08b19e5ee4f125f21f316c8086ba2a libqmi-1.16.0.tar.xz 3 | -------------------------------------------------------------------------------- /package/libroxml/libroxml.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 1da8f20b530eba4409f2b217587d2f1281ff5d9ba45b24aeac71b94c6c621b78 libroxml-2.3.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/librtas/librtas.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 d5f2951b0934ffbd82bebf26acfa103cc21d89f4c90c7c41472acf7b4ec6d907 librtas-1.3.13.tar.gz 3 | -------------------------------------------------------------------------------- /package/libsexy/libsexy.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 8c4101a8cda5fccbba85ba1a15f46f2cf75deaa8b3c525ce5b135b9e1a8fe49e libsexy-0.1.11.tar.gz 3 | -------------------------------------------------------------------------------- /package/libsha1/libsha1.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 ef4c75007ac41c3dc09e0225943c789ba2b9c632a6cd7b548e0519477ac2f768 libsha1-0.3.tar.gz 3 | -------------------------------------------------------------------------------- /package/libsrtp/libsrtp.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 56a7b521c25134f48faff26b0b1e3d4378a14986a2d3d7bc6fefb48987304ff0 libsrtp-v1.5.4.tar.gz 3 | -------------------------------------------------------------------------------- /package/libtommath/libtommath.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 993a7df9ee091fca430cdde3263df57d88ef62af8103903214da49fc51bbb56c ltm-1.0.tar.xz 3 | -------------------------------------------------------------------------------- /package/libtpl/libtpl.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 0b3750bf62f56be4c42f83c89d8449b24f1c5f1605a104801d70f2f3c06fb2ff libtpl-v1.6.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/libupnp/libupnp.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 ee3537081e3ea56f66ada10387486823989210bc98002f098305551c966e3a63 libupnp-1.6.20.tar.bz2 3 | -------------------------------------------------------------------------------- /package/libusb/libusb.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 6c502c816002f90d4f76050a6429c3a7e0d84204222cbff2dce95dd773ba6840 libusb-1.0.19.tar.bz2 3 | -------------------------------------------------------------------------------- /package/libv4l/libv4l.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 6147ccc29fe7dd3c5c3994d613c4f2a099bac8b44694a96e5cf4d7caca8336c0 v4l-utils-1.10.1.tar.bz2 3 | -------------------------------------------------------------------------------- /package/libvips/libvips.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 45961855e21c8d5f0983d05bb79a6f3c2427dc6eed8e3ac68c0f62759b8612c6 vips-7.42.2.tar.gz 3 | -------------------------------------------------------------------------------- /package/libvpx/libvpx.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 d0afbb5eb1ecae68f8d578abace160a97e2e8a230e3028cf4db115d59a695aad libvpx-1.6.0.tar.bz2 3 | -------------------------------------------------------------------------------- /package/libxmlrpc/libxmlrpc.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 8ae6ed4ec57d50ed132b1150fc5258346eef3e291501a564f14fa97586902f98 xmlrpc-c-1.25.30.tgz 3 | -------------------------------------------------------------------------------- /package/linknx/linknx.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 f161d3c8da3b8c6969e9c02d84d3cd26eb5e7fb4f3a3efbaaede8acdaaf11700 linknx-0.0.1.32.tar.gz 3 | -------------------------------------------------------------------------------- /package/lmbench/lmbench.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 cbd5777d15f44eab7666dcac418054c3c09df99826961a397d9acf43d8a2a551 lmbench-3.0-a9.tgz 3 | -------------------------------------------------------------------------------- /package/luasec/luasec.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 d2198cc39b3fa55bd5020046742b34093b6efcb619cf4032948b8c8556202a32 luasec-0.5-2.src.rock 3 | -------------------------------------------------------------------------------- /package/madplay/madplay.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 5a79c7516ff7560dffc6a14399a389432bc619c905b13d3b73da22fa65acede0 madplay-0.15.2b.tar.gz 3 | -------------------------------------------------------------------------------- /package/minicom/minicom.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 9ac3a663b82f4f5df64114b4792b9926b536c85f59de0f2d2b321c7626a904f4 minicom-2.7.tar.gz 3 | -------------------------------------------------------------------------------- /package/minissdpd/minissdpd.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 dfd637b185731e1acb412a86faa9718eb93c04ca08280541a6d22d14d1fb890f minissdpd-1.5.tar.gz 3 | -------------------------------------------------------------------------------- /package/moarvm/moarvm.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 6fe9000daada59535747f2557cc73573241ba8a6044271caf1647aa37be33c6d MoarVM-2016.04.tar.gz 3 | -------------------------------------------------------------------------------- /package/mongodb/mongodb.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 4764945631bca4ac5c2b239e04e91db00e39716915204349170c37cb7897c564 mongodb-r3.3.4.tar.gz 3 | -------------------------------------------------------------------------------- /package/mongoose/mongoose.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 94b934da083afe8abb1c0af5abb8f25294050011793f048166b12f000f9433a0 mongoose-6.2.tar.gz 3 | -------------------------------------------------------------------------------- /package/mono/mono.hash: -------------------------------------------------------------------------------- 1 | # sha256 locally computed 2 | sha256 900c2cc25ee55adeec04e1ae889316efc127c82cc0c392f928421f19f8f5b633 mono-4.4.2.11.tar.bz2 3 | -------------------------------------------------------------------------------- /package/mrouted/mrouted.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 181908f7025c5a2dee2e50d86888780469eaa9e1bd42d3eca9dfed8274aecd3d mrouted-3.9.7.tar.gz 3 | -------------------------------------------------------------------------------- /package/msgpack/msgpack.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 97a371ef950c89f48e8dba6abeccab07f1887e9ba6dab921de0f985c7d5075fe msgpack-0.5.4.tar.gz 3 | -------------------------------------------------------------------------------- /package/msr-tools/msr-tools.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 9b87245ee091a798184e447066e9e0d7709b7c81f5e6ad55f2b958c1aa50c4a3 msr-tools-1.3.tar.gz 3 | -------------------------------------------------------------------------------- /package/ncftp/ncftp.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 b4ebe2415761a5137cd1d313c8fc1352f26d8963cc9e9e354e29720aa2089d42 ncftp-3.2.5-src.tar.bz2 3 | -------------------------------------------------------------------------------- /package/netperf/netperf.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 842af17655835c8be7203808c3393e6cb327a8067f3ed1f1053eb78b4e40375a netperf-2.7.0.tar.bz2 3 | -------------------------------------------------------------------------------- /package/netplug/netplug.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 5180dfd9a7d3d0633a027b0a04f01b45a6a64623813cd48bd54423b90814864e netplug-1.2.9.2.tar.bz2 3 | -------------------------------------------------------------------------------- /package/nss-mdns/nss-mdns.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 1e683c2e7c3921814706d62fbbd3e9cbf493a75fa00255e0e715508d8134fa6d nss-mdns-0.10.tar.gz 3 | -------------------------------------------------------------------------------- /package/openbox/openbox.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 abe75855cc5616554ffd47134ad15291fe37ebbebf1a80b69cbde9d670f0e26d openbox-3.6.1.tar.xz 3 | -------------------------------------------------------------------------------- /package/opencv/opencv.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 94ebcca61c30034d5fb16feab8ec12c8a868f5162d20a9f0396f0f5f6d8bbbff opencv-2.4.13.tar.gz 3 | -------------------------------------------------------------------------------- /package/opencv3/opencv3.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 f00b3c4f42acda07d89031a2ebb5ebe390764a133502c03a511f67b78bbd4fbf opencv3-3.1.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/openjpeg/openjpeg.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 4afc996cd5e0d16360d71c58216950bcb4ce29a3272360eb29cadb1c8bce4efc openjpeg-2.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/orbit/orbit.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 42b0357041b4bdb051cb1a56cf73e3c2b2a2be207d431f70b4955465ad94b6a6 orbit-2.2.3-1.src.rock 3 | -------------------------------------------------------------------------------- /package/patchelf/patchelf.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 14af06a2da688d577d64ff8dac065bb8903bbffbe01d30c62df7af9bf4ce72fe patchelf-0.8.tar.gz 3 | -------------------------------------------------------------------------------- /package/php-yaml/php-yaml.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 d49acf2b7843258957a16df0d7ced56c0e1fc3eaa54f54289e4012edc002814c yaml-2.0.0RC7.tgz 3 | -------------------------------------------------------------------------------- /package/picocom/picocom.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 6b152fc5f816eaef6b86336a4cec7cf1496b7c712061e5aea5a36f143a0b09ed picocom-2.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/pkgconf/pkgconf.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 7ec8b516e655e247f4ba976837cee808134785819ab8f538f652fe919cc6c09f pkgconf-0.9.12.tar.bz2 3 | -------------------------------------------------------------------------------- /package/poppler/poppler.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 4963e31ba5e17530a87b16588e22928bc044e8d28d02303dded981bff6725b98 poppler-0.32.0.tar.xz 3 | -------------------------------------------------------------------------------- /package/python-lxml/python-lxml.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 9c74ca28a7f0c30dca8872281b3c47705e21217c8bc63912d95c9e2a7cac6bdf lxml-3.6.0.tgz 3 | -------------------------------------------------------------------------------- /package/python-mad/python-mad.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 1c9fc529b78de7d26e9e47cf182c9f8bf43838d8f62a9c1773540d57f5ebc522 pymad-0.6.tar.gz 3 | -------------------------------------------------------------------------------- /package/ramspeed/ramspeed.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 f84e2e42b2b6b221ef9b586f6ae63d863db4ff21858e0ce7c84622a7c9522950 ramspeed-2.6.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/raptor/raptor.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 ada7f0ba54787b33485d090d3d2680533520cd4426d2f7fb4782dd4a6a1480ed raptor2-2.0.15.tar.gz 3 | -------------------------------------------------------------------------------- /package/rings/rings.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 627ac55d4a420fab766e6870fcd82cb39da12fb4ec8efddc7220b188a4ad4bc3 rings-1.3.0-1.src.rock 3 | -------------------------------------------------------------------------------- /package/rpcbind/rpcbind.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 9897823a9d820ea011d9ea02054d5ab99469b9ca5346265fee380713c8fed27b rpcbind-0.2.3.tar.bz2 3 | -------------------------------------------------------------------------------- /package/rrdtool/rrdtool.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 cd948e89cd2d8825fab4a6fb0323f810948d934af7d92c9ee8b5e9e1350e52d7 rrdtool-1.6.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/rtptools/rtptools.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 99d681f6e328486fa1fc16581b0a5974e31eb2708101683ee9c8a0b6bed31050 rtptools-1.20.tar.gz 3 | -------------------------------------------------------------------------------- /package/sam-ba/sam-ba.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 302734f53e471b5d1a292c9af937262f4fd766ec47ebfea62439761e7c1cd9d7 sam-ba_2.16_linux.zip 3 | -------------------------------------------------------------------------------- /package/sdl_net/sdl_net.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 5f4a7a8bb884f793c278ac3f3713be41980c5eedccecff0260411347714facb4 SDL_net-1.2.8.tar.gz 3 | -------------------------------------------------------------------------------- /package/sdl_ttf/sdl_ttf.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 724cd895ecf4da319a3ef164892b72078bd92632a5d812111261cde248ebcdb7 SDL_ttf-2.0.11.tar.gz 3 | -------------------------------------------------------------------------------- /package/ser2net/ser2net.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 cee4ad8fb3531281e8761751694dfab39d681022b2363b1edeba764d397c3c99 ser2net-2.10.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/simicsfs/simicsfs.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 d0cf7caf888dc1e7dc9496c4b59af98eb2b69d6113d6920757465902e1f21f38 simicsfs-1.18.tar.gz 3 | -------------------------------------------------------------------------------- /package/sispmctl/sispmctl.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 e9a99cc81ef0a93f3484e5093efd14d93cc967221fcd22c151f0bea32eb91da7 sispmctl-3.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/sshpass/sshpass.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 c3f78752a68a0c3f62efb3332cceea0c8a1f04f7cf6b46e00ec0c3000bc8483e sshpass-1.05.tar.gz 3 | -------------------------------------------------------------------------------- /package/stella/stella.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 b2727a0e2d3b112d35dcb89b4bdc789e2c7f15e9d9c7054a69a2f67facd7416e stella-4.7.2-src.tar.xz 3 | -------------------------------------------------------------------------------- /package/synergy/synergy.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 4a15e26456498dda5f3aa7d688a4892e0c50394a2f01685136fbc954bacc9691 synergy-1.3.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/sysdig/sysdig.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 e72490eaf413745aef87965a5abb1024908053064f86593b257f12bf5b0d6b97 sysdig-0.1.100.tar.gz 3 | -------------------------------------------------------------------------------- /package/sysprof/sysprof.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 baf03c6fc01a845c705873e6fc7927aa89539dcda6963f9ec4c8eb4c086a64f1 sysprof-1.2.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/systemd/systemd.hash: -------------------------------------------------------------------------------- 1 | # sha256 locally computed 2 | sha256 899733ad6c157cedbb89aec4efe3bc824dcfd65a1d6f6bebc7b043f7924e39b4 systemd-231.tar.gz 3 | -------------------------------------------------------------------------------- /package/tegrarcm/tegrarcm.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 538cb0af237ab33e070d3aeb6cc828cd7ef453753ba2ccc21b87ed43faac51bd tegrarcm-v1.7.tar.gz 3 | -------------------------------------------------------------------------------- /package/tinydtls/tinydtls.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 ccf6d8fbae03fb2e0ba32878ed8e57d8b4f73538b1064df90a3e764da5fac010 tinydtls-0.8.2.tar.gz 3 | -------------------------------------------------------------------------------- /package/tinyxml/tinyxml.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 8164c9ad48b9028667768a584d62f7760cfbfb90d0dd6214ad174403058da10c tinyxml-2.6.2_2.tar.gz 3 | -------------------------------------------------------------------------------- /package/tinyxml2/tinyxml2.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 128aa1553e88403833e0cccf1b651f45ce87bc207871f53fdcc8e7f9ec795747 tinyxml2-3.0.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/tn5250/tn5250.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 354237d400dc46af887cb3ffa4ed1f2c371f5b8bee8be046a683a4ac9db4f9c5 tn5250-0.17.4.tar.gz 3 | -------------------------------------------------------------------------------- /package/trinity/trinity.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 3ef7ae05dba14f8bb626121983a08bb09d1d51a19de38bd9a8e0f29b11d9e3c9 trinity-v1.6.tar.gz 3 | -------------------------------------------------------------------------------- /package/twolame/twolame.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 98f332f48951f47f23f70fd0379463aff7d7fb26f07e1e24e42ddef22cc6112a twolame-0.3.13.tar.gz 3 | -------------------------------------------------------------------------------- /package/ushare/ushare.hash: -------------------------------------------------------------------------------- 1 | # locally computed hash 2 | sha256 7b9b85c79968d4f4560f02a99e33c6a33ff58f9d41d8faea79e31cce2ee78665 ushare-1.1a.tar.bz2 3 | -------------------------------------------------------------------------------- /package/vala/vala-wrapper: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | $0-@VALA_VERSION@ --vapidir=${STAGING_DIR}/usr/share/vala/vapi --girdir=${STAGING_DIR}/usr/share/gir-1.0 $@ 3 | -------------------------------------------------------------------------------- /package/valgrind/valgrind.hash: -------------------------------------------------------------------------------- 1 | # From http://valgrind.org/downloads/current.html 2 | md5 4ea62074da73ae82e0162d6550d3f129 valgrind-3.11.0.tar.bz2 3 | -------------------------------------------------------------------------------- /package/w_scan/w_scan.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 b6d7c9ab997c53a0b0d92e8390f313cc3b82ee8ece1756b4e526119fd5ba09b4 w_scan-20141122.tar.bz2 3 | -------------------------------------------------------------------------------- /package/webkit/webkit.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 51f808c96f52729dde6fb2b58752a6f623aeea74ff1ac6d4a1658720c6206fbe webkitgtk-1.11.5.tar.xz 3 | -------------------------------------------------------------------------------- /package/wsapi/wsapi.hash: -------------------------------------------------------------------------------- 1 | # locally computed hash 2 | sha256 f7f1b0ddc68c257965c42ac7155904d8ff7c2b7256f65ef1b82fda0039137d61 wsapi-1.6.1-1.src.rock 3 | -------------------------------------------------------------------------------- /package/x11r7/xapp_xgc/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XAPP_XGC 2 | bool "xgc" 3 | select BR2_PACKAGE_XLIB_LIBXAW 4 | help 5 | X graphics demo 6 | -------------------------------------------------------------------------------- /package/x11r7/xproto_applewmproto/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XPROTO_APPLEWMPROTO 2 | bool "applewmproto" 3 | help 4 | No description available 5 | -------------------------------------------------------------------------------- /package/x11r7/xproto_fixesproto/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XPROTO_FIXESPROTO 2 | bool "fixesproto" 3 | help 4 | X.Org Fixes protocol headers 5 | -------------------------------------------------------------------------------- /package/x11r7/xproto_fontsproto/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XPROTO_FONTSPROTO 2 | bool "fontsproto" 3 | help 4 | X.Org Fonts protocol headers 5 | -------------------------------------------------------------------------------- /package/x11r7/xproto_inputproto/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XPROTO_INPUTPROTO 2 | bool "inputproto" 3 | help 4 | X.Org Input protocol headers 5 | -------------------------------------------------------------------------------- /package/x11r7/xproto_randrproto/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XPROTO_RANDRPROTO 2 | bool "randrproto" 3 | help 4 | X.Org Randr protocol headers 5 | -------------------------------------------------------------------------------- /package/x11r7/xproto_videoproto/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XPROTO_VIDEOPROTO 2 | bool "videoproto" 3 | help 4 | X.Org Video protocol headers 5 | -------------------------------------------------------------------------------- /package/x11vnc/x11vnc.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 f6829f2e629667a5284de62b080b13126a0736499fe47cdb447aedb07a59f13b x11vnc-0.9.13.tar.gz 3 | -------------------------------------------------------------------------------- /package/xenomai/xenomai.hash: -------------------------------------------------------------------------------- 1 | # Locally computed; 2 | sha256 b6ff723cb0f3b1c2c4e15bccfd114b248dea1b4164a0ac0e612815379ce7caf8 xenomai-2.6.4.tar.bz2 3 | -------------------------------------------------------------------------------- /package/yaffs2utils/yaffs2utils.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 9b0912bf683eb839b6e57c9255c83894c3b700d16489a49d319c54c1abf8f6d7 0.2.9.tar.gz 3 | -------------------------------------------------------------------------------- /package/yaml-cpp/yaml-cpp.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 6fb92f6f5925e0af918ffbb90acf19b7b88706ebcd40fc186b7caa76609b6350 yaml-cpp-0.5.2.tar.gz 3 | -------------------------------------------------------------------------------- /docs/website/images/free-electrons-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/batocera-linux/batocera-x86_64_efi/HEAD/docs/website/images/free-electrons-logo.png -------------------------------------------------------------------------------- /docs/website/images/github_hash_mongrel2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/batocera-linux/batocera-x86_64_efi/HEAD/docs/website/images/github_hash_mongrel2.png -------------------------------------------------------------------------------- /package/acpitool/acpitool.hash: -------------------------------------------------------------------------------- 1 | # locally computed hash 2 | sha256 004fb6cd43102918b6302cf537a2db7ceadda04aef2e0906ddf230f820dad34f acpitool-0.5.1.tar.bz2 3 | -------------------------------------------------------------------------------- /package/alljoyn/alljoyn.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 fc437d96cf1213f18048240b5d12a374b31894d21830a0a6ccf562ffa13425d5 alljoyn-16.04.00a-src.tar.gz 3 | -------------------------------------------------------------------------------- /package/alsa-lib/alsa-lib.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 d38dacd9892b06b8bff04923c380b38fb2e379ee5538935ff37e45b395d861d6 alsa-lib-1.1.2.tar.bz2 3 | -------------------------------------------------------------------------------- /package/apr/apr.hash: -------------------------------------------------------------------------------- 1 | # From http://archive.apache.org/dist/apr/apr-1.5.1.tar.gz.sha1 2 | sha1 9caa83e3f50f3abc9fab7c4a3f2739a12b14c3a3 apr-1.5.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/argparse/argparse.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 e00e5637c937d7bfca96025f2c598ba4fffe9eb818d69952e77b4c08167a6be3 argparse-0.5.0-1.src.rock 3 | -------------------------------------------------------------------------------- /package/arptables/arptables.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 277985e29ecd93bd759a58242cad0e02ba9d4a6e1b7795235e3b507661bc0049 arptables-v0.0.4.tar.gz 3 | -------------------------------------------------------------------------------- /package/audiofile/audiofile.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 cdc60df19ab08bfe55344395739bb08f50fc15c92da3962fac334d3bff116965 audiofile-0.3.6.tar.gz 3 | -------------------------------------------------------------------------------- /package/automake/automake.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 9908c75aabd49d13661d6dcb1bc382252d22cc77bf733a2d55e87f2aa2db8636 automake-1.15.tar.xz 3 | -------------------------------------------------------------------------------- /package/beecrypt/beecrypt.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 286f1f56080d1a6b1d024003a5fa2158f4ff82cae0c6829d3c476a4b5898c55d beecrypt-4.2.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/berkeleydb/berkeleydb.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 76a25560d9e52a198d37a31440fd07632b5f1f8f9f2b6d5438f4bc3e7c9013ef db-5.3.28.NC.tar.gz 3 | -------------------------------------------------------------------------------- /package/bootutils/bootutils.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 78549714e7c7fa246a4019c245f4da044aee6cfe48ad6887c4013ac4c749c7b9 bootutils-1.0.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/cbootimage/cbootimage.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 373c108d7b6778c62a33e59ad0cd5ea9ebb379319a0c8b4cf469eaa8bec5521b cbootimage-v1.7.tar.gz 3 | -------------------------------------------------------------------------------- /package/celt051/celt051.hash: -------------------------------------------------------------------------------- 1 | # From http://downloads.xiph.org/releases/celt/SHA1SUMS 2 | sha1 eb05030108c36cb063c3f026c349f16d78e0a497 celt-0.5.1.3.tar.gz 3 | -------------------------------------------------------------------------------- /package/coxpcall/coxpcall.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 ff93d30e0a6cd64bb4e66739757e7eda9f226187829a075747b2ca5d3cfd1075 coxpcall-1.15.0-1.src.rock 3 | -------------------------------------------------------------------------------- /package/curlftpfs/curlftpfs.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 4eb44739c7078ba0edde177bdd266c4cfb7c621075f47f64c85a06b12b3c6958 curlftpfs-0.9.2.tar.gz 3 | -------------------------------------------------------------------------------- /package/dbus-cpp/dbus-cpp.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 bc11ac297b3cb010be904c72789695543ee3fdf3d75cdc8225fd371385af4e61 libdbus-c++-0.9.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/ding-libs/ding-libs.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 639984a57d6f936a6551c842712619692febaebf4515033fc929620a241ffa6a ding_libs-0_4_0.tar.xz 3 | -------------------------------------------------------------------------------- /package/doxygen/doxygen.hash: -------------------------------------------------------------------------------- 1 | # Computed locally 2 | sha256 d4ab6e28d4d45d8956cad17470aade3fbe2356e8f64b92167e738c1887feccec doxygen-1.8.9.1.src.tar.gz 3 | -------------------------------------------------------------------------------- /package/dropwatch/dropwatch.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 c2348b8d72781ab0f3ca52b8415d78ea98808280e14e7d68e76605f196bb5c4a dropwatch-1.4.tar.xz 3 | -------------------------------------------------------------------------------- /package/dsp-tools/dsp-tools.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 734a1d5f21fb388bdbe64f7b599fef52357c3c72ff860f38456a352e7c1c3e78 dsp-tools-v2.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/dvbsnoop/dvbsnoop.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 7658498b26a5d2a0242e81f0cfafa0e43a2bec56f8674e7ac197dfc310866ec6 dvbsnoop-1.4.50.tar.gz 3 | -------------------------------------------------------------------------------- /package/dvdauthor/dvdauthor.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 501fb11b09c6eb9c5a229dcb400bd81e408cc78d34eab6749970685023c51fe9 dvdauthor-0.7.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/ebtables/ebtables.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 dc6f7b484f207dc712bfca81645f45120cb6aee3380e77a1771e9c34a9a4455d ebtables-v2.0.10-4.tar.gz 3 | -------------------------------------------------------------------------------- /package/elfutils/elfutils.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 3c056914c8a438b210be0d790463b960fc79d234c3f05ce707cbff80e94cba30 elfutils-0.166.tar.bz2 3 | -------------------------------------------------------------------------------- /package/enchant/enchant.hash: -------------------------------------------------------------------------------- 1 | # From http://www.abisource.com/downloads/enchant/1.6.0/MD5SUM 2 | md5 de11011aff801dc61042828041fb59c7 enchant-1.6.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/espeak/espeak.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 bf9a17673adffcc28ff7ea18764f06136547e97bbd9edf2ec612f09b207f0659 espeak-1.48.04-source.zip 3 | -------------------------------------------------------------------------------- /package/faketime/faketime.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 56bc32006f4c5b021ff648cc1fd458c5316f40aadfd2031879229a234189b031 faketime-v0.9.6.tar.gz 3 | -------------------------------------------------------------------------------- /package/fetchmail/fetchmail.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 79b4c54cdbaf02c1a9a691d9948fcb1a77a1591a813e904283a8b614b757e850 fetchmail-6.3.26.tar.xz 3 | -------------------------------------------------------------------------------- /package/flite/flite.hash: -------------------------------------------------------------------------------- 1 | # locally computed hash 2 | sha256 45c662160aeca6560589f78daf42ab62c6111dd4d244afc28118c4e6f553cd0c flite-1.4-release.tar.bz2 3 | -------------------------------------------------------------------------------- /package/fswebcam/fswebcam.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 3ee389f72a7737700d22e0c954720b1e3bbadc8a0daad6426c25489ba9dc3199 fswebcam-20140113.tar.gz 3 | -------------------------------------------------------------------------------- /package/genext2fs/genext2fs.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 404dbbfa7a86a6c3de8225c8da254d026b17fd288e05cec4df2cc7e1f4feecfc genext2fs-1.4.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/gengetopt/gengetopt.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 30b05a88604d71ef2a42a2ef26cd26df242b41f5b011ad03083143a31d9b01f7 gengetopt-2.22.6.tar.gz 3 | -------------------------------------------------------------------------------- /package/genromfs/genromfs.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 30f37fc734572c1dbaa2504585bc23ba6b8fd7df767ae7155995b2ca0ebed960 genromfs-0.5.2.tar.gz 3 | -------------------------------------------------------------------------------- /package/gmp/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_GMP 2 | bool "gmp" 3 | help 4 | GNU Multiple Precision Arithmetic Library. 5 | 6 | http://gmplib.org/ 7 | -------------------------------------------------------------------------------- /package/gnuchess/gnuchess.hash: -------------------------------------------------------------------------------- 1 | # sha256 locally computed 2 | sha256 17caab725539447bcb17a14b17905242cbf287087e53a6777524feb7bbaeed06 gnuchess-6.2.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/go-bootstrap/go-bootstrap.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 299a6fd8f8adfdce15bc06bde926e7b252ae8e24dd5b16b7d8791ed79e7b5e9b go1.4.2.src.tar.gz 3 | -------------------------------------------------------------------------------- /package/ibrcommon/ibrcommon.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 9c457c1ebc01e6216524636628c647bef34ab11bd96f0e0788be8749374fdc20 ibrcommon-1.0.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/ipmitool/ipmitool.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 3c5da6b067abf475bc24685120ec79f6e4ef6b3ea606aaa267e462023861223e ipmitool-1.8.16.tar.bz2 3 | -------------------------------------------------------------------------------- /package/iprutils/iprutils.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 99f28418fec505c4dfd532270569d4902a3792dcb2f08710b896f4e7bc0211e0 iprutils-2.4.10.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/iucode-tool/iucode-tool.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 33271652032f20f866a212bc98ea01a8db65c4ac839fa820aa23da974fd6ff62 iucode-tool_1.5.tar.xz 3 | -------------------------------------------------------------------------------- /package/jemalloc/jemalloc.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 5630650d5c1caab95d2f0898de4fe5ab8519dc680b04963b38bb425ef6a42d57 jemalloc-4.2.1.tar.bz2 3 | -------------------------------------------------------------------------------- /package/jquery-ui/jquery-ui.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 c76f349930245360f4d1dea672b9a587f8938b536a378e20eeff919f7263f99f jquery-ui-1.10.4.zip 3 | -------------------------------------------------------------------------------- /package/kismet/kismet.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 23b693baa29549b051e95e9d597b115bd94f7267c4677307ebd87f2a00e5a52b kismet-Kismet-2014-02-R1.tar.gz 3 | -------------------------------------------------------------------------------- /package/kompexsqlite/kompexsqlite.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 73bec94fe5dd3a24bd8668b3a131a84dbe39a992579eebab1236aa0e73b2c9cc v1.10.12-1.tar.gz 3 | -------------------------------------------------------------------------------- /package/latencytop/latencytop.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 9e7f72fbea7bd918e71212a1eabaad8488d2c602205d2e3c95d62cd57e9203ef latencytop-0.5.tar.gz 3 | -------------------------------------------------------------------------------- /package/lbase64/lbase64.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 7326658d48a70382b496eb88220b0c398c19ed712e39863939330fec0533362a lbase64-20120820-1.src.rock 3 | -------------------------------------------------------------------------------- /package/libcap-ng/libcap-ng.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 615549ce39b333f6b78baee0c0b4ef18bc726c6bf1cca123dfd89dd963f6d06b libcap-ng-0.7.7.tar.gz 3 | -------------------------------------------------------------------------------- /package/libcgroup/libcgroup.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 e4e38bdc7ef70645ce33740ddcca051248d56b53283c0dc6d404e17706f6fb51 libcgroup-0.41.tar.bz2 3 | -------------------------------------------------------------------------------- /package/libconfig/libconfig.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 e31daa390d8e4461c8830512fe2e13ba1a3d6a02a2305a02429eec61e68703f6 libconfig-1.5.tar.gz 3 | -------------------------------------------------------------------------------- /package/libdaemon/libdaemon.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 fd23eb5f6f986dcc7e708307355ba3289abe03cc381fc47a80bca4a50aa6b834 libdaemon-0.14.tar.gz 3 | -------------------------------------------------------------------------------- /package/libdcadec/libdcadec.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 ed9d207fde3e8d576f3af8b0d1235b3371e315175757173689104efcaebf0d44 libdcadec-v0.2.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/libedit/libedit.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 c88a5e4af83c5f40dda8455886ac98923a9c33125699742603a88a0253fcc8c5 libedit-20150325-3.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/libepoxy/libepoxy.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 6700ddedffb827b42c72cce1e0be6fba67b678b19bf256e1b5efd3ea38cc2bb4 libepoxy-v1.3.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/libesmtp/libesmtp.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 d0a61a5c52d99fa7ce7d00ed0a07e341dbda67101dbed1ab0cdae3f37db4eb0b libesmtp-1.0.6.tar.bz2 3 | -------------------------------------------------------------------------------- /package/libfreeimage/libfreeimage.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 fbfc65e39b3d4e2cb108c4ffa8c41fd02c07d4d436c594fff8dab1a6d5297f89 FreeImage3170.zip 3 | -------------------------------------------------------------------------------- /package/libgdiplus/libgdiplus.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 98f8a8e58ed22e136c4ac6eaafbc860757f5a97901ecc0ea357e2b6e4cfa2be5 libgdiplus-4.2.tar.gz 3 | -------------------------------------------------------------------------------- /package/libiscsi/libiscsi.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 26aa5583053d4fe0d4686f76a76c216c7dce00130f008e652ece305b88758ff1 libiscsi-1.15.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/liblinear/liblinear.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 fa5c12dedc76ffca12f1681de7073b03af68163c4e4be65194217c99e55a7d68 liblinear-2.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/libmcrypt/libmcrypt.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 e4eb6c074bbab168ac47b947c195ff8cef9d51a211cdd18ca9c9ef34d27a373e libmcrypt-2.5.8.tar.gz 3 | -------------------------------------------------------------------------------- /package/libmhash/libmhash.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 56521c52a9033779154432d0ae47ad7198914785265e1f570cee21ab248dfef0 mhash-0.9.9.9.tar.bz2 3 | -------------------------------------------------------------------------------- /package/libmodbus/libmodbus.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 046d63f10f755e2160dc56ef681e5f5ad3862a57c1955fd82e0ce036b69471b6 libmodbus-3.0.6.tar.gz 3 | -------------------------------------------------------------------------------- /package/libmpeg2/libmpeg2.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 dee22e893cb5fc2b2b6ebd60b88478ab8556cb3b93f9a0d7ce8f3b61851871d4 libmpeg2-0.5.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/libnatpmp/libnatpmp.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 e1aa9c4c4219bc06943d6b2130f664daee213fb262fcb94dd355815b8f4536b0 libnatpmp-20150609.tar.gz 3 | -------------------------------------------------------------------------------- /package/libnfs/libnfs.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 7f6c62a05c7e0f0749f2b13f178a4ed7aaf17bd09e65a10bb147bfe9807da272 libnfs-libnfs-1.10.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/liboauth/liboauth.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 0df60157b052f0e774ade8a8bac59d6e8d4b464058cc55f9208d72e41156811f liboauth-1.0.3.tar.gz 3 | -------------------------------------------------------------------------------- /package/libplayer/libplayer.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 aa5eeb54f773bc9cad2733e4a0b5870208fc7f75024515ea87e55f64653e9d65 libplayer-2.0.1.tar.bz2 3 | -------------------------------------------------------------------------------- /package/libplist/libplist.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 0effdedcb3de128c4930d8c03a3854c74c426c16728b8ab5f0a5b6bdc0b644be libplist-1.12.tar.bz2 3 | -------------------------------------------------------------------------------- /package/libpthsem/libpthsem.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 4024cafdd5d4bce2b1778a6be5491222c3f6e7ef1e43971264c451c0012c5c01 pthsem_2.0.8.tar.gz 3 | -------------------------------------------------------------------------------- /package/librsync/librsync.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 6633e4605662763a03bb6388529cbdfd3b11a9ec55b8845351c1bd9a92bc41d6 librsync-0.9.7.tar.gz 3 | -------------------------------------------------------------------------------- /package/librtlsdr/librtlsdr.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 98fb5c34ac94d6f2235a0bb41a08f8bed7949e1d1b91ea57a7c1110191ea58de librtlsdr-v0.5.3.tar.gz 3 | -------------------------------------------------------------------------------- /package/libselinux/libselinux.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 94c9e97706280bedcc288f784f67f2b9d3d6136c192b2c9f812115edba58514f libselinux-2.5.tar.gz 3 | -------------------------------------------------------------------------------- /package/libsemanage/libsemanage.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 46e2f36254369b6e91d1eea0460c262b139361b055a3a67d3ceea2d8ef72e006 libsemanage-2.5.tar.gz 3 | -------------------------------------------------------------------------------- /package/libsigrok/libsigrok.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 5f291f3fee36e6dab1336f1c78596e50588831bc5ebd7cddc2a95fe8c71d669e libsigrok-0.4.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/libsysfs/libsysfs.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 e865de2c1f559fff0d3fc936e660c0efaf7afe662064f2fb97ccad1ec28d208a sysfsutils-2.1.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/libtomcrypt/libtomcrypt.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 e33b47d77a495091c8703175a25c8228aff043140b2554c08a3c3cd71f79d116 crypt-1.17.tar.bz2 3 | -------------------------------------------------------------------------------- /package/lightning/lightning.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 1fa3a2421852598b3162d6765645bb3cd0fccb5f0c105d0800c64c8428b749a6 lightning-2.1.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/linenoise/linenoise.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 f5054a4fe120d43d85427cf58af93e56b9bb80389d507a9bec9b75531a340014 linenoise-1.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/ljsyscall/ljsyscall.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 9b5ba2b5798c5bc33aa2158f3b44f730de12497c195764aa1bc3d3f1244df198 ljsyscall-v0.10.tar.gz 3 | -------------------------------------------------------------------------------- /package/log4cplus/log4cplus.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 999427580cded403b4edc8a85088621f27493c489f08b9f564fb5fe76c16a883 log4cplus-1.1.2.tar.xz 3 | -------------------------------------------------------------------------------- /package/logsurfer/logsurfer.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 74a36e8530a884031b4ae2344a46b9aaa07a1ee36d143802f6b64f817c5bd1af logsurfer-1.8.tar.gz 3 | -------------------------------------------------------------------------------- /package/lsqlite3/lsqlite3.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 b49b5941af92a6e7834a45f76dba1f6ea8f817cda373655f59c9da78416d1dfc lsqlite3-0.9.3-0.src.rock 3 | -------------------------------------------------------------------------------- /package/lua-coat/lua-coat.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 38a8342f6b3883a81931feaa9ef90a6343445289f3d65a296f0924818587c7d4 lua-coat-0.9.1-1.src.rock 3 | -------------------------------------------------------------------------------- /package/lua-iconv/lua-iconv.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 fb66e785e15376c2d2817f1f1b27d10272b877eacc998c727a10f081a7d768fa lua-iconv-7-1.src.rock 3 | -------------------------------------------------------------------------------- /package/luabitop/luabitop.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 fc7a8065a57462ee13bed7f95b0ab13f94ecd1bf846108c61ccf2c75548af26e luabitop-1.0.2-1.src.rock 3 | -------------------------------------------------------------------------------- /package/luaexpat/luaexpat.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 aa7883a0d44f500e32ef306c04632546f97f33159fffa7bcdc3f451170f95896 luaexpat-1.3.0-1.src.rock 3 | -------------------------------------------------------------------------------- /package/luajson/luajson.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 4898e5575713b37a1eb9badbd3968e15ec1856115daaed9819acf39113616619 luajson-1.3.3-1.src.rock 3 | -------------------------------------------------------------------------------- /package/luaposix/luaposix.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 e66262f5b7fe1c32c65f17a5ef5ffb31c4d1877019b4870a5d373e2ab6526a21 luaposix-33.4.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/luarocks/luarocks.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 68e38feeb66052e29ad1935a71b875194ed8b9c67c2223af5f4d4e3e2464ed97 luarocks-2.3.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/memtester/memtester.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 f9dfe2fd737c38fad6535bbab327da9a21f7ce4ea6f18c7b3339adef6bf5fd88 memtester-4.3.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/mongrel2/mongrel2.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 543553c3082f2b992649a975f6cb7324ae2aea93af05288ea4f2c1262a7f63b2 mongrel2-v1.9.2.tar.bz2 3 | -------------------------------------------------------------------------------- /package/odhcploc/odhcploc.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 b0360a3aece8a29d131531da7bfc36d57c30c6eed30ff1ea360f7cccea1d62d7 odhcploc-20111021.tar.gz 3 | -------------------------------------------------------------------------------- /package/openal/openal.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 a341f8542f1f0b8c65241a17da13d073f18ec06658e1a1606a8ecc8bbc2b3314 openal-soft-1.17.2.tar.bz2 3 | -------------------------------------------------------------------------------- /package/openswan/openswan.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 c1605c96d3c3cf357cefea7622f3acbc7a02d6a3cebfb76979327b566084a5ea openswan-2.6.46.tar.gz 3 | -------------------------------------------------------------------------------- /package/opentyrian-data/opentyrian-data.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 7790d09a2a3addcd33c66ef063d5900eb81cc9c342f4807eb8356364dd1d9277 tyrian21.zip 3 | -------------------------------------------------------------------------------- /package/openzwave/openzwave.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 abfb4c7e7728e86ba374c2e0ef7de912594eb24a8c44935457352df844530238 openzwave-V1.5.tar.gz 3 | -------------------------------------------------------------------------------- /package/owl-linux/owl-linux.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 a6b1bc6b3900954438a0f1a316bac5f74171125a88c80c35e137f4ca512dedc6 owl-linux-1.0.7.tar.gz 3 | -------------------------------------------------------------------------------- /package/pax-utils/pax-utils.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 796860fbd48c5f811e699e8492dc1110459bad0a62efa8d346b74a4f6f556414 pax-utils-1.1.4.tar.xz 3 | -------------------------------------------------------------------------------- /package/pcsc-lite/pcsc-lite.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 607c4bd730526d282a63edb2ba4ee043f497877be642c5c647e37995e21f2612 pcsc-lite-1.8.10.tar.bz2 3 | -------------------------------------------------------------------------------- /package/php-imagick/php-imagick.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 a729fbd69e0aa145824d61dc9225bfb636dcd8421874a5667ac3822e609449e1 imagick-3.4.1.tgz 3 | -------------------------------------------------------------------------------- /package/php/php.hash: -------------------------------------------------------------------------------- 1 | # From http://php.net/downloads.php 2 | sha256 970c322ba3e472cb0264b8ba9d4d92e87918da5d0cca53c4aba2a70545b8626d php-7.0.9.tar.xz 3 | -------------------------------------------------------------------------------- /package/pixman/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_PIXMAN 2 | bool "pixman" 3 | help 4 | Cairo pixel manager 5 | 6 | http://cairographics.org/releases/ 7 | -------------------------------------------------------------------------------- /package/powertop/powertop.hash: -------------------------------------------------------------------------------- 1 | # Locally-generated hash 2 | sha256 8d4b1490e2baad4467c0ded3c423db4472dcbf7b2dd8f8f2a928f54047c678ca powertop-2.7.tar.gz 3 | -------------------------------------------------------------------------------- /package/protobuf/protobuf.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 2667b7cda4a6bc8a09e5463adf3b5984e08d94e72338277affa8594d8b6e5cd1 protobuf-v2.6.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/python-id3/python-id3.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 ba612342b59a49cbf9a7eb23a646667757ffda96dc23b67245fc6cd8d90c2022 id3-py_1.2.tar.gz 3 | -------------------------------------------------------------------------------- /package/python-pam/python-pam.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 796ac019b9ee805696d0d277d8fb912fa2391b6ac070dc6f9f1a9a0fadbc3a5a PyPAM-0.5.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/python-pyrex/python-pyrex.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 5f87df06831d0b3412eb4bc9d3fc2ee7bfae1b913d7da8c23ab2bf5699fb6b50 Pyrex-0.9.9.tar.gz 3 | -------------------------------------------------------------------------------- /package/python-pyro/python-pyro.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 f01e32f8d1c3f427c4916e13d9e8cee24dbf924f72922a06591515911bd13756 Pyro-3.14.tar.gz 3 | -------------------------------------------------------------------------------- /package/python-six/python-six.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 105f8d68616f8248e24bf0e9372ef04d3cc10104f1980f54d57b2ce73a5ad56a six-1.10.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/qdecoder/qdecoder.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 641d3df4895626d7a530c5d26724e9b5887e9845d4b47f42c1cbce4a17ebf6af qdecoder-r12.0.5.tar.gz 3 | -------------------------------------------------------------------------------- /package/rapidjson/rapidjson.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 c3711ed2b3c76a5565ee9f0128bb4ec6753dbcc23450b713842df8f236d08666 rapidjson-v1.0.2.tar.gz 3 | -------------------------------------------------------------------------------- /package/read-edid/read-edid.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 c7c6d8440f5b90f98e276829271ccea5b2ff5a3413df8a0f87ec09f834af186f read-edid-3.0.2.tar.gz 3 | -------------------------------------------------------------------------------- /package/rt-tests/rt-tests.hash: -------------------------------------------------------------------------------- 1 | # locally computed hash 2 | sha256 aea85fd8eda8c1d96e9d32a019bfd4a1d2e0d362971d97838996f49d1af2d470 rt-tests-1.0.tar.xz 3 | -------------------------------------------------------------------------------- /package/rtorrent/rtorrent.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 1e69c24f1f26f8f07d58d673480dc392bfc4317818c1115265b08a7813ff5b0e rtorrent-0.9.6.tar.gz 3 | -------------------------------------------------------------------------------- /package/sdl2_gfx/sdl2_gfx.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 d69bcbceb811b4e5712fbad3ede737166327f44b727f1388c32581dbbe8c599a SDL2_gfx-1.0.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/sdl2_ttf/sdl2_ttf.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 34db5e20bcf64e7071fe9ae25acaa7d72bdc4f11ab3ce59acc768ab62fe39276 SDL2_ttf-2.0.14.tar.gz 3 | -------------------------------------------------------------------------------- /package/sdl_image/sdl_image.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 0b90722984561004de84847744d566809dbb9daf732a9e503b91a1b5a84e5699 SDL_image-1.2.12.tar.gz 3 | -------------------------------------------------------------------------------- /package/sdl_mixer/sdl_mixer.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 1644308279a975799049e4826af2cfc787cad2abb11aa14562e402521f86992a SDL_mixer-1.2.12.tar.gz 3 | -------------------------------------------------------------------------------- /package/sdl_sound/sdl_sound.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 3999fd0bbb485289a52be14b2f68b571cb84e380cc43387eadf778f64c79e6df SDL_sound-1.0.3.tar.gz 3 | -------------------------------------------------------------------------------- /package/sigrok-cli/sigrok-cli.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 ab2ede4e245f3987e19a89a530bd204e0d792c07474d9fed3345d4af4e84723c sigrok-cli-0.6.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/smstools3/smstools3.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 ed00ffaeaa312a5b4f969f4e97a64603a866bbe16e393ea02f5bf05234814d59 smstools3-3.1.15.tar.gz 3 | -------------------------------------------------------------------------------- /package/sofia-sip/sofia-sip.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 2b01bc2e1826e00d1f7f57d29a2854b15fd5fe24695e47a14a735d195dd37c81 sofia-sip-1.12.11.tar.gz 3 | -------------------------------------------------------------------------------- /package/sqlcipher/sqlcipher.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 25fa4f4cb38dcf9e52e4d1f46be8fee9c7aaef35b6df96912a216b289e22c2af sqlcipher-v3.2.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/statserial/statserial.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 40cf3bd506852942aa98f468c90ed4ea66dbd343b93efacd40d617b55caf3967 statserial-1.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/stress-ng/stress-ng.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 7af9759a37902ebf401f92fedeada0b82bcd1e3f4e9e10130177344f143470eb stress-ng-0.06.02.tar.gz 3 | -------------------------------------------------------------------------------- /package/swupdate/swupdate.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 c21d2fd52eb7ed9c304a7a996d230a8f1b47b9879a8c9fa50c80b41e117d1e60 swupdate-2016.07.tar.gz 3 | -------------------------------------------------------------------------------- /package/syslog-ng/syslog-ng.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 b1b3ccc0ce7f0d8bf15b23e59f2f4f5ded70eed410dfd27105219bc8856388a5 syslog-ng-3.7.2.tar.gz 3 | -------------------------------------------------------------------------------- /package/tinyhttpd/tinyhttpd.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 56609b82869c80ba71b2a2af166a0bcaffe21e7412f4594e04b9a5abf733435a tinyhttpd-0.1.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/udev/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_HAS_UDEV 2 | bool 3 | 4 | config BR2_PACKAGE_PROVIDES_UDEV 5 | depends on BR2_PACKAGE_HAS_UDEV 6 | string 7 | -------------------------------------------------------------------------------- /package/udpcast/udpcast.hash: -------------------------------------------------------------------------------- 1 | # locally computed hash 2 | sha256 ce9090ef80b6035a744a9b5ac335e61c99baa92c39ff53277266fbfcb836445a udpcast-20120424.tar.gz 3 | -------------------------------------------------------------------------------- /package/usbredir/usbredir.hash: -------------------------------------------------------------------------------- 1 | # locally computed hash 2 | sha256 407e9e27a1369f01264d5501ffbe88935ddd7d5de675f5835db05dc9c9ac56f3 usbredir-0.7.1.tar.bz2 3 | -------------------------------------------------------------------------------- /package/ussp-push/ussp-push.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 bb2748eaed6164812555b4a1e186c4f2820c5ef9ce30f12d7aac28a452719bbd ussp-push-0.11.tar.gz 3 | -------------------------------------------------------------------------------- /package/vo-aacenc/vo-aacenc.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 e51a7477a359f18df7c4f82d195dab4e14e7414cbd48cf79cc195fc446850f36 vo-aacenc-0.1.3.tar.gz 3 | -------------------------------------------------------------------------------- /package/wavpack/wavpack.hash: -------------------------------------------------------------------------------- 1 | # locally computed hash 2 | sha256 7d31b34166c33c3109b45c6e4579b472fd05e3ee8ec6d728352961c5cdd1d6b0 wavpack-4.75.2.tar.bz2 3 | -------------------------------------------------------------------------------- /package/wvstreams/wvstreams.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 8403f5fbf83aa9ac0c6ce15d97fd85607488152aa84e007b7d0621b8ebc07633 wvstreams-4.6.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/x11r7/mcookie/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_MCOOKIE 2 | bool "mcookie" 3 | help 4 | cookie generator for X server 5 | 6 | http://www.x.org 7 | -------------------------------------------------------------------------------- /package/x11r7/xapp_xwud/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XAPP_XWUD 2 | bool "xwud" 3 | select BR2_PACKAGE_XLIB_LIBX11 4 | help 5 | image displayer for X 6 | -------------------------------------------------------------------------------- /package/x11r7/xproto_damageproto/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XPROTO_DAMAGEPROTO 2 | bool "damageproto" 3 | help 4 | X.Org Damage protocol headers 5 | -------------------------------------------------------------------------------- /package/x11r7/xproto_recordproto/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XPROTO_RECORDPROTO 2 | bool "recordproto" 3 | help 4 | X.Org Record protocol headers 5 | -------------------------------------------------------------------------------- /package/x11r7/xproto_renderproto/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XPROTO_RENDERPROTO 2 | bool "renderproto" 3 | help 4 | X.Org Render protocol headers 5 | -------------------------------------------------------------------------------- /package/x11r7/xproto_xcmiscproto/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XPROTO_XCMISCPROTO 2 | bool "xcmiscproto" 3 | help 4 | X.Org XCMisc protocol headers 5 | -------------------------------------------------------------------------------- /package/xavante/xavante.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 d683bebdb3e1b497dc04ceb3fb8f1c8c67a6486ab0c6da0c23f281cc07a63657 xavante-2.3.0-1.src.rock 3 | -------------------------------------------------------------------------------- /package/xinetd/xinetd.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 620b25f4ab4d72fdf32b13797156ea40df2049f1c07e640177e5fec544e9a94c xinetd-xinetd-2-3-15.tar.gz 3 | -------------------------------------------------------------------------------- /boot/afboot-stm32/afboot-stm32.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 dbd715c8b99f7d266f74a04707a4dac76b75b31321f24dee5256a6348260530c afboot-stm32-v0.1.tar.gz 3 | -------------------------------------------------------------------------------- /boot/at91bootstrap/at91bootstrap.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 d66192a274247f4baa39fa932eadf903d7add55641d89d30402f967c4f2282a5 AT91Bootstrap1.16.zip 3 | -------------------------------------------------------------------------------- /boot/grub2/grub.cfg: -------------------------------------------------------------------------------- 1 | set default="0" 2 | set timeout="5" 3 | 4 | menuentry "Buildroot" { 5 | linux /boot/bzImage root=/dev/sda1 rootwait console=tty1 6 | } 7 | -------------------------------------------------------------------------------- /docs/website/images/boundary-devices-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/batocera-linux/batocera-x86_64_efi/HEAD/docs/website/images/boundary-devices-logo.png -------------------------------------------------------------------------------- /package/acpica/acpica.hash: -------------------------------------------------------------------------------- 1 | # locally computed hash 2 | sha256 4ac73a5887b643dcca483f0241cbb808a53326846928edad9a2f86cffcde5850 acpica-unix2-20160527.tar.gz 3 | -------------------------------------------------------------------------------- /package/alljoyn-tcl/alljoyn-tcl.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 da13614a9db79067937b744a87328fed84d99ba62e3de19b0ddc4a83e4b2447e ajtcl-16.04.00a-src.tar.gz 3 | -------------------------------------------------------------------------------- /package/alsa-utils/alsa-utils.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 7af603c0877d1251599d65b4fbc372e63a54371b888f5c26c6a86ac1d0519071 alsa-utils-1.1.2.tar.bz2 3 | -------------------------------------------------------------------------------- /package/bellagio/bellagio.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 593c0729c8ef8c1467b3bfefcf355ec19a46dd92e31bfc280e17d96b0934d74c libomxil-bellagio-0.9.3.tar.gz 3 | -------------------------------------------------------------------------------- /package/bootstrap/bootstrap.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 95ca4a02aff37570660c81a87065b53ebc281c33fa86b91a6a7a650eee10678f bootstrap-3.3.1-dist.zip 3 | -------------------------------------------------------------------------------- /package/cache-calibrator/cache-calibrator.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 2018ed8fa733155d44ceb1c0066c5cf8df7771cdf7cfca0a07b8dd9bebd9c221 calibrator.c 3 | -------------------------------------------------------------------------------- /package/cannelloni/cannelloni.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 fe5abb1c9e523049c48dd906603bc762cc55ccd20c16dbec7dc64163b9eefccf cannelloni-20160414.tar.gz 3 | -------------------------------------------------------------------------------- /package/connman-gtk/connman-gtk.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 49bdc4769a7c508b0130e4705eef21aec9df1ea4f5c29fee48a0cae8db828fca connman-gtk-1.1.1.tar.bz2 3 | -------------------------------------------------------------------------------- /package/drbd-utils/drbd-utils.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 38929279d1bf549fd1ade4ce6773a6fe209db51bbb0efe7bf6d2b7871ba0afbc drbd-utils-8.9.4.tar.gz 3 | -------------------------------------------------------------------------------- /package/exfat-utils/exfat-utils.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 6aa51926416b9d0977b456902f4c4cd10bcce4b2d160859a7a2fc9ca6bcbbb11 exfat-utils-1.2.4.tar.gz 3 | -------------------------------------------------------------------------------- /package/freescale-imx/imx-gpu-viv/imx-gpu-viv.hash: -------------------------------------------------------------------------------- 1 | sha256 8f79ce562d8ac1efb0a2af403b405541f98c55ae1631a18a3d7fad3224dfb44b imx-gpu-viv-5.0.11.p8.4-hfp.bin 2 | -------------------------------------------------------------------------------- /package/freescale-imx/imx-lib/imx-lib.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 8d12c4a0a44d29569f1ead3a36adc28402b9c4036b53e11dd3ebf2295e3ce1d0 imx-lib-5.4.tar.gz 3 | -------------------------------------------------------------------------------- /package/freescale-imx/imx-uuc/imx-uuc.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 95d7f7b075f58fedc07602fbc0e5bf5212d28deea3d09cdbcbd80992dcd18482 imx-uuc-0.5.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/freescale-imx/imx-vpu/imx-vpu.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 2e670ef2337a5dbe6c32fa07128ad9aad32afdbf472c23d44133245ec6a66d46 imx-vpu-5.4.33.bin 3 | -------------------------------------------------------------------------------- /package/gadgetfs-test/gadgetfs-test.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 bd8ebcf7ce86f4b022a4e7ba6b1cc16ffc4022bb58c1910fe4ac96c88217e7ec gadgetfs-test.tar.bz2 3 | -------------------------------------------------------------------------------- /package/gesftpserver/gesftpserver.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 5f744c38df9bb82f5ab500858a0fb4767ac3ee2254301da03cbcf8e6c587cbf5 sftpserver-0.2.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/gstreamer/gst-dsp/gst-dsp.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 45437a038979916de74e78a2cc7a0b01ba3982d0848e1e483a054c9cf0ce5883 gst-dsp-v0.10.2.tar.gz 3 | -------------------------------------------------------------------------------- /package/gstreamer1/gst-omx/gst-omx.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 0b4874961e6488ad9e5808114bd486ea981c540907262caab1419355fd82d745 gst-omx-1.2.0.tar.xz 3 | -------------------------------------------------------------------------------- /package/gutenprint/gutenprint.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 c1a34cd2e02527de4d2a9bf6c14732cb9aa11b333f771eb6043fdc974de24df9 gutenprint-5.2.11.tar.bz2 3 | -------------------------------------------------------------------------------- /package/irda-utils/irda-utils.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 61980551e46b2eaa9e17ad31cbc1a638074611fc33bff34163d10c7a67a9fdc6 irda-utils-0.9.18.tar.gz 3 | -------------------------------------------------------------------------------- /package/irqbalance/irqbalance.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 f1b8115948bb9f0bc36b9d7143ee8be751a294bc189d311408e753acc37169c3 irqbalance-v1.0.9.tar.gz 3 | -------------------------------------------------------------------------------- /package/json-c/json-c.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 99304a4a633f1ee281d6a521155a182824dd995139d5ed6ee5c93093c281092b json-c-json-c-0.12-20140410.tar.gz 3 | -------------------------------------------------------------------------------- /package/lbreakout2/lbreakout2.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 0b90716d52e67c27ff41ab7aa5c09dad4f5f19a78076cc57dd4b4d7ed2c1dbd9 lbreakout2-2.6.4.tar.gz 3 | -------------------------------------------------------------------------------- /package/libarchive/libarchive.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 72ee1a4e3fd534525f13a0ba1aa7b05b203d186e0c6072a8a4738649d0b3cfd2 libarchive-3.2.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/libargtable2/libargtable2.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 8f77e8a7ced5301af6e22f47302fdbc3b1ff41f2b83c43c77ae5ca041771ddbf argtable2-13.tar.gz 3 | -------------------------------------------------------------------------------- /package/libatasmart/libatasmart.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 61f0ea345f63d28ab2ff0dc352c22271661b66bf09642db3a4049ac9dbdb0f8d libatasmart-0.19.tar.xz 3 | -------------------------------------------------------------------------------- /package/libeXosip2/libeXosip2.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 91da1a084c9ab663afe04b493342e075ad59ac54a1af011c7f2ba4543a923564 libeXosip2-3.6.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/libhdhomerun/libhdhomerun.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 907dfbd1eb82aebd8b09e7c00c21a02433e6baaacf4a4f99aa2511b1d5244baf libhdhomerun_20150826.tgz 3 | -------------------------------------------------------------------------------- /package/libid3tag/libid3tag.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 63da4f6e7997278f8a3fef4c6a372d342f705051d1eeb6a46a86b03610e26151 libid3tag-0.15.1b.tar.gz 3 | -------------------------------------------------------------------------------- /package/libmatroska/libmatroska.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 d3efaa9f6d3964351a05bea0f848a8d5dc570e4791f179816ce9a93730296bd7 libmatroska-1.4.4.tar.bz2 3 | -------------------------------------------------------------------------------- /package/libminiupnpc/libminiupnpc.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 d434ceb8986efbe199c5ca53f90ed53eab290b1e6d0530b717eb6fa49d61f93b miniupnpc-2.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/libmodplug/libmodplug.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 77462d12ee99476c8645cb5511363e3906b88b33a6b54362b4dbc0f39aa2daad libmodplug-0.8.8.5.tar.gz 3 | -------------------------------------------------------------------------------- /package/libseccomp/libseccomp.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 09864282ae579c34bd5ef75ef3487200adfecaa51f5cffc7c7ad1ed2f89f5d6c libseccomp-v2.3.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/libsquish/libsquish.hash: -------------------------------------------------------------------------------- 1 | # From http://sourceforge.net/projects/libsquish/files 2 | sha1 7bcdd7d0f0460a29e25dcdab8dc41a30e58bb366 libsquish-1.13.tgz 3 | -------------------------------------------------------------------------------- /package/libtasn1/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LIBTASN1 2 | bool "libtasn1" 3 | help 4 | ASN.1 library 5 | 6 | http://www.gnu.org/software/libtasn1 7 | -------------------------------------------------------------------------------- /package/libtorrent/libtorrent.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 2838a08c96edfd936aff8fbf99ecbb930c2bfca3337dd1482eb5fccdb80d5a04 libtorrent-0.13.6.tar.gz 3 | -------------------------------------------------------------------------------- /package/linux-fusion/linux-fusion.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 c3c71af364ef774c70d3f6fbc32d14bc786d915df633d6fe733e1fde84ad6e99 linux-fusion-9.0.3.tar.xz 3 | -------------------------------------------------------------------------------- /package/lm-sensors/lm-sensors.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 e0579016081a262dd23eafe1d22b41ebde78921e73a1dcef71e05e424340061f lm_sensors-3.4.0.tar.bz2 3 | -------------------------------------------------------------------------------- /package/lua-cjson/lua-cjson.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 db7af849c555d1a474f729fe4a56b5530e9be7b24749eb7a7c474a7c7207b972 lua-cjson-2.1.0-1.src.rock 3 | -------------------------------------------------------------------------------- /package/luacrypto/luacrypto.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 dc935c923b8851208d5d504b343448a9d5bd3e537bb8657875f12d72155600b8 luacrypto-0.3.2-1.src.rock 3 | -------------------------------------------------------------------------------- /package/luasocket/luasocket.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 453fc1d0e9b6a44bbada4290d565f840a5e96ba2d1b47562ba38bd9c7e82195a luasocket-3.0rc1-1.src.rock 3 | -------------------------------------------------------------------------------- /package/memstat/memstat.hash: -------------------------------------------------------------------------------- 1 | # From http://sourceforge.net/projects/memstattool/files/ 2 | sha1 26071dbc30a2796c0503c7d8060a548ca36f8df9 memstat_1.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/mpc/mpc.hash: -------------------------------------------------------------------------------- 1 | # From http://www.multiprecision.org/index.php?prog=mpc&page=download 2 | sha1 b8be66396c726fdc36ebb0f692ed8a8cca3bcc66 mpc-1.0.3.tar.gz 3 | -------------------------------------------------------------------------------- /package/netsniff-ng/netsniff-ng.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 902661bcdbc129c6a6c1f69a72f921fffc9e765d005568dc153f09ca0097c180 netsniff-ng-v0.6.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/netstat-nat/netstat-nat.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 e945faa283a49f33af15de915a949c9273a230fc17154925364c547adab676ca netstat-nat-1.4.10.tar.gz 3 | -------------------------------------------------------------------------------- /package/nginx-naxsi/nginx-naxsi.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 9cc2c09405bc71f78ef26a8b6d70afcea3fccbe8125df70cb0cfc480133daba5 nginx-naxsi-0.54.tar.gz 3 | -------------------------------------------------------------------------------- /package/ntfs-3g/ntfs-3g.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 d7b72c05e4b3493e6095be789a760c9f5f2b141812d5b885f3190c98802f1ea0 ntfs-3g_ntfsprogs-2016.2.22.tgz 3 | -------------------------------------------------------------------------------- /package/ocf-linux/ocf-linux.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 5113609d2c2c43fde962bec1238fe5a81211a751ebb0337b54a9804d40cfef53 ocf-linux-20120127.tar.gz 3 | -------------------------------------------------------------------------------- /package/openpgm/openpgm.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 ecd48fd0bcfd8351ce6dcf31b063dd8fe83d3dab41bca62a6ebd6880a88c4a69 openpgm-release-5-2-122.tar.gz 3 | -------------------------------------------------------------------------------- /package/portaudio/portaudio.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 8fe024a5f0681e112c6979808f684c3516061cc51d3acc0b726af98fc96c8d57 pa_stable_v19_20140130.tgz 3 | -------------------------------------------------------------------------------- /package/protobuf-c/protobuf-c.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 49340784ca0f8657f38547088731fff3bfe8084adb89bf5e8dbc19ac43339aa6 protobuf-c-v1.1.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/python-ipy/python-ipy.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 edaaa5344893437aa6c1eb9c4ca966eb4b8c071761793839c7b4fc2a837fbeec python-ipy-IPy-0.82a.tar.gz 3 | -------------------------------------------------------------------------------- /package/python-keyring/python-keyring.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 c3f0665ee2d969170dcd6b9e83e76cc7fca2be5a40943700ce2624a0a02f9658 keyring-3.0.5.zip 3 | -------------------------------------------------------------------------------- /package/python-numpy/python-numpy.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 2764d0819acc77e9ff81b060fe7f69530b0d85c26ac9d162639b787cb227d253 numpy-1.8.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/python-pysnmp/python-pysnmp.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 c5d78273f14afc6401b7456f086e7b56baaaa51fa0c39830d159bed611c9d89d pysnmp-4.2.4.tar.gz 3 | -------------------------------------------------------------------------------- /package/python-pyxb/python-pyxb.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 14ced19ecce51e7cd26434446f9bd6b4e309e91806f1f6fc5e21f4ac736aa0de python-pyxb-1.2.4.tar.gz 3 | -------------------------------------------------------------------------------- /package/python-pyzmq/python-pyzmq.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 00e263c26a524f81127247e6f37cbf427eddf3a3657d170cf4865bd522df3914 pyzmq-14.3.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/python-spidev/python-spidev.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 355391e9ad3024950590626b080324394c12e75bb21923dbd56a978a1eac6ac7 spidev-3.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/rabbitmq-c/rabbitmq-c.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 d8ed9dcb49903d83d79d7b227da35ef68c60e5e0b08d0fc1fb4e4dc577b8802b rabbitmq-c-v0.8.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/sdl2_image/sdl2_image.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 3a3eafbceea5125c04be585373bfd8b3a18f259bd7eae3efc4e6d8e60e0d7f64 SDL2_image-2.0.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/sphinxbase/sphinxbase.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 06971dbe272d2f73bde0ef7b3538c0c8f8ea885cb171fd6b17a5975bced66e64 sphinxbase-5prealpha.tar.gz 3 | -------------------------------------------------------------------------------- /package/spi-tools/spi-tools.hash: -------------------------------------------------------------------------------- 1 | # locally computed hash 2 | sha256 72a6c4a9d13011addc61bc3906543cd06f76f567270ae4b6ca4d0115fd6a9538 spi-tools-0.8.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/squeezelite/squeezelite.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 0c844e7714d3f15325629c59ee75e6309763116e61a6b73486b502e2e5cce5fd squeezelite-v1.8.tar.gz 3 | -------------------------------------------------------------------------------- /package/sudo/sudo.hash: -------------------------------------------------------------------------------- 1 | # From: http://www.sudo.ws/download.html 2 | sha256 4316381708324da8b6cb151f655c1a11855207c7c02244d8ffdea5104d7cc308 sudo-1.8.15.tar.gz 3 | -------------------------------------------------------------------------------- /package/sunxi-tools/sunxi-tools.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 2aa0afc21476ee9b03acff20a19f32c522106e61bcbfa1a9463168fe90a85fc5 sunxi-tools-v1.3.tar.gz 3 | -------------------------------------------------------------------------------- /package/supervisor/supervisor.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 e32c546fe8d2a6e079ec4819c49fd24534d4075a58af39118d04367918b3c282 supervisor-3.1.3.tar.gz 3 | -------------------------------------------------------------------------------- /package/thrift/thrift.hash: -------------------------------------------------------------------------------- 1 | # From https://www.apache.org/dist/thrift/0.9.2/thrift-0.9.2.tar.gz.md5 2 | md5 89f63cc4d0100912f4a1f8a9dee63678 thrift-0.9.2.tar.gz 3 | -------------------------------------------------------------------------------- /package/uboot-tools/uboot-tools.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 974fb7225c0af6a721307631f66b81e20dbda82a4d7cc32aba2a625727231253 u-boot-2016.07.tar.bz2 3 | -------------------------------------------------------------------------------- /package/x11r7/xapp_xmag/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XAPP_XMAG 2 | bool "xmag" 3 | select BR2_PACKAGE_XLIB_LIBXAW 4 | help 5 | X.Org xmag application 6 | -------------------------------------------------------------------------------- /package/x11r7/xapp_xset/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XAPP_XSET 2 | bool "xset" 3 | select BR2_PACKAGE_XLIB_LIBXMU 4 | help 5 | X.Org xset application 6 | -------------------------------------------------------------------------------- /package/x11r7/xcb-util/xcb-util.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 c611259c0ab20fd76f79f48f4684843c18ea9c967eba78a45e8b3636315c18c4 xcb-util-0.3.9.tar.bz2 3 | -------------------------------------------------------------------------------- /package/x11r7/xproto_bigreqsproto/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XPROTO_BIGREQSPROTO 2 | bool "bigreqsproto" 3 | help 4 | X.Org BigReqs protocol headers 5 | -------------------------------------------------------------------------------- /package/x11r7/xproto_resourceproto/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XPROTO_RESOURCEPROTO 2 | bool "resourceproto" 3 | help 4 | X.Org Resource protocol headers 5 | -------------------------------------------------------------------------------- /package/x11r7/xproto_windowswmproto/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XPROTO_WINDOWSWMPROTO 2 | bool "windowswmproto" 3 | help 4 | No description available 5 | -------------------------------------------------------------------------------- /package/x11r7/xproto_xf86dgaproto/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XPROTO_XF86DGAPROTO 2 | bool "xf86dgaproto" 3 | help 4 | X.Org XF86DGA protocol headers 5 | -------------------------------------------------------------------------------- /package/x11r7/xproto_xf86driproto/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XPROTO_XF86DRIPROTO 2 | bool "xf86driproto" 3 | help 4 | X.Org XF86DRI protocol headers 5 | -------------------------------------------------------------------------------- /package/x11r7/xproto_xineramaproto/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_XPROTO_XINERAMAPROTO 2 | bool "xineramaproto" 3 | help 4 | X.Org Xinerama protocol headers 5 | -------------------------------------------------------------------------------- /package/xdotool/xdotool.hash: -------------------------------------------------------------------------------- 1 | # locally computed hash 2 | sha256 b097ef0e3897d1a24e3f45f0faed58329742d3d9434b9b46eb97eb1040f999bf xdotool-v3.20150503.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/zip/zip.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated from download (no sig, hash) 2 | sha256 f0e8bb1f9b7eb0b01285495a2699df3a4b766784c1765a8f1aeedf63c0806369 zip30.tgz 3 | -------------------------------------------------------------------------------- /board/firefly/firefly-rk3288/post-build.sh: -------------------------------------------------------------------------------- 1 | BOARD_DIR="$(dirname $0)" 2 | 3 | install -m 0644 -D $BOARD_DIR/extlinux.conf $TARGET_DIR/boot/extlinux/extlinux.conf 4 | -------------------------------------------------------------------------------- /boot/at91bootstrap3/at91bootstrap3.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 ae7bb3f8e631f5216f05fd4650b37f2e76d88d0b893bd680f4f398f33b8f3470 at91bootstrap3-v3.8.tar.gz 3 | -------------------------------------------------------------------------------- /boot/grub2/grub2.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated after checking pgp signature 2 | sha256 784ec38e7edc32239ad75b8e66df04dc8bfb26d88681bc9f627133a6eb85c458 grub-2.00.tar.xz 3 | -------------------------------------------------------------------------------- /docs/manual/download-infra.txt: -------------------------------------------------------------------------------- 1 | // -*- mode:doc; -*- 2 | // vim: set syntax=asciidoc: 3 | 4 | [[download-infra]] 5 | 6 | == Download infrastructure 7 | 8 | TODO 9 | -------------------------------------------------------------------------------- /fs/iso9660/grub.cfg: -------------------------------------------------------------------------------- 1 | set default="0" 2 | set timeout="10" 3 | 4 | menuentry "Buildroot" { 5 | linux __KERNEL_PATH__ root=/dev/sr0 6 | initrd __INITRD_PATH__ 7 | } 8 | -------------------------------------------------------------------------------- /package/alljoyn-base/alljoyn-base.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 742f724b3a06c8fc4039591dba24871755728221ca5dc4afb78ebd9a7e3beb44 alljoyn-base-16.04.00.tar.gz 3 | -------------------------------------------------------------------------------- /package/apache/apache.hash: -------------------------------------------------------------------------------- 1 | # From http://www.apache.org/dist/httpd/httpd-2.4.23.tar.bz2.sha1 2 | sha1 5101be34ac4a509b245adb70a56690a84fcc4e7f httpd-2.4.23.tar.bz2 3 | -------------------------------------------------------------------------------- /package/bcache-tools/bcache-tools.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 d56923936f37287efc57a46315679102ef2c86cd0be5874590320acd48c1201c bcache-tools-v1.0.8.tar.gz 3 | -------------------------------------------------------------------------------- /package/c-ares/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_C_ARES 2 | bool "c-ares" 3 | help 4 | C library for asynchronous DNS requests. 5 | 6 | http://c-ares.haxx.se/ 7 | -------------------------------------------------------------------------------- /package/c-periphery/c-periphery.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 5ae4c3f9de0e64d8153ee58b85c4a5defb9f755c6ae215f11b46719bbbac1335 c-periphery-v1.0.3.tar.gz 3 | -------------------------------------------------------------------------------- /package/comix-cursors/comix-cursors.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 3109e4d19d930a6a2a5c3422ebaaa2002640169118f9b12c042bb64995f3ec31 ComixCursors-0.8.2.tar.bz2 3 | -------------------------------------------------------------------------------- /package/erlang-lager/erlang-lager.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 168a8e48646b04bcee1ab0c97c1ff63563bd7fd25638f1504b8d8f674d2ddd1b erlang-lager-2.2.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/erlang-p1-sip/erlang-p1-sip.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 2d6dfad997931668eb83a0cb127ccca8c51f8a383d76f9dea393c0b3a4eabae7 erlang-p1-sip-1.0.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/erlang-p1-tls/erlang-p1-tls.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 8e8b848a112ff6bf146df34b4f6bc50160a8858a18499a7a6124193b37237a40 erlang-p1-tls-1.0.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/erlang-p1-xml/erlang-p1-xml.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 4c163c5b9572baa93eb97e03544db57dc751c7995a5279081a0d56f5fdaa2521 erlang-p1-xml-1.1.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/erlang-rebar/erlang-rebar.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 aed933d4e60c4f11e0771ccdb4434cccdb9a71cf8b1363d17aaf863988b3ff60 erlang-rebar-2.6.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/font-awesome/font-awesome.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 7813f416057da622b16229b10fef550e1dc64c5bb59871cd38fa86e76dfdbae8 font-awesome-v4.5.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/freescale-imx/imx-codec/imx-codec.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 62bda182143cde9743cba0eb2a1c315a53cb434294605742f9fc364219958888 imx-codec-4.0.9.bin 3 | -------------------------------------------------------------------------------- /package/freescale-imx/libz160/libz160.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 08767eb269a0a30ca0aa3d3b5aa9a53a2d17ed1c24651b7e8cefc7704b883f19 libz160-bin-11.09.01.bin 3 | -------------------------------------------------------------------------------- /package/gmp/gmp.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated after checking pgp signature 2 | sha256 d36e9c05df488ad630fff17edb50051d6432357f9ce04e34a09b3d818825e831 gmp-6.1.1.tar.xz 3 | -------------------------------------------------------------------------------- /package/grep/grep.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated after checking signature 2 | sha256 e21e83bac50450e0d0d61a42c154ee0dceaacdbf4f604ef6e79071cb8e596830 grep-2.25.tar.xz 3 | -------------------------------------------------------------------------------- /package/gsl/gsl.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated after checking pgp signature 2 | sha256 73bc2f51b90d2a780e6d266d43e487b3dbd78945dd0b04b14ca5980fe28d2f53 gsl-1.16.tar.gz 3 | -------------------------------------------------------------------------------- /package/gstreamer/gst-omapfb/gst-omapfb.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 56c719584d7a7ede5fc2053e8d1060f623b226a60672de0faba46fad646658a4 gst-omapfb-v1.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/ibrdtn-tools/ibrdtn-tools.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 eab066cf15f9c322d769c6c9c58adfb474cba7d446fd12e8de5ff6344376795b ibrdtn-tools-1.0.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/intel-microcode/intel-microcode.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 096e39489eef67666be652e81fa372a06b74f39ea3d565dc0287242c668717e7 microcode-20151106.tgz 3 | -------------------------------------------------------------------------------- /package/janus-gateway/janus-gateway.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 4d341a54d3eae5506c3e2409f4a6e4f5159dc4ece3197aaf077d3eb997e69a10 janus-gateway-v0.1.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/jquery-mobile/jquery-mobile.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 7ed156b191dc3e262e3f450aede43adfb738ff0085afed87eb18fe4f43dfc681 jquery.mobile-1.4.3.zip 3 | -------------------------------------------------------------------------------- /package/less/less.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated after checking pgp signature 2 | sha256 3fa38f2cf5e9e040bb44fffaa6c76a84506e379e47f5a04686ab78102090dda5 less-481.tar.gz 3 | -------------------------------------------------------------------------------- /package/libcdaudio/libcdaudio.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 5fdaf9af5ac4f75c0215d000b82b128fd054a582f81cc4f039a1e7fe69335ebb libcdaudio-0.99.12p2.tar.gz 3 | -------------------------------------------------------------------------------- /package/libfastjson/libfastjson.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 fcdca0c4702362de3db3f02c8da05f985b54a9eccd618af41730409b75d10a8f libfastjson-v0.99.2.tar.gz 3 | -------------------------------------------------------------------------------- /package/libhttpparser/libhttpparser.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 a11c5ccb9808496f3de66d54ea1f89271919923307e31c75de2a3a77a6754c97 libhttpparser-v2.6.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/libogg/libogg.hash: -------------------------------------------------------------------------------- 1 | # From: http://www.xiph.org/downloads/ 2 | sha256 3f687ccdd5ac8b52d76328fbbfebc70c459a40ea891dbf3dccb74a210826e79b libogg-1.3.2.tar.xz 3 | -------------------------------------------------------------------------------- /package/libopenh264/libopenh264.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 98077bd5d113c183ce02b678733b0cada2cf36750370579534c4d70f0b6c27b5 libopenh264-v1.5.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/liboping/liboping.hash: -------------------------------------------------------------------------------- 1 | # From http://noping.cc/#download 2 | sha256 44bb1d88b56b88fda5533edb3aa005c69b3cd396f20453a157d7e31e536f3530 liboping-1.9.0.tar.bz2 3 | -------------------------------------------------------------------------------- /package/libphidget/libphidget.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 2d496828a085ada8ff139da9306bd2b8cb987798fee93caf0089dc399195e238 libphidget_2.1.8.20140319.tar.gz 3 | -------------------------------------------------------------------------------- /package/libserialport/libserialport.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 4a2af9d9c3ff488e92fb75b4ba38b35bcf9b8a66df04773eba2a7bbf1fa7529d libserialport-0.1.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/libsocketcan/libsocketcan.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 3c83e386c3fa7673141658472ae0b0e2a9f5849bf52fd9f7b22b04fd98ec7b6e libsocketcan-0.0.10.tar.bz2 3 | -------------------------------------------------------------------------------- /package/libvncserver/libvncserver.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 ed10819a5bfbf269969f97f075939cc38273cc1b6d28bccfb0999fba489411f7 LibVNCServer-0.9.10.tar.gz 3 | -------------------------------------------------------------------------------- /package/lighttpd/lighttpd.hash: -------------------------------------------------------------------------------- 1 | # From http://www.lighttpd.net/ 2 | sha256 4bcc383ef6d6dc7b284f68882d71a178e2986c83c4e85eeb3c8f3b882e346b6c lighttpd-1.4.41.tar.xz 3 | -------------------------------------------------------------------------------- /package/ljlinenoise/ljlinenoise.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 a5fa2a88d8232bd0f97d3af9aafe780cd855830b42a9ab87c9ae2a5697b044a1 ljlinenoise-0.1.2-1.src.rock 3 | -------------------------------------------------------------------------------- /package/lpc3250loader/lpc3250loader.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 267de7541c92e5b007b93c660a41188976d531a3757f4ffd9b7142d3994da7d1 lpc3250loader-1.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/lttng-tools/lttng-tools.hash: -------------------------------------------------------------------------------- 1 | # Locally generated 2 | sha256 0c799fb21dfa42475feaa1507ded934608b2e531039b46c40e944a5b81c7b21c lttng-tools-2.7.1.tar.bz2 3 | -------------------------------------------------------------------------------- /package/lua-csnappy/lua-csnappy.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 3504789c7832f4ed3d7aef47ba9d62940985cde7556284db2233842bfb7d8876 lua-csnappy-0.1.3-1.src.rock 3 | -------------------------------------------------------------------------------- /package/lualogging/lualogging.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 6ca3827c4903814626b96011e17ad99b42ecfa983b605aa75bf58f17e90ed58d lualogging-1.3.0-1.src.rock 3 | -------------------------------------------------------------------------------- /package/m4/m4.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated after checking pgp signature 2 | sha256 f0543c3beb51fa6b3337d8025331591e0e18d8ec2886ed391f1aade43477d508 m4-1.4.17.tar.xz 3 | -------------------------------------------------------------------------------- /package/modem-manager/modem-manager.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 a94f4657a8fa6835e2734fcc6edf20aa8c8d452f62299d7748541021c3eb2445 ModemManager-1.6.0.tar.xz 3 | -------------------------------------------------------------------------------- /package/modplugtools/modplugtools.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 0122d44ea0513b928cf9d463acc886d08a2664579aa96ddeeb270d5c81193a4e modplugtools-0.5.3.tar.gz 3 | -------------------------------------------------------------------------------- /package/monolite/monolite.hash: -------------------------------------------------------------------------------- 1 | # sha256 locally computed 2 | sha256 885270da1b64670bffec9c8df1272ab88ff0b96186d2ebb61bdfa47a5586f987 monolite-140-latest.tar.gz 3 | -------------------------------------------------------------------------------- /package/netperf/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_NETPERF 2 | bool "netperf" 3 | help 4 | Network performance benchmark tool 5 | 6 | http://www.netperf.org/ 7 | -------------------------------------------------------------------------------- /package/on2-8170-libs/on2-8170-libs.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 db7390a13e7c0426894a6f966ecde1f89e6566416088c50729750e800306a2de on2-8170-libs-1.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/opencore-amr/opencore-amr.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 106bf811c1f36444d7671d8fd2589f8b2e0cca58a2c764da62ffc4a070595385 opencore-amr-0.1.3.tar.gz 3 | -------------------------------------------------------------------------------- /package/opengl/libgl/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_HAS_LIBGL 2 | bool 3 | 4 | config BR2_PACKAGE_PROVIDES_LIBGL 5 | depends on BR2_PACKAGE_HAS_LIBGL 6 | string 7 | -------------------------------------------------------------------------------- /package/openvmtools/shutdown: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | #compatibility script for openvmtools 3 | if [ "$1" == "-r" ]; then 4 | /sbin/reboot 5 | else 6 | /sbin/poweroff 7 | fi 8 | -------------------------------------------------------------------------------- /package/pinentry/pinentry.hash: -------------------------------------------------------------------------------- 1 | # From https://www.gnupg.org/download/integrity_check.html 2 | sha1 0c47f0ddea4631bcba01ebbeca8bffe0bf43e440 pinentry-0.9.4.tar.bz2 3 | -------------------------------------------------------------------------------- /package/powervr/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_HAS_POWERVR 2 | bool 3 | 4 | config BR2_PACKAGE_PROVIDES_POWERVR 5 | depends on BR2_PACKAGE_HAS_POWERVR 6 | string 7 | -------------------------------------------------------------------------------- /package/proxychains-ng/proxychains-ng.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 859a717e18ed88c9291078a6ed8748dfe95c61220993203890fef8a04d28dda5 proxychains-4.6.tar.bz2 3 | -------------------------------------------------------------------------------- /package/pv/pv.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated after checking pgp signature 2 | sha256 0ece824e0da27b384d11d1de371f20cafac465e038041adab57fcf4b5036ef8d pv-1.6.0.tar.bz2 3 | -------------------------------------------------------------------------------- /package/python-crc16/python-crc16.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 10aeda70fbe8b284874b3b1b8f74b9c1f6d5e8dee20ac8f9d5bc49f45f12a42a python-crc16-0.1.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/python-daemon/python-daemon.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 1406962e48ce03642c6057f40f9ffd49493792a7b34357fe9e264708748c83c0 python-daemon-1.5.5.tar.gz 3 | -------------------------------------------------------------------------------- /package/python-docopt/python-docopt.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 2113eed1e7fbbcd43fb7ee6a977fb02d0b482753586c9dc1a8e3b7d541426e99 python-docopt-0.6.2.tar.gz 3 | -------------------------------------------------------------------------------- /package/python-dpkt/python-dpkt.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 33a98fd44eb0b6dfa6790c0fcef4d7e73a5cc12a664ea3c30f4d3c2b95f5efc4 python-dpkt-1.8.r98.tar.gz 3 | --------------------------------------------------------------------------------