Coder Social home page Coder Social logo

opde's Introduction

moved to https://github.com/immortalwrt/opde

OPDE

OpenWRT Development Environment

A test suite for OpenWRT build

Purpose

There are many way to build openwrt, such as github actions.

Feature

  • no environment population, install apt packages.
  • intergated with github actions, more easy to reimplement compile error in local machine
  • compiled packages what you need with SDK
  • burned firmware what you need with ImageBuilder (in agenda)

User Manual

  1. fetch opde sdk image: docker pull elonh/opde:sdk

  2. run docker

     docker run -it --rm \
     	-e http_proxy=http://192.168.123.94:10801 \
     	-e https_proxy=http://192.168.123.94:10801 \
     	elonh/opde:sdk bash
    
  3. update and install feeds: opde feeds

  4. make menuconfig

Debug opde

  1. Install apt packages sudo apt install python3-pip python3-venv cmake build-essential
  2. Install poetry
  3. git clone https://github.com/ElonH/opde.git && code opde
  4. Setup python virtual env python3 -m venv .venv && poetry install

Build Log

https://elonh.github.io/opde

TODO:

b43legacy PACKAGE_fconfig

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.