Code Monkey home page Code Monkey logo

freetz-ng's Introduction

Welcome to Freetz-NG

 _____              _            _   _  ____
|  ___| __ ___  ___| |_ ____    | \ | |/ ___|
| |_ | '__/ _ \/ _ \ __|_  /____|  \| | |  _
|  _|| | |  __/  __/ |_ / /_____| |\  | |_| |
|_|  |_|  \___|\___|\__/___|    |_| \_|\____|

Freetz-NG is a fork of Freetz. More features - less bugs!

Requirements:

Clone the main branch:

  git clone https://github.com/Freetz-NG/freetz-ng ~/freetz-ng

Or clone a single tag:

  git clone https://github.com/Freetz-NG/freetz-ng ~/freetz-ng --single-branch --branch TAGNAME

Build firmware:

  cd ~/freetz-ng
  make menuconfig
  make
  # make help

Flash firmware:

  # make push-firmware
  tools/push_firmware -h

Show GIT states:

  git status
  git diff --no-prefix # --cached # > file.patch
  git log --graph # --oneline

Delete local changes:

  git fetch --all --prune ; git reset --hard origin/HEAD ; git clean -fd

Update GIT:

  git pull

Checkout old revision:

  git checkout HASH-OF-COMMIT # -b NEW-BRANCH

Checkout another branch:

  git checkout EXISTING-BRANCH

Mirrors:

  git clone https://gitlab.com/Freetz-NG/freetz-ng ~/freetz-ng
  git clone https://bitbucket.org/Freetz-NG/freetz-ng ~/freetz-ng

Documentation:

See https://freetz-ng.github.io/ (or docs/).

freetz-ng's People

Contributors

er13 avatar fda77 avatar olistudent avatar lfalkenhain avatar buehmann avatar markuschen avatar ralf-friedl avatar mcnetic avatar mhei avatar forenuser avatar flosch-dev avatar j0ju avatar peterpawn avatar kriegaex avatar cawidtu avatar f-666 avatar feedzapper avatar jbruechert avatar berndy2001 avatar mrtnmtth avatar wilec avatar telsch avatar bugreporter-ilky avatar leggewie avatar stblassitude avatar smischke avatar cm8 avatar fidelio-dev avatar martinkoehler avatar thiloms avatar

Watchers

James Cloos 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.