Code Monkey home page Code Monkey logo

openwrt's Introduction

openwrt

OpenWRT 15.05 "Chaos Calmer" patches for Unwired One board

Patches were tested with OpenWRT 15.05 release 49404.

Run cd openwrt && ./scripts/feeds update -a && ./scripts/feeds install -a after downloading OpenWRT sources.

Patches are splitted into separate files to make it easier to create your own configuration. If you are ok with Unwired One's default firmware configuration, it's ok to apply all patches at once.

patch -p0 < unwired.patch — adds Unwired One board to the list of targets, changes some configuration files to reflect One's default settings. Run touch target/linux/*/Makefile after applying it.

patch -p0 < avrdude.patch — adds AVRDude package

patch -p0 < compile-fixes.patch — fixes for various building errors

patch -p0 < gpio-irq-support.patch — GPIO IRQ support by GBert, https://github.com/GBert

patch -p0 < gst1-uvch264.patch — enable H.264 support in GStreamer (and enable gudev in udev package, as it is required by uvch264)

patch -p0 < mjpg-enable.patch — enable mjpg_streamer service by default

patch -p0 < mjpg-nohotplug.patch — disable mjpg_streamer in /etc/hotplug.d/usb/ (not included in stock firmware)

patch -p0 < new_files.patch — avahi-daemon and uboot-envtools configuration files

patch -p0 < new_modules.patch — kernel modules developed by Unwired Devices team

patch -p0 < console.patch — allows to completely disable UART console using bootloader's environment variable

patch -p0 < opkg.patch — add Unwired's OpenWRT repository (http://files.unwds.com/files/openwrt/ccalmer/1.0/packages/) to /etc/opkg.conf

patch -p0 < uhttpd-disable-https-redirect.patch — disable HTTPS redirect in uHTTPD server

patch -p0 < vermagic.patch — set vermagic number with menuconfig instead of automatically generated md5 hash of the kernel config file

.config.base — ready to use OpenWRT Buildroot configuration file to build firmware only (copy it to .config file in OpenWRT directory)

.config.all — ready to use OpenWRT Buildroot configuration file to build firmware and all kernel modules (copy it to .config file in OpenWRT directory)

To apply all patches with a single command, put patches you need in some directory and run for i in $(ls /that/directory/*.patch); do patch -p0 < $i; done

After patching, run make defconfig and then make V=s to build firmware.

For more details, please visit http://www.unwireddevices.com/wiki

openwrt's People

Contributors

olegart avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.