├── 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 │ └── fonts │ │ └── glyphicons-halflings-regular.woff └── 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 │ ├── hosts │ ├── profile.d │ └── umask.sh │ └── resolv.conf ├── board ├── digilent │ └── zybo │ │ └── system.bit ├── raspberrypi0 ├── raspberrypi2 ├── raspberrypi3 ├── bcm │ ├── index.html │ ├── bcm7252_defconfig │ ├── uclibc-ng-bcm-extra.config │ ├── bcm_base_defconfig │ └── vss.txt ├── warp7 │ └── linux.fragment ├── orangepi │ ├── orangepi-one │ │ ├── post-build.sh │ │ └── post-image.sh │ └── orangepi-pc │ │ ├── post-build.sh │ │ └── post-image.sh ├── qemu │ └── x86 │ │ └── linux-4.9.config ├── intel │ ├── intelce │ │ └── horizon │ │ │ ├── app_start.cfg │ │ │ ├── usb_script.sh │ │ │ └── webbridge-stub │ └── galileo │ │ ├── rootfs_overlay │ │ └── etc │ │ │ └── modules-load.galileo │ │ │ ├── galileo.conf │ │ │ └── galileo_gen2.conf │ │ └── post-build.sh ├── udoo │ └── mx6qdl │ │ └── linux.fragment ├── freescale │ ├── warpboard │ │ └── linux.fragment │ └── imx31_3stack │ │ └── linux.fragment ├── technexion │ └── imx6ulpico │ │ └── linux.fragment ├── chromebook │ └── snow │ │ ├── linux-4.6.fragment │ │ └── kernel.args ├── raspberrypi │ └── cmdline.txt ├── telit │ └── evk-pro3 │ │ └── barebox.fragment ├── roseapplepi │ └── uEnv.txt ├── technologic │ └── ts4800 │ │ └── linux.fragment ├── eos │ └── post-image.sh └── firefly │ └── firefly-rk3288 │ └── post-build.sh ├── package ├── graphite2 │ └── 1.2.4 │ │ └── .empty ├── mysensors │ └── vars.sh ├── gcc │ ├── gcc-final │ │ └── gcc-final.hash │ └── gcc-initial │ │ └── gcc-initial.hash ├── kylin │ └── kylin.mk ├── audit │ ├── audit_tmpfiles.conf │ └── audit.hash ├── fluxbox │ ├── xsession │ └── fluxbox.hash ├── mesa3d-headers │ └── mesa3d-headers.hash ├── gstreamer │ ├── gstreamer.mk │ └── gst-dsp │ │ └── gst-dsp.hash ├── lora-net │ ├── lora-net.mk │ └── Config.in ├── synaptics │ ├── synaptics.mk │ └── Config.in ├── gstreamer1 │ ├── gstreamer1.mk │ └── gst1-common │ │ └── Config.in ├── python-protobuf │ └── python-protobuf.hash ├── qt │ └── powervr.ini ├── avahi │ ├── avahi_tmpfiles.conf │ └── avahi.hash ├── linux-headers │ └── Config.in ├── opengl │ └── opengl.mk ├── x11r7 │ ├── x11r7.mk │ ├── xcursor-transparent-theme │ │ └── index.theme │ ├── mcookie │ │ ├── mcookie.c │ │ └── Config.in │ ├── xlib_xtrans │ │ └── 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 ├── cargo │ ├── config.in │ └── cargo.in ├── wpe │ ├── wpe.mk │ └── wpeframework-cobalt │ │ └── Config.in ├── icu │ └── 58.2 │ │ └── 0004-link-icudata-as-data-only.patch ├── musl-compat-headers │ └── Config.in ├── libfprint │ └── libfprint.hash ├── mkpasswd │ └── Config.in.host ├── tz │ └── Config.in ├── wpa_supplicant │ └── wpa_supplicant.conf ├── nghttp2 │ └── Config.in ├── systemd │ ├── dhcp.network │ └── systemd.hash ├── linux-fusion │ ├── 40-fusion.rules │ └── linux-fusion.hash ├── atftp │ └── atftp.hash ├── vboot-utils │ └── vboot-utils.hash ├── amd-catalyst │ └── 20-fglrx.conf ├── icudata │ └── Config.in ├── liba52 │ └── Config.in ├── rpi-firmware │ ├── cmdline.txt-0 │ └── cmdline.txt-1 ├── sngrep │ └── sngrep.hash ├── fan-ctrl │ └── fan-ctrl.hash ├── iodine │ └── iodine.hash ├── libglob │ ├── Config.in │ └── libglob.hash ├── libpciaccess │ └── Config.in ├── qt5cinex │ └── CinematicExperience-demo ├── ubus │ └── ubus.hash ├── bsdiff │ └── bsdiff.hash ├── bzip2 │ └── bzip2.hash ├── libgeotiff │ └── libgeotiff.hash ├── liblockfile │ └── Config.in ├── ninja │ ├── Config.in │ └── ninja.hash ├── nouveau-drm │ └── Config.in ├── uhttpd │ └── uhttpd.hash ├── atf │ └── atf.hash ├── cgic │ ├── cgic.hash │ └── Config.in ├── fbv │ └── fbv.hash ├── fftw │ └── fftw.hash ├── fis │ └── Config.in ├── gd │ └── gd.hash ├── go │ └── go.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 ├── mpv │ └── mpv.hash ├── pound │ └── pound.hash ├── s6 │ └── s6.hash ├── skeleton │ └── Config.in ├── sl │ └── sl.hash ├── szip │ └── szip.hash ├── tree │ └── tree.hash ├── ucl │ └── ucl.hash ├── unscd │ └── unscd.hash ├── unzip │ └── unzip.hash ├── xen │ └── xen.hash ├── atop │ └── atop.hash ├── axel │ └── axel.hash ├── bc │ └── bc.hash ├── bdwgc │ └── bdwgc.hash ├── blktrace │ └── blktrace.hash ├── bmon │ └── bmon.hash ├── check │ └── check.hash ├── cloog │ └── cloog.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 ├── glm │ └── glm.hash ├── glog │ └── glog.hash ├── gmpc │ └── gmpc.hash ├── gob2 │ └── gob2.hash ├── gpm │ └── gpm.hash ├── gpsd │ └── gpsd.hash ├── gqrx │ └── gqrx.hash ├── iotop │ └── iotop.hash ├── iozone │ └── iozone.hash ├── kyua │ └── kyua.hash ├── lame │ └── lame.hash ├── libev │ └── libev.hash ├── libva │ └── libva.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 ├── norm │ └── norm.hash ├── nvme │ └── nvme.hash ├── ola │ └── ola.hash ├── popt │ └── popt.hash ├── ptpd │ └── ptpd.hash ├── qjson │ └── qjson.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 ├── tor │ └── tor.hash ├── vde2 │ └── vde2.hash ├── vim │ └── vim.hash ├── vtun │ └── vtun.hash ├── wipe │ └── wipe.hash ├── x265 │ └── x265.hash ├── xutil_util-macros │ └── Config.in ├── xvkbd │ └── xvkbd.hash ├── yajl │ └── yajl.hash ├── yasm │ └── yasm.hash ├── ympd │ └── ympd.hash ├── znc │ └── znc.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 ├── cjson │ └── cjson.hash ├── clamav │ └── clamav.hash ├── cramfs │ └── cramfs.hash ├── cryptopp │ └── cryptopp.hash ├── cxxtest │ └── cxxtest.hash ├── dado │ └── dado.hash ├── dillo │ └── dillo.hash ├── dmalloc │ └── dmalloc.hash ├── docker │ └── docker.hash ├── dstat │ └── dstat.hash ├── dtach │ └── dtach.hash ├── eeprog │ └── eeprog.hash ├── efivar │ └── efivar.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 ├── inadyn │ └── inadyn.hash ├── initscripts │ └── Config.in ├── iostat │ └── iostat.hash ├── jamvm │ └── jamvm.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 ├── libglfw │ └── libglfw.hash ├── libglu │ └── libglu.hash ├── libgsm │ └── libgsm.hash ├── libhid │ └── libhid.hash ├── libite │ └── libite.hash ├── libjson │ └── libjson.hash ├── libmms │ └── libmms.hash ├── libndp │ └── libndp.hash ├── libnfc │ └── libnfc.hash ├── libsoc │ └── libsoc.hash ├── libucl │ └── libucl.hash ├── libusrsctp │ └── Config.in ├── 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 ├── lugaru │ └── lugaru.hash ├── lunit │ └── lunit.hash ├── luvi │ └── luvi.hash ├── lzlib │ └── lzlib.hash ├── matchbox-lib │ └── Config.in ├── mcrypt │ └── mcrypt.hash ├── mimic │ └── mimic.hash ├── moarvm │ └── moarvm.hash ├── mtdev │ └── mtdev.hash ├── mxml │ └── Config.in ├── nanocom │ └── nanocom.hash ├── ncftp │ └── ncftp.hash ├── netcat │ └── netcat.hash ├── newt │ └── newt.hash ├── nfs-utils │ └── nfs-utils_env.sh ├── ngrep │ └── ngrep.hash ├── nodm │ └── nodm.hash ├── noip │ └── noip.hash ├── ortp │ └── ortp.hash ├── p910nd │ └── p910nd.hash ├── php-amqp │ └── php-amqp.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 ├── rust │ └── rust.hash ├── s6-dns │ └── s6-dns.hash ├── s6-rc │ └── s6-rc.hash ├── samba4 │ └── samba4.hash ├── scons │ └── scons.hash ├── sdparm │ └── sdparm.hash ├── ser2net │ └── ser2net.hash ├── smack │ └── smack.hash ├── snmppp │ └── snmppp.hash ├── spice │ └── spice.hash ├── sredird │ └── sredird.hash ├── sslh │ └── sslh.hash ├── tclap │ └── tclap.hash ├── tcllib │ └── tcllib.hash ├── tditracer │ └── Config.in ├── tovid │ └── tovid.hash ├── tunctl │ └── tunctl.hash ├── udisks │ └── udisks.hash ├── unrar │ └── unrar.hash ├── vnstat │ └── vnstat.hash ├── webp │ └── webp.hash ├── whetstone │ └── whetstone.hash ├── wmctrl │ └── wmctrl.hash ├── xl2tp │ └── xl2tp.hash ├── xorriso │ └── xorriso.hash ├── xvisor │ └── xvisor.hash ├── xxhash │ └── xxhash.hash ├── zmqpp │ └── zmqpp.hash ├── a10disp │ └── a10disp.hash ├── aampabr │ └── Config.in ├── aespipe │ └── aespipe.hash ├── agentpp │ └── agentpp.hash ├── angularjs │ └── angularjs.hash ├── apitrace │ └── apitrace.hash ├── benejson │ └── benejson.hash ├── bullet │ └── bullet.hash ├── bwm-ng │ └── bwm-ng.hash ├── cegui06 │ └── cegui06.hash ├── cgilua │ └── cgilua.hash ├── civetweb │ └── civetweb.hash ├── clapack │ └── clapack.hash ├── copas │ └── copas.hash ├── cpuload │ └── cpuload.hash ├── cups │ └── cups.hash ├── dhcpdump │ └── dhcpdump.hash ├── directfb │ └── directfb.hash ├── domoticz │ └── domoticz.hash ├── exfat │ └── exfat.hash ├── expat │ └── Config.in ├── fconfig │ └── fconfig.hash ├── fdk-aac │ └── fdk-aac.hash ├── flashrom │ └── flashrom.hash ├── fmlib │ └── fmlib.hash ├── freescale-imx │ ├── firmware-imx │ │ └── firmware-imx.hash │ ├── imx-gpu-viv │ │ └── imx-gpu-viv.hash │ ├── imx-lib │ │ └── imx-lib.hash │ └── imx-vpu │ │ └── imx-vpu.hash ├── fwup │ └── fwup.hash ├── fxload │ └── fxload.hash ├── genimage │ └── genimage.hash ├── genpart │ └── genpart.hash ├── gtest │ └── gtest.hash ├── gtkperf │ └── gtkperf.hash ├── hiawatha │ └── hiawatha.hash ├── hiredis │ └── hiredis.hash ├── hostapd │ └── hostapd.hash ├── hwloc │ └── hwloc.hash ├── ibrdtn │ └── ibrdtn.hash ├── ibrdtnd │ └── ibrdtnd.hash ├── ifplugd │ └── ifplugd.hash ├── intelce-sdk │ ├── intelce-sdk │ │ └── Config.in │ └── package │ │ └── intelce-8051_SDK │ │ └── Config.in ├── jasper │ ├── jasper.hash │ └── Config.in ├── jsoncpp │ └── jsoncpp.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 ├── libgpiod │ └── libgpiod.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 ├── mongodb │ └── mongodb.hash ├── mongoose │ └── mongoose.hash ├── mono │ └── mono.hash ├── mrouted │ └── mrouted.hash ├── msgpack │ └── msgpack.hash ├── msr-tools │ └── msr-tools.hash ├── netperf │ └── netperf.hash ├── netplug │ └── netplug.hash ├── nss-mdns │ └── nss-mdns.hash ├── openbox │ └── openbox.hash ├── opencv │ └── opencv.hash ├── opencv3 │ └── opencv3.hash ├── openjpeg │ └── openjpeg.hash ├── openvpn │ └── openvpn.hash ├── orbit │ └── orbit.hash ├── patchelf │ └── patchelf.hash ├── peervpn │ └── peervpn.hash ├── php-yaml │ └── php-yaml.hash ├── picocom │ └── picocom.hash ├── pkgconf │ └── pkgconf.hash ├── poppler │ └── poppler.hash ├── pugixml │ └── pugixml.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 ├── sdk │ └── Config.in ├── sdl_net │ └── sdl_net.hash ├── sdl_ttf │ └── sdl_ttf.hash ├── shapelib │ └── shapelib.hash ├── simicsfs │ └── simicsfs.hash ├── sispmctl │ └── sispmctl.hash ├── skalibs │ └── skalibs.hash ├── sshpass │ └── sshpass.hash ├── stella │ └── stella.hash ├── synergy │ └── synergy.hash ├── sysdig │ └── sysdig.hash ├── sysprof │ └── sysprof.hash ├── taglib │ └── taglib.hash ├── tegrarcm │ └── tegrarcm.hash ├── tinyalsa │ └── tinyalsa.hash ├── tinydtls │ └── tinydtls.hash ├── tinyxml │ └── tinyxml.hash ├── tinyxml2 │ └── tinyxml2.hash ├── tn5250 │ └── tn5250.hash ├── trinity │ └── trinity.hash ├── twolame │ └── twolame.hash ├── upower │ └── upower.hash ├── ushare │ └── ushare.hash ├── vala │ └── vala-wrapper ├── valgrind │ └── valgrind.hash ├── w_scan │ └── w_scan.hash ├── wavemon │ └── wavemon.hash ├── wiringpi │ └── wiringpi.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 ├── bctoolbox │ └── bctoolbox.hash ├── beecrypt │ └── beecrypt.hash ├── berkeleydb │ └── berkeleydb.hash ├── bootutils │ └── bootutils.hash ├── cbootimage │ └── cbootimage.hash ├── celt051 │ └── celt051.hash ├── coxpcall │ └── coxpcall.hash ├── curlftpfs │ └── curlftpfs.hash ├── darkhttpd │ └── darkhttpd.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 ├── execline │ └── execline.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 ├── 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 ├── 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 ├── libscrypt │ └── libscrypt.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 ├── logrotate │ └── logrotate.hash ├── logsurfer │ └── logsurfer.hash ├── lsqlite3 │ └── lsqlite3.hash ├── lua-bit32 │ └── lua-bit32.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 ├── memtool │ └── memtool.hash ├── mongrel2 │ └── mongrel2.hash ├── motion │ └── motion.hash ├── odhcploc │ └── odhcploc.hash ├── ohnet │ └── ohnet.hash ├── openswan │ └── openswan.hash ├── opentyrian-data │ └── opentyrian-data.hash ├── owl-linux │ └── owl-linux.hash ├── pax-utils │ └── pax-utils.hash ├── pcsc-lite │ └── pcsc-lite.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-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 ├── turbolua │ └── turbolua.hash ├── udev │ └── Config.in ├── udpcast │ └── udpcast.hash ├── udpxy │ └── udpxy.hash ├── usbredir │ └── usbredir.hash ├── ussp-push │ └── ussp-push.hash ├── vo-aacenc │ └── vo-aacenc.hash ├── xavante │ └── xavante.hash ├── xinetd │ └── xinetd.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 ├── efibootmgr │ └── efibootmgr.hash ├── exfat-utils │ └── exfat-utils.hash ├── gadgetfs-test │ └── gadgetfs-test.hash ├── gesftpserver │ └── gesftpserver.hash ├── gnuchess │ └── gnuchess.hash ├── gutenprint │ └── gutenprint.hash ├── irda-utils │ └── irda-utils.hash ├── irqbalance │ └── irqbalance.hash ├── lbreakout2 │ └── lbreakout2.hash ├── libarchive │ └── libarchive.hash ├── libargtable2 │ └── libargtable2.hash ├── libatasmart │ └── libatasmart.hash ├── libeXosip2 │ └── libeXosip2.hash ├── libgcrypt │ └── libgcrypt.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 ├── lua-cjson │ └── lua-cjson.hash ├── luacrypto │ └── luacrypto.hash ├── luasocket │ └── luasocket.hash ├── memstat │ └── memstat.hash ├── micropython │ └── micropython.hash ├── netsniff-ng │ └── netsniff-ng.hash ├── netstat-nat │ └── netstat-nat.hash ├── nginx-naxsi │ └── nginx-naxsi.hash ├── ocf-linux │ └── ocf-linux.hash ├── openpgm │ └── openpgm.hash ├── opkg-utils │ └── opkg-utils.hash ├── php-imagick │ └── php-imagick.hash ├── protobuf-c │ └── protobuf-c.hash ├── python-keyring │ └── python-keyring.hash ├── python-numpy │ └── python-numpy.hash ├── python-toml │ └── python-toml.hash ├── rabbitmq-c │ └── rabbitmq-c.hash ├── sdl2_image │ └── sdl2_image.hash ├── sphinxbase │ └── sphinxbase.hash ├── spi-tools │ └── spi-tools.hash ├── squeezelite │ └── squeezelite.hash ├── supervisor │ └── supervisor.hash ├── thrift │ └── thrift.hash ├── uboot-tools │ └── uboot-tools.hash ├── xdotool │ └── xdotool.hash ├── zip │ └── zip.hash ├── acpica │ └── acpica.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 ├── 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 ├── .gitignore ├── support └── kconfig │ ├── lxdialog │ └── .gitignore │ └── .gitignore ├── arch ├── Config.in.or1k └── 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/digilent/zybo/system.bit: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /board/raspberrypi0: -------------------------------------------------------------------------------- 1 | raspberrypi -------------------------------------------------------------------------------- /board/raspberrypi2: -------------------------------------------------------------------------------- 1 | raspberrypi -------------------------------------------------------------------------------- /board/raspberrypi3: -------------------------------------------------------------------------------- 1 | raspberrypi -------------------------------------------------------------------------------- /package/graphite2/1.2.4/.empty: -------------------------------------------------------------------------------- 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 -------------------------------------------------------------------------------- /system/skeleton/var/lib/misc: -------------------------------------------------------------------------------- 1 | ../../tmp -------------------------------------------------------------------------------- /package/mysensors/vars.sh: -------------------------------------------------------------------------------- 1 | VERBOSE=yes 2 | -------------------------------------------------------------------------------- /system/skeleton/etc/mtab: -------------------------------------------------------------------------------- 1 | ../proc/self/mounts -------------------------------------------------------------------------------- /board/bcm/index.html: -------------------------------------------------------------------------------- 1 | ../raspberrypi/index.html -------------------------------------------------------------------------------- /boot/barebox/barebox/barebox.hash: -------------------------------------------------------------------------------- 1 | ../barebox.hash -------------------------------------------------------------------------------- /package/gcc/gcc-final/gcc-final.hash: -------------------------------------------------------------------------------- 1 | ../gcc.hash -------------------------------------------------------------------------------- /board/bcm/bcm7252_defconfig: -------------------------------------------------------------------------------- 1 | CONFIG_BCM7439B0=y 2 | -------------------------------------------------------------------------------- /board/warp7/linux.fragment: -------------------------------------------------------------------------------- 1 | CONFIG_CFG80211_WEXT=y 2 | -------------------------------------------------------------------------------- /package/gcc/gcc-initial/gcc-initial.hash: -------------------------------------------------------------------------------- 1 | ../gcc.hash -------------------------------------------------------------------------------- /system/skeleton/etc/hosts: -------------------------------------------------------------------------------- 1 | 127.0.0.1 localhost 2 | -------------------------------------------------------------------------------- /system/skeleton/etc/profile.d/umask.sh: -------------------------------------------------------------------------------- 1 | umask 022 2 | -------------------------------------------------------------------------------- /system/skeleton/etc/resolv.conf: -------------------------------------------------------------------------------- 1 | ../tmp/resolv.conf -------------------------------------------------------------------------------- /board/orangepi/orangepi-one/post-build.sh: -------------------------------------------------------------------------------- 1 | ../post-build.sh -------------------------------------------------------------------------------- /board/orangepi/orangepi-one/post-image.sh: -------------------------------------------------------------------------------- 1 | ../post-image.sh -------------------------------------------------------------------------------- /board/orangepi/orangepi-pc/post-build.sh: -------------------------------------------------------------------------------- 1 | ../post-build.sh -------------------------------------------------------------------------------- /board/orangepi/orangepi-pc/post-image.sh: -------------------------------------------------------------------------------- 1 | ../post-image.sh -------------------------------------------------------------------------------- /board/qemu/x86/linux-4.9.config: -------------------------------------------------------------------------------- 1 | ../x86_64/linux-4.9.config -------------------------------------------------------------------------------- /boot/barebox/barebox-aux/barebox-aux.hash: -------------------------------------------------------------------------------- 1 | ../barebox.hash -------------------------------------------------------------------------------- /boot/common.mk: -------------------------------------------------------------------------------- 1 | include $(sort $(wildcard boot/*/*.mk)) 2 | -------------------------------------------------------------------------------- /package/kylin/kylin.mk: -------------------------------------------------------------------------------- 1 | include package/kylin/*/*.mk 2 | -------------------------------------------------------------------------------- /board/bcm/uclibc-ng-bcm-extra.config: -------------------------------------------------------------------------------- 1 | UCLIBC_HAS_BACKTRACE=y 2 | -------------------------------------------------------------------------------- /board/intel/intelce/horizon/app_start.cfg: -------------------------------------------------------------------------------- 1 | USBLOG=YES 2 | 3 | -------------------------------------------------------------------------------- /board/udoo/mx6qdl/linux.fragment: -------------------------------------------------------------------------------- 1 | # CONFIG_USB is not set 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/lora-net/lora-net.mk: -------------------------------------------------------------------------------- 1 | include package/lora-net/*/*.mk 2 | -------------------------------------------------------------------------------- /package/synaptics/synaptics.mk: -------------------------------------------------------------------------------- 1 | include package/synaptics/*/*.mk 2 | -------------------------------------------------------------------------------- /board/technexion/imx6ulpico/linux.fragment: -------------------------------------------------------------------------------- 1 | CONFIG_CFG80211_WEXT=y 2 | -------------------------------------------------------------------------------- /package/gstreamer1/gstreamer1.mk: -------------------------------------------------------------------------------- 1 | include package/gstreamer1/*/*.mk 2 | -------------------------------------------------------------------------------- /package/python-protobuf/python-protobuf.hash: -------------------------------------------------------------------------------- 1 | ../protobuf/protobuf.hash -------------------------------------------------------------------------------- /package/qt/powervr.ini: -------------------------------------------------------------------------------- 1 | [default] 2 | WindowSystem=libpvrQWSWSEGL.so.1 3 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | local.mk 2 | dl/ 3 | dl 4 | output*/ 5 | .config* 6 | ..config* 7 | -------------------------------------------------------------------------------- /board/freescale/imx31_3stack/linux.fragment: -------------------------------------------------------------------------------- 1 | # CONFIG_FB_MXS is not set 2 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /board/intel/intelce/horizon/usb_script.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | rdate time.nist.gov 3 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /package/cargo/config.in: -------------------------------------------------------------------------------- 1 | [target.@RUST_TARGET_NAME@] 2 | linker = "@CROSS_PREFIX@gcc" 3 | -------------------------------------------------------------------------------- /package/wpe/wpe.mk: -------------------------------------------------------------------------------- 1 | include package/wpe/*/*.mk 2 | include package/wpe/*/*/*.mk 3 | 4 | -------------------------------------------------------------------------------- /board/raspberrypi/cmdline.txt: -------------------------------------------------------------------------------- 1 | vt.global_cursor_default=0 root=/dev/mmcblk0p2 rootwait 2 | -------------------------------------------------------------------------------- /board/telit/evk-pro3/barebox.fragment: -------------------------------------------------------------------------------- 1 | CONFIG_WATCHDOG=y 2 | CONFIG_WATCHDOG_AT91SAM9X=y 3 | -------------------------------------------------------------------------------- /package/icu/58.2/0004-link-icudata-as-data-only.patch: -------------------------------------------------------------------------------- 1 | ../0004-link-icudata-as-data-only.patch -------------------------------------------------------------------------------- /package/musl-compat-headers/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_MUSL_COMPAT_HEADERS 2 | bool 3 | -------------------------------------------------------------------------------- /package/libfprint/libfprint.hash: -------------------------------------------------------------------------------- 1 | md5 f52ac662d89fb82a441dacb0bac36c13 libfprint-0.5.1.tar.xz 2 | -------------------------------------------------------------------------------- /package/mkpasswd/Config.in.host: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_HOST_MKPASSWD 2 | bool "host mkpasswd" 3 | -------------------------------------------------------------------------------- /board/bcm/bcm_base_defconfig: -------------------------------------------------------------------------------- 1 | CONFIG_INPUT_MISC=y 2 | CONFIG_INPUT_UINPUT=y 3 | CONFIG_INPUT_EVDEV=y -------------------------------------------------------------------------------- /package/gstreamer1/gst1-common/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_GST1_COMMON 2 | bool "gst1-common" 3 | -------------------------------------------------------------------------------- /package/tz/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_TZ 2 | bool 3 | help 4 | Timezone info for uClibc. 5 | -------------------------------------------------------------------------------- /package/wpa_supplicant/wpa_supplicant.conf: -------------------------------------------------------------------------------- 1 | ctrl_interface=/var/run/wpa_supplicant 2 | ap_scan=1 3 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /arch/Config.in.or1k: -------------------------------------------------------------------------------- 1 | config BR2_ARCH 2 | default "or1k" 3 | 4 | config BR2_ENDIAN 5 | default "BIG" 6 | -------------------------------------------------------------------------------- /board/chromebook/snow/kernel.args: -------------------------------------------------------------------------------- 1 | console=tty1 clk_ignore_unused root=/dev/mmcblk1p2 rootfstype=ext4 ro 2 | -------------------------------------------------------------------------------- /boot/grub/splash.xpm.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamDecrock/wpe-buildroot/HEAD/boot/grub/splash.xpm.gz -------------------------------------------------------------------------------- /docs/website/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamDecrock/wpe-buildroot/HEAD/docs/website/favicon.ico -------------------------------------------------------------------------------- /package/nghttp2/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_NGHTTP2 2 | bool "nghttp2" 3 | help 4 | nghttp2 5 | 6 | -------------------------------------------------------------------------------- /package/systemd/dhcp.network: -------------------------------------------------------------------------------- 1 | [Match] 2 | Name=SYSTEMD_NETWORKD_DHCP_IFACE 3 | [Network] 4 | DHCP=ipv4 5 | -------------------------------------------------------------------------------- /arch/Config.in.nios2: -------------------------------------------------------------------------------- 1 | config BR2_ARCH 2 | default "nios2" 3 | 4 | config BR2_ENDIAN 5 | default "LITTLE" 6 | -------------------------------------------------------------------------------- /package/cargo/cargo.in: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | LD_LIBRARY_PATH=@HOST_DIR@/usr/lib exec $(dirname $0)/cargo.real "$@" 3 | -------------------------------------------------------------------------------- /package/linux-fusion/40-fusion.rules: -------------------------------------------------------------------------------- 1 | KERNEL=="fusion[0-9]*", NAME="fusion/%n", GROUP="video", MODE="0660" 2 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /docs/website/images/email.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamDecrock/wpe-buildroot/HEAD/docs/website/images/email.png -------------------------------------------------------------------------------- /docs/website/images/gift.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamDecrock/wpe-buildroot/HEAD/docs/website/images/gift.png -------------------------------------------------------------------------------- /docs/website/images/irc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamDecrock/wpe-buildroot/HEAD/docs/website/images/irc.png -------------------------------------------------------------------------------- /docs/website/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamDecrock/wpe-buildroot/HEAD/docs/website/images/logo.png -------------------------------------------------------------------------------- /docs/website/images/logo.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamDecrock/wpe-buildroot/HEAD/docs/website/images/logo.xcf -------------------------------------------------------------------------------- /docs/website/images/text.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamDecrock/wpe-buildroot/HEAD/docs/website/images/text.png -------------------------------------------------------------------------------- /docs/website/images/zip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamDecrock/wpe-buildroot/HEAD/docs/website/images/zip.png -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /docs/website/images/browser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamDecrock/wpe-buildroot/HEAD/docs/website/images/browser.png -------------------------------------------------------------------------------- /docs/website/images/hammer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamDecrock/wpe-buildroot/HEAD/docs/website/images/hammer.png -------------------------------------------------------------------------------- /docs/website/images/nconfig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamDecrock/wpe-buildroot/HEAD/docs/website/images/nconfig.png -------------------------------------------------------------------------------- /docs/website/images/package.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamDecrock/wpe-buildroot/HEAD/docs/website/images/package.png -------------------------------------------------------------------------------- /docs/website/images/xconfig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamDecrock/wpe-buildroot/HEAD/docs/website/images/xconfig.png -------------------------------------------------------------------------------- /package/amd-catalyst/20-fglrx.conf: -------------------------------------------------------------------------------- 1 | Section "Device" 2 | Identifier "AMD Radeon GPU" 3 | Driver "fglrx" 4 | EndSection 5 | -------------------------------------------------------------------------------- /package/icudata/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_ICUDATA 2 | bool "icudata" 3 | depends on BR2_PACKAGE_ICU_USE_ICUDATA 4 | -------------------------------------------------------------------------------- /package/liba52/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LIBA52 2 | bool "liba52" 3 | help 4 | http://liba52.sourceforge.net/ 5 | -------------------------------------------------------------------------------- /package/rpi-firmware/cmdline.txt-0: -------------------------------------------------------------------------------- 1 | vt.global_cursor_default=0 root=/dev/mmcblk0p2 rootwait console=ttyAMA0,115200 quiet 2 | -------------------------------------------------------------------------------- /package/rpi-firmware/cmdline.txt-1: -------------------------------------------------------------------------------- 1 | vt.global_cursor_default=0 root=/dev/mmcblk1p2 rootwait console=ttyAMA0,115200 quiet 2 | -------------------------------------------------------------------------------- /package/sngrep/sngrep.hash: -------------------------------------------------------------------------------- 1 | sha256 30fbfb4f90ed8805194b39683a8a2ed465776ffd60df4482bd029d63b316b3f1 sngrep-v1.4.2.tar.gz 2 | -------------------------------------------------------------------------------- /package/x11r7/mcookie/mcookie.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamDecrock/wpe-buildroot/HEAD/package/x11r7/mcookie/mcookie.c -------------------------------------------------------------------------------- /board/technologic/ts4800/linux.fragment: -------------------------------------------------------------------------------- 1 | CONFIG_TOUCHSCREEN_TS4800=y 2 | CONFIG_TS4800_WATCHDOG=y 3 | CONFIG_TS4800_IRQ=y 4 | -------------------------------------------------------------------------------- /docs/website/images/bug-buddy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamDecrock/wpe-buildroot/HEAD/docs/website/images/bug-buddy.png -------------------------------------------------------------------------------- /docs/website/images/calao-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamDecrock/wpe-buildroot/HEAD/docs/website/images/calao-logo.png -------------------------------------------------------------------------------- /docs/website/images/logo_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamDecrock/wpe-buildroot/HEAD/docs/website/images/logo_small.png -------------------------------------------------------------------------------- /docs/website/images/menuconfig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamDecrock/wpe-buildroot/HEAD/docs/website/images/menuconfig.png -------------------------------------------------------------------------------- /docs/website/images/mind-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamDecrock/wpe-buildroot/HEAD/docs/website/images/mind-logo.png -------------------------------------------------------------------------------- /docs/website/images/pdf-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamDecrock/wpe-buildroot/HEAD/docs/website/images/pdf-icon.png -------------------------------------------------------------------------------- /docs/website/images/tux-flat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamDecrock/wpe-buildroot/HEAD/docs/website/images/tux-flat.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/libglob/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LIBGLOB 2 | bool "libglob" 3 | help 4 | OpenBSD implementation of glob(3). 5 | -------------------------------------------------------------------------------- /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/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 | -------------------------------------------------------------------------------- /boot/grub/grub.400-nic_update2.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamDecrock/wpe-buildroot/HEAD/boot/grub/grub.400-nic_update2.patch -------------------------------------------------------------------------------- /docs/website/images/fluendo-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamDecrock/wpe-buildroot/HEAD/docs/website/images/fluendo-logo.png -------------------------------------------------------------------------------- /docs/website/images/google-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamDecrock/wpe-buildroot/HEAD/docs/website/images/google-logo.png -------------------------------------------------------------------------------- /docs/website/images/imgtec-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamDecrock/wpe-buildroot/HEAD/docs/website/images/imgtec-logo.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/ninja/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_NINJA 2 | bool "ninja" 3 | help 4 | Enables faster incremental builds of WebKit. 5 | -------------------------------------------------------------------------------- /package/nouveau-drm/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_NOUVEAU_DRM 2 | bool "nouveau-drm" 3 | help 4 | Here be dragons. 5 | -------------------------------------------------------------------------------- /package/uhttpd/uhttpd.hash: -------------------------------------------------------------------------------- 1 | # No hash for this git snapshot 2 | none xxx uhttpd-59e0c739634f46a164d939e54416287b91ff8a9b.tar.gz 3 | -------------------------------------------------------------------------------- /board/bcm/vss.txt: -------------------------------------------------------------------------------- 1 | WPE* 2 | libWPE*.so 3 | libwpe-*.so 4 | libwpegst*.so 5 | libepoxy.so 6 | libocdm.so 7 | libbrcm*.so 8 | libogg*.so 9 | -------------------------------------------------------------------------------- /docs/website/images/circuitco-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamDecrock/wpe-buildroot/HEAD/docs/website/images/circuitco-logo.png -------------------------------------------------------------------------------- /docs/website/images/owi-smile-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamDecrock/wpe-buildroot/HEAD/docs/website/images/owi-smile-logo.png -------------------------------------------------------------------------------- /docs/website/images/synopsys-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamDecrock/wpe-buildroot/HEAD/docs/website/images/synopsys-logo.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 137f13a7eb93ce72e32ccd7cebdab6874f8cf7ddf31d3a455a68e016ecd9e4e6 libgd-2.2.4.tar.xz 3 | -------------------------------------------------------------------------------- /package/go/go.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 4c189111e9ba651a2bb3ee868aa881fab36b2f2da3409e80885ca758a6b614cc go1.7.4.src.tar.gz 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 1c09c075f06ec029f86fa6370c7d379494ff4c66a129eda17af7b7b41e055f5d lxc-2.0.7.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/mpv/mpv.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 8aeefe5970587dfc454d2b89726b603f156bd7a9ae427654eef0d60c68d94998 v0.23.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/pound/pound.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 cdfbf5a7e8dc8fbbe0d6c1e83cd3bd3f2472160aac65684bb01ef661c626a8e4 Pound-2.7.tgz 3 | -------------------------------------------------------------------------------- /package/s6/s6.hash: -------------------------------------------------------------------------------- 1 | # Locally generated 2 | sha256 5e788d5935dbcce76ac9a99cfcf6ee46a2ffb84220c84225df7589e9a3585560 s6-2.4.0.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/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/xen/xen.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 e87f4b0575e78657ee23d31470a15ecf1ce8c3a92a771cda46bbcd4d0d671ffe xen-4.7.1.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 | -------------------------------------------------------------------------------- /docs/website/images/buildroot-slides.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamDecrock/wpe-buildroot/HEAD/docs/website/images/buildroot-slides.png -------------------------------------------------------------------------------- /package/atop/atop.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 c785b8a2355be28b3de6b58a8ea4c4fcab8fadeaa57a99afeb03c66fac8e055d atop-2.2-3.tar.gz 3 | -------------------------------------------------------------------------------- /package/audit/audit.hash: -------------------------------------------------------------------------------- 1 | #Locally computed 2 | sha256 0441790794fd9375dbca598fa0ffb46c57ff37b3a24b94ffec0bbee3215cca09 audit-2.7.1.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 02fdc312b8ceeb5786b28bf905f54328f414040ff42f45c83007f24b76cc9f7a bmon-4.0.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/check/check.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 24f7a48aae6b74755bcbe964ce8bc7240f6ced2141f8d9cf480bc3b3de0d5616 check-0.11.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/cloog/cloog.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 325adf3710ce2229b7eeb9e84d3b539556d093ae860027185e7af8a8b00a750e cloog-0.18.4.tar.gz 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 912f2ee03c8dba06a3a4c0ee40522d367e1b65dc59e38dfcc1f5d9eecff51ab0 exim-4.89.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 694c2432e5240187524c9e7cf1ec6acc77b47a0e19554d34c14773e43dbbf214 file-5.30.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 2f753094e4df3cdb1d99be1687c0fb7d2f14c0d526ebf03158c8c5519bc78f54 fping-3.16.tar.gz 3 | -------------------------------------------------------------------------------- /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/gmpc/gmpc.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 a69414f35396846733632ca9619921d7acda537ffd6d49bd84b444945cb76b2c gmpc-11.8.16.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/gqrx/gqrx.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated: 2 | sha256 53d25db8d987a41ccccaf6fd85262bd7770cdfab5539b5901c4558756483c9db gqrx-v2.6.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/libev/libev.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 736079e8ac543c74d59af73f9c52737b3bfec9601f020bf25a87a4f4d0f01bd6 libev-4.22.tar.gz 3 | -------------------------------------------------------------------------------- /package/libva/libva.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 f0f816a725007fbf3c7ed816ff71ba420696bec63ff49045e9b23d9b34ac73c8 libva-1.7.3.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/lora-net/Config.in: -------------------------------------------------------------------------------- 1 | source "package/lora-net/lora-gateway/Config.in" 2 | source "package/lora-net/lora-packetforwarder/Config.in" 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 e9c6f88e83d48690033f0d862a70293ac746286b77241554f5448bc23bd0d6df mutt-1.7.1.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/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/ola/ola.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 986e61874bc80db3b23cf201af2dafa39e3412cc50cddf1cd449c869110bfd27 ola-0.10.2.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/qjson/qjson.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 e812617477f3c2bb990561767a4cd8b1d3803a52018d4878da302529552610d4 qjson-0.9.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/synaptics/Config.in: -------------------------------------------------------------------------------- 1 | source "package/synaptics/marvell-firmware/Config.in" 2 | source "package/synaptics/marvell-ampsdk/Config.in" 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 9f43a2cfb9589e5cecaa66e16bf87f814c945f22df7ba600d63aac4632c4f019 tiff-4.0.7.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 55313e132f0f42de7e020bf6323a1939ee02ab79c48634aa07475db41573852b tmux-2.3.tar.gz 3 | -------------------------------------------------------------------------------- /package/tor/tor.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 d611283e1fb284b5f884f8c07e7d3151016851848304f56cfdf3be2a88bd1341 tor-0.2.9.10.tar.gz 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 6fbe0ec1228f951ba598b48ac8033f41ca4934cc34689a6008685e7c26477ae2 vim-v8.0.0329.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/x265/x265.hash: -------------------------------------------------------------------------------- 1 | # Locally generated 2 | sha256 b872552535e41fbffa03ba7cbcd3479c42c4053868309292e78e147b7773ac4b x265_2.2.tar.gz 3 | -------------------------------------------------------------------------------- /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 | -------------------------------------------------------------------------------- /package/znc/znc.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 431097eb17860bfc980f3e68fdd75f98af4bdeecd793c84835c6cb11c3320d1c znc-1.6.4.tar.gz 3 | -------------------------------------------------------------------------------- /board/intel/intelce/horizon/webbridge-stub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamDecrock/wpe-buildroot/HEAD/board/intel/intelce/horizon/webbridge-stub -------------------------------------------------------------------------------- /boot/uboot/uboot.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 f54baf3f9325bf444c7905f3a5b6f83680edb1e6e1a4d5f8a5ad80abe885113f u-boot-2017.03.tar.bz2 3 | -------------------------------------------------------------------------------- /docs/website/images/free-electrons-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamDecrock/wpe-buildroot/HEAD/docs/website/images/free-electrons-logo.png -------------------------------------------------------------------------------- /docs/website/images/github_hash_mongrel2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamDecrock/wpe-buildroot/HEAD/docs/website/images/github_hash_mongrel2.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/cjson/cjson.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 8e1c389627c6275344000e063f2f3d8cb0c1354ca75cf95855e286f173d3bfb5 cjson-v1.4.0.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/cryptopp/cryptopp.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 a75ef486fe3128008bbb201efee3dcdcffbe791120952910883b26337ec32c34 cryptopp565.zip 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 dea331051c92ef2fbb22025a4f02e84e63d63148a66589401404877727f59941 dado-1.8.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/eeprog/eeprog.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 35155cc3844d2c3ae8ed6935fda72768c7f24fddc4a0fca89e4ffbb34880d9ef eeprog-0.7.6.tar.gz 3 | -------------------------------------------------------------------------------- /package/efivar/efivar.hash: -------------------------------------------------------------------------------- 1 | # locally computed hash 2 | sha256 20709c76311f8eb8be92977b7ac008ce62501fa9f7fe885a784321540fc352f9 efivar-30.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 6e38ff14f080c98b58cf5967573501b8cb586e3a173b591f3807d8f0660daf7a ffmpeg-3.2.4.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 466c36c6508a451734e4f4d76825cf9cd9b8716d2b70ef36479ae40f08271f88 gflags-v2.2.0.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 f6e20cacb4891e4e60fc5de2213a10f8d0c68840f9b511aa38cfca0cb29f9b24 hplip-3.16.11.tar.gz 3 | -------------------------------------------------------------------------------- /package/httping/httping.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 3e895a0a6d7bd79de25a255a1376d4da88eb09c34efdd0476ab5a907e75bfaf8 httping-2.5.tgz 3 | -------------------------------------------------------------------------------- /package/iftop/iftop.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 f733eeea371a7577f8fe353d86dd88d16f5b2a2e702bd96f5ffb2c197d9b4f97 iftop-1.0pre4.tar.gz 3 | -------------------------------------------------------------------------------- /package/inadyn/inadyn.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 763c53eb3856decfe8b921cab8a54b428b079a62264fbcf6c89690713d63529a inadyn-v2.0.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/jamvm/jamvm.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 76428e96df0ae9dd964c7a7c74c1e9a837e2f312c39e9a357fa8178f7eff80da jamvm-2.0.0.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 d84a2fc89011b99d87fc47af91906622707c165d1860e9f774825ebbbc9c9fb6 libass-0.13.4.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/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/libgsm/libgsm.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 725a3768a1e23ab8648b4df9d470aed38eb1635af3cbc8d0b64fef077236f4ce gsm-1.0.16.tar.gz 3 | -------------------------------------------------------------------------------- /package/libhid/libhid.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 f6809ab3b9c907cbb05ceba9ee6ca23a705f85fd71588518e14b3a7d9f2550e5 libhid-0.2.16.tar.gz 3 | -------------------------------------------------------------------------------- /package/libite/libite.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 b27e4af69e9e5b4d00924538d3a41b53752082cc439b9246edec5501aff2f22f libite-v1.8.2.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/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/libusrsctp/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_LIBUSRSCTP 2 | bool "libusrsctp" 3 | help 4 | Reference Implementation for SCTP - RFC4960 5 | -------------------------------------------------------------------------------- /package/libuv/libuv.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 6ec7eec6ecc24b1a8ffedebedb2fe9313fffb5410de89aaf784dd01080411c7a libuv-v1.11.0.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 f70d0678ef1c5550953bdc27b12e72d5de86e53b05dd59b0fc7f07c507f244b8 links-2.14.tar.bz2 3 | -------------------------------------------------------------------------------- /package/lpeg/lpeg.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 149be31e0155c4694f77ea7264d9b398dd134eca0d00ff03358d91a6cfb2ea9d lpeg-1.0.1-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/lugaru/lugaru.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 f3ea477caf78911c69939fbdc163f9f6517c7ef2267e716a0e050be1a166ef97 lugaru-1.2.tar.xz 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/mimic/mimic.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 725003c9972d5b67c49d5ea6a89cb26b63414ff2c7adbbaf9200cf9eb55f80eb mimic-1.1.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/moarvm/moarvm.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 3a486ca5d19a8e6256e379655ec9ed09ff2f1c4f6a57a7969a278819b5bcb4eb MoarVM-2017.02.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/ncftp/ncftp.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 7abd3e8f848f0efb4bb6a4bc5da58a59524d4378fc8d70a52adb0fe1fd00b89d ncftp-3.2.6-src.tar.xz 3 | -------------------------------------------------------------------------------- /package/netcat/netcat.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 30719c9a4ffbcf15676b8f528233ccc54ee6cba96cb4590975f5fd60c68a066f netcat-0.7.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/newt/newt.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 08c0db56c21996af6a7cbab99491b774c6c09cef91cd9b03903c84634bff2e80 newt-0.52.19.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/ortp/ortp.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 eb61a833ab3ad80978d7007411240f46e9b2d1034373b9d9dfaac88c1b6ec0af ortp-0.27.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/p910nd/p910nd.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 4ac980a3ae24babae6f70f0a692625ece03a4a92c357fbb10d2e368386c3c26f p910nd-0.97.tar.bz2 3 | -------------------------------------------------------------------------------- /package/php-amqp/php-amqp.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 38a92eaef1aa863404170bcd15605f7f78140eeec1ff5be6af65c5b8081e2599 amqp-1.7.1.tgz 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 2ad4f354746e8260d46036cde1496c223ec79765041ea28eb920ced015e269b5 quazip-0.7.3.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/rust/rust.hash: -------------------------------------------------------------------------------- 1 | # Locally generated 2 | sha256 d2dc36e99b9e2269488b2bcddde43c234e6bde03edf70cba82a027ff49c36111 rustc-1.18.0-src.tar.gz 3 | -------------------------------------------------------------------------------- /package/s6-dns/s6-dns.hash: -------------------------------------------------------------------------------- 1 | # Locally generated 2 | sha256 8455f3b1edad8f01a1340cb1242c141755729bfd5d71059739eced5c006539ad s6-dns-2.1.0.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/s6-rc/s6-rc.hash: -------------------------------------------------------------------------------- 1 | # Locally generated 2 | sha256 d04a8a765740ed55e38a33da3639197f51f83b3e498bdef5bc1d1d322b1acff3 s6-rc-0.1.0.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/samba4/samba4.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 bff02762b3e4ee030f02266c6e24a0b888248b387246219b7fbe3e1758ef2184 samba-4.5.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/ser2net/ser2net.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 d846066e27c3072565990745d030357aa0c278f96b7d1d4f59023347c1db8824 ser2net-3.4.tar.gz 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 2ef0cb20658c1eb9e053f8a7a9d5c8f5ebf2f734d37b692fdbf7163ea17dde6f snmp++-3.3.9.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/sslh/sslh.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 1601a5b377dcafc6b47d2fbb8d4d25cceb83053a4adcc5874d501a2d5a7745ad sslh-v1.18.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/tditracer/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_TDITRACER 2 | bool "tditracer" 3 | help 4 | Tditracer contains tools to generate tdi traces 5 | -------------------------------------------------------------------------------- /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 e470c584332422893fb52e049f2cbd99e24dc6c6da971008b4e2ae4284f8796c unrarsrc-5.4.5.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 b75310c810b3eda222c77f6d6c26b061240e3d9060095de44b2c1bae291ecdef libwebp-0.5.2.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/wpe/wpeframework-cobalt/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_WPEFRAMEWORK_COBALT 2 | bool "Cobalt" 3 | help 4 | WPE Platform Cobalt plugin 5 | -------------------------------------------------------------------------------- /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 1164b574e93a44c2a2e76c0c68d8d60437bd884a6c964d9c68be1556278e3d2d xl2tp-v1.3.8.tar.gz 3 | -------------------------------------------------------------------------------- /package/xorriso/xorriso.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 2843beded1aa4c678706e96fdf9cc5e4b34430b559bdf5bc35df5202125004b3 xorriso-1.4.2.tar.gz 3 | -------------------------------------------------------------------------------- /package/xvisor/xvisor.hash: -------------------------------------------------------------------------------- 1 | # Locally generated 2 | sha256 9347080c3481fb8586d196dd51a580a57084bfea1bc425e89f7fa0da7170708a xvisor-0.2.8.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/boundary-devices-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamDecrock/wpe-buildroot/HEAD/docs/website/images/boundary-devices-logo.png -------------------------------------------------------------------------------- /package/a10disp/a10disp.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 5077405030e8f97a1edd4b86d469466abbc4d32b4a4609e58459347fcd1ba35b a10disp-v0.6.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/aampabr/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_AAMPABR 2 | bool "aampabr" 3 | depends on BR2_PACKAGE_AAMP 4 | help 5 | RDK AAMPABR 6 | -------------------------------------------------------------------------------- /package/aespipe/aespipe.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 c5ce656e0ade49b93e1163ec7b35450721d5743d8d804ad3a9e39add0389e50f aespipe-v2.4d.tar.bz2 3 | -------------------------------------------------------------------------------- /package/agentpp/agentpp.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 6775fa2a038801edddedc148d7846427ddc4d438e3bb33362d9eec6074918a88 agent++-4.0.7.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/bullet/bullet.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 6e157c0b50373bc0e860de27f06397827bb28a4205bc568ae79d76a0f919ed62 bullet-2.85.1.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/cpuload/cpuload.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 1d61f4776dc3e2746343d68b2ea2faf138e54666b630a6060df4f3945badbcae cpuload-v0.3.tar.gz 3 | -------------------------------------------------------------------------------- /package/cups/cups.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated: 2 | sha256 f589bb7d5d1dc3aa0915d7cf2b808571ef2e1530cd1a6ebe76ae8f9f4994e4f6 cups-2.2.2-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/domoticz/domoticz.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 fb88edbe428851a7a337a85faa93f6da00713b3ad086ff6957031dc9b3b58bba domoticz-3.5877.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 69f35af7edf6f4dbdac7a18ddc69dcf38c501e43d8b50c524555754c51479078 genimage-9.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 58a6f4277ca2bc8565222b3bbd58a177609e9c488e8a72649359ba51450db7d8 gtest-release-1.8.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 d76155430dc9100de412088bd68978a2a9052832609c7ac961dccaf2550c618a hiawatha-10.5.tar.gz 3 | -------------------------------------------------------------------------------- /package/hiredis/hiredis.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 717e6fc8dc2819bef522deaca516de9e51b9dfa68fe393b7db5c3b6079196f78 hiredis-v0.13.3.tar.gz 3 | -------------------------------------------------------------------------------- /package/hostapd/hostapd.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 01526b90c1d23bec4b0f052039cc4456c2fd19347b4d830d1d58a0a6aea7117d hostapd-2.6.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/intelce-sdk/intelce-sdk/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_INTELCE_SDK 2 | bool "Intel CE SDK" 3 | help 4 | The Intel SDK build environment. 5 | -------------------------------------------------------------------------------- /package/jasper/jasper.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 5b24faf5ed38670d6286e45ab7516b26458d05e7929b435afe569176765f4dda jasper-2.0.12.tar.gz 3 | -------------------------------------------------------------------------------- /package/jsoncpp/jsoncpp.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 087640ebcf7fbcfe8e2717a0b9528fff89c52fcf69fa2a18cc2b538008098f97 jsoncpp-1.7.7.tar.gz 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/libglob/libglob.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated: 2 | sha256 4f1b204dad065689941c64828a92441fb316c9c7539b39525fa728125da65e22 libglob-1.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/libgpiod/libgpiod.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 670a13518fabf2a99f9e349c33d5421c2146eec15b73c5edef3f1981a7adaeda libgpiod-v0.1.3.tar.gz 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 af3f3c0846a1d75baeadae4aa5a2bda427567e2a1fb4559bf73ccff0a4f9a39b libupnp-1.6.21.tar.bz2 3 | -------------------------------------------------------------------------------- /package/libusb/libusb.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 cb057190ba0a961768224e4dc6883104c6f945b2bf2ef90d7da39e7c1834f7ff libusb-1.0.20.tar.bz2 3 | -------------------------------------------------------------------------------- /package/libv4l/libv4l.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 ac9f8c88bfffa3a7e85c0edd04f7d3d54e6a30c214e79f2c6ecc6fbf57cb229d v4l-utils-1.12.2.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 d830f3264a832dfe09f629cc64036acfd08121692526d0fabe090f7ff881ce08 xmlrpc-c-1.39.12.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/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 8965d107f4ebf4583ba1b50e0dcad39f0dc6adac8df7a083e9c5879ad93c0ea4 mono-4.6.2.16.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/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 4ce77b6ef538ef090d9bde1d5eeff8b3069ab56c4906f083475517c2c023dfa7 openjpeg-2.1.2.tar.gz 3 | -------------------------------------------------------------------------------- /package/openvpn/openvpn.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 6f23ba49a1dbeb658f49c7ae17d9ea979de6d92c7357de3d55cd4525e1b2f87e openvpn-2.4.0.tar.xz 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 a0f65c1ba148890e9f2f7823f4bedf7ecad5417772f64f994004f59a39014f83 patchelf-0.9.tar.bz2 3 | -------------------------------------------------------------------------------- /package/peervpn/peervpn.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 4402d5ce956d95ff85b8aeb455d984b9eb9c2e6a058d2580c8e90da12fed8392 peervpn-0-044.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 528b661738839f9a25f6e580fcd2d5db007e0a1948580c6489f0062798ca1992 poppler-0.52.0.tar.xz 3 | -------------------------------------------------------------------------------- /package/pugixml/pugixml.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 fbe10d46f61d769f7d92a296102e4e2bd3ee16130f11c5b10a1aae590ea1f5ca pugixml-1.7.tar.gz 3 | -------------------------------------------------------------------------------- /package/python-lxml/python-lxml.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 59d9176360dbc3919e9d4bfca85c1ca64ab4f4ee00e6f119d7150ba887e3410a lxml-3.7.2.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/sdk/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_HAS_SDK 2 | bool 3 | 4 | config BR2_PACKAGE_SDK_INSTALL 5 | depends on BR2_PACKAGE_HAS_SDK 6 | string 7 | -------------------------------------------------------------------------------- /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/shapelib/shapelib.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 23d474016158ab5077db2f599527631706ba5c0dc7c4178a6a1d685bb014f68f shapelib-1.3.0.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/skalibs/skalibs.hash: -------------------------------------------------------------------------------- 1 | # Locally generated 2 | sha256 0708172bc2ec9825f8a4f312d35f8dcd94da5f291425a598c33c873b3de77df8 skalibs-2.4.0.2.tar.gz 3 | -------------------------------------------------------------------------------- /package/sshpass/sshpass.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 c6324fcee608b99a58f9870157dfa754837f8c48be3df0f5e2f3accf145dee60 sshpass-1.06.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/taglib/taglib.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 b6d1a5a610aae6ff39d93de5efd0fdc787aa9e9dc1e7026fa4c961b26563526b taglib-1.11.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/tegrarcm/tegrarcm.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 538cb0af237ab33e070d3aeb6cc828cd7ef453753ba2ccc21b87ed43faac51bd tegrarcm-v1.7.tar.gz 3 | -------------------------------------------------------------------------------- /package/tinyalsa/tinyalsa.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 93f4ca1e6345974167dc5577e8151a31fa2e6a628727a72d59e18db2289e7a1c tinyalsa-1.1.0.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/upower/upower.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 9ca325a6ccef505529b268ebbbd9becd0ce65a65f6ac7ee31e2e5b17648037b0 upower-0.99.4.tar.xz 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 6eb03c0c10ea917013a7622e483d61bb valgrind-3.12.0.tar.bz2 3 | -------------------------------------------------------------------------------- /package/w_scan/w_scan.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 b6d7c9ab997c53a0b0d92e8390f313cc3b82ee8ece1756b4e526119fd5ba09b4 w_scan-20141122.tar.bz2 3 | -------------------------------------------------------------------------------- /package/wavemon/wavemon.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 c9ea57da4f8161401bcaaca17b37bcdf16ffb88baad2370afed2e15a7f71af73 wavemon-v0.8.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/wiringpi/wiringpi.hash: -------------------------------------------------------------------------------- 1 | # locally computed 2 | sha256 0775e3bfa2df2131746c75d611ad354e5c884661be0d9de9fd786fc96f6ad918 wiringPi-2.32.tar.gz 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 | -------------------------------------------------------------------------------- /board/eos/post-image.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | BOARD_DIR="$(dirname $0)" 3 | #${BOARD_DIR}/eos-package-utility/arris_package_oe.sh ${BINARIES_DIR} rootfs.cpio.xz 4 | -------------------------------------------------------------------------------- /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 71282502184c592c1a008e256c22ed0ba5728ca65e05273ceb480c70f515969c alsa-lib-1.1.3.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/bctoolbox/bctoolbox.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 da7df7ff359a9829e9e6ef98dfe9fead0cf735b8a4a5da1b1047f467dee1b2a9 bctoolbox-0.4.0.tar.gz 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/darkhttpd/darkhttpd.hash: -------------------------------------------------------------------------------- 1 | # Locally generated 2 | sha256 a50417b622b32b5f421b3132cb94ebeff04f02c5fb87fba2e31147d23de50505 darkhttpd-1.12.tar.bz2 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/execline/execline.hash: -------------------------------------------------------------------------------- 1 | # Locally generated 2 | sha256 93bd744f2e3ad204cb89f147efdc6ca4e622f9c6bfc9895e0b2cb8b0480029de execline-2.2.0.0.tar.gz 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/go-bootstrap/go-bootstrap.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 9947fc705b0b841b5938c48b22dc33e9647ec0752bae66e50278df4f23f64959 go1.4.3.src.tar.gz 3 | -------------------------------------------------------------------------------- /package/ibrcommon/ibrcommon.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 9c457c1ebc01e6216524636628c647bef34ab11bd96f0e0788be8749374fdc20 ibrcommon-1.0.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/intelce-sdk/package/intelce-8051_SDK/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_INTELCE_8051_SDK 2 | bool "8051 SDK" 3 | depends on BR2_PACKAGE_INTELCE_SDK 4 | -------------------------------------------------------------------------------- /package/ipmitool/ipmitool.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 0c1ba3b1555edefb7c32ae8cd6a3e04322056bc087918f07189eeedfc8b81e01 ipmitool-1.8.18.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 c21af997445cd4107a55d386f955c5ea6f6e96ead693e9151277c0ab5f97d05f libcap-ng-0.7.8.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/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 464d104e12533dc11f0dd7662cbc2f01c132f94aa4f5bd519e3413ef485830e8 libiscsi-1.18.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/libscrypt/libscrypt.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 68e377e79745c10d489b759b970e52d819dbb80dd8ca61f8c975185df3f457d3 libscrypt-v1.21.tar.gz 3 | -------------------------------------------------------------------------------- /package/libselinux/libselinux.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 4ea2dde50665c202253ba5caac7738370ea0337c47b251ba981c60d24e1a118a libselinux-2.6.tar.gz 3 | -------------------------------------------------------------------------------- /package/libsemanage/libsemanage.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 4f81541047290b751f2ffb926fcd381c186f22db18d9fe671b0b4a6a54e8cfce libsemanage-2.6.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/logrotate/logrotate.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 62aa0229cfd34c7b6ea6a6736d569983bf4a3dd1f3c9e9c2efe2ffe2a0a55cf2 logrotate-3.11.0.tar.gz 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 e6eb64a7ca3727c3093f3c37341d8ecadf9eac913e468eae413828476b19c225 lsqlite3-0.9.4-2.src.rock 3 | -------------------------------------------------------------------------------- /package/lua-bit32/lua-bit32.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 fe7bc70d1e48183d95ccfb6741e70a676283075173122cb161303d77059b27a6 bit32-5.3.0-1.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 0e1ec34583e1b265e0fbafb64c8bd348705ad403fe85967fd05d3a659f74d2e5 luarocks-2.4.2.tar.gz 3 | -------------------------------------------------------------------------------- /package/memtester/memtester.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 f9dfe2fd737c38fad6535bbab327da9a21f7ce4ea6f18c7b3339adef6bf5fd88 memtester-4.3.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/memtool/memtool.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 58309d356cb9b45a241cb602ca3850891a70ddaa93ced51d1cced78e14767680 memtool-2016.10.0.tar.xz 3 | -------------------------------------------------------------------------------- /package/mongrel2/mongrel2.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 543553c3082f2b992649a975f6cb7324ae2aea93af05288ea4f2c1262a7f63b2 mongrel2-v1.9.2.tar.bz2 3 | -------------------------------------------------------------------------------- /package/motion/motion.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 2f67669a09ce0481ecd987028dae1c5cb135dfdc3c254c06ab7c9ca0c6c183f0 motion-release-4.0.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/odhcploc/odhcploc.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 b0360a3aece8a29d131531da7bfc36d57c30c6eed30ff1ea360f7cccea1d62d7 odhcploc-20111021.tar.gz 3 | -------------------------------------------------------------------------------- /package/ohnet/ohnet.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated: 2 | sha256 6f071bd7dd9105373a5d583d1ee1cafb7e4990d0cba230d66bacad110e2adf53 ohnet-ohNet_1.13.2452.tar.gz 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/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 7f4a7f8db6b4743adde7582fa48992ad01776796fcde030683732f56221337d9 pax-utils-1.2.2.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/php.hash: -------------------------------------------------------------------------------- 1 | # From http://php.net/downloads.php 2 | sha256 e4887c2634778e37fd962fbdf5c4a7d32cd708482fe07b448804625570cb0bb0 php-7.1.3.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 f5b3563f118f1d3d6e001705fa7082e8fc3bda50038ac3dff787650795734146 protobuf-v3.0.0.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-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 bf7ced29704a1e696fbccf2a2b4ea068e7774fa37f6d7dd4039d0787f8bed98e rapidjson-v1.1.0.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 0e1d7733b35f594f7461dedbf836bd4966d0611da4cd4e85cde4804d2a425e6d stress-ng-0.06.15.tar.gz 3 | -------------------------------------------------------------------------------- /package/swupdate/swupdate.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 ce28348e98aa5657154d2eacc2e8a9b114ba50a937531b010872c8eb6fd72b23 swupdate-2017.01.tar.gz 3 | -------------------------------------------------------------------------------- /package/syslog-ng/syslog-ng.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 5678856a550ae790618fabde9d1447f932ce7a9080d55dca8fc5df1202c70a17 syslog-ng-3.9.1.tar.gz 3 | -------------------------------------------------------------------------------- /package/systemd/systemd.hash: -------------------------------------------------------------------------------- 1 | # sha256 locally computed 2 | sha256 1172c7c7d5d72fbded53186e7599d5272231f04cc8b72f9a0fb2c5c20dfc4880 systemd-232.tar.gz 3 | -------------------------------------------------------------------------------- /package/tinyhttpd/tinyhttpd.hash: -------------------------------------------------------------------------------- 1 | # Locally computed: 2 | sha256 56609b82869c80ba71b2a2af166a0bcaffe21e7412f4594e04b9a5abf733435a tinyhttpd-0.1.0.tar.gz 3 | -------------------------------------------------------------------------------- /package/turbolua/turbolua.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 8b810aa531fcaf05020531fe904d449742fd0da85c31e925a7efa9816d1f8f88 turbolua-v2.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/udpxy/udpxy.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 6ce33b1d14a1aeab4bd2566aca112e41943df4d002a7678d9a715108e6b714bd udpxy.1.0.23-9-prod.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/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 | -------------------------------------------------------------------------------- /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 127217a54eea0f9a49700a2f239a2d4f5384aa094d68df04a8eb80132eb6167c alsa-utils-1.1.3.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/efibootmgr/efibootmgr.hash: -------------------------------------------------------------------------------- 1 | # locally computed hash 2 | sha256 3f260491e2c62e93cb6347ea6f21aaa5f93152e9e7f0269d314623769d82e473 efibootmgr-14.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 caaabd59a259e29aa5b7f9d1d7f3fe71cff9336ba44904485d258baef276351f imx-gpu-viv-5.0.11.p8.6-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-vpu/imx-vpu.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 e1d6550426dfc59e4fd0352f1d312ea7eff5dcf18974f923ed7a85007cb40e27 imx-vpu-5.4.35.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/gnuchess/gnuchess.hash: -------------------------------------------------------------------------------- 1 | # sha256 locally computed 2 | sha256 3c425c0264f253fc5cc2ba969abe667d77703c728770bd4b23c456cbe5e082ef gnuchess-6.2.4.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/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/jasper/Config.in: -------------------------------------------------------------------------------- 1 | config BR2_PACKAGE_JASPER 2 | bool "jasper" 3 | help 4 | JPEG-2000 decoder 5 | 6 | http://www.ece.uvic.ca/~mdadams/jasper/ 7 | -------------------------------------------------------------------------------- /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/libgcrypt/libgcrypt.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 626aafee84af9d2ce253d2c143dc1c0902dda045780cc241f39970fc60be05bc libgcrypt-1.7.6.tar.bz2 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/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/micropython/micropython.hash: -------------------------------------------------------------------------------- 1 | #locally computed 2 | sha256 55dd751c4c812809841fd06f4729b8341171c4b6c1dc28a9412455282554f8a5 micropython-v1.8.7.tar.gz 3 | -------------------------------------------------------------------------------- /package/netsniff-ng/netsniff-ng.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 62e8aa970a4f46cdaddf54daf8ea26e7ae9f9f358efaf0651799c8c4e937c286 netsniff-ng-v0.6.2.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 256378564e36b8f222adb8fbe746529e73413c6cbe2b0e5574f41dfd62d92577 nginx-naxsi-0.55.2.tar.gz 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/opkg-utils/opkg-utils.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 c14284d999cdd18fee4c6b22720f38beee962b2c8e099166d8d55d76a2111beb opkg-utils-0.3.4.tar.gz 3 | -------------------------------------------------------------------------------- /package/php-imagick/php-imagick.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 50bbc46e78cd6e1ea5d7660be1722258e60b1729483ca14b02da7cf9f5ed3e6a imagick-3.4.3RC1.tgz 3 | -------------------------------------------------------------------------------- /package/protobuf-c/protobuf-c.hash: -------------------------------------------------------------------------------- 1 | # Locally calculated 2 | sha256 49340784ca0f8657f38547088731fff3bfe8084adb89bf5e8dbc19ac43339aa6 protobuf-c-v1.1.1.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-toml/python-toml.hash: -------------------------------------------------------------------------------- 1 | # Locally computed 2 | sha256 aee9679726f42fb09f48b9701a321571e0b6a51305c3e0f3913b3057d8bf7083 python-toml-0.9.2.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/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 f54baf3f9325bf444c7905f3a5b6f83680edb1e6e1a4d5f8a5ad80abe885113f u-boot-2017.03.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/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 | -------------------------------------------------------------------------------- /docs/website/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamDecrock/wpe-buildroot/HEAD/docs/website/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /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/acpica/acpica.hash: -------------------------------------------------------------------------------- 1 | # locally computed hash 2 | sha256 dfb33db5599bd48134dbd6e50c8804099be0cf1c35d98975a6cb84dabca78b67 acpica-unix2-20161117.tar.gz 3 | 4 | -------------------------------------------------------------------------------- /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 bd6d138c31c109297da2346c6e7b93b9283993d2 httpd-2.4.25.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 | --------------------------------------------------------------------------------