The underlying operating system for DifuseHQ's embedded routing devices
Find a file
2023-12-22 23:23:32 +05:30
.devcontainer/ci-env devcontainer: Add development environment for gihub codespace 2023-10-30 23:34:26 +01:00
.github CI: issue-labeller: fix wrong CRLF line-ending 2023-11-16 12:38:18 +01:00
config target: Make TARGET_SERIAL independent of GRUB configuration 2023-11-29 23:43:01 +01:00
configs config: 0.6 2022-11-19 13:35:23 +01:00
include Merge branch 'openwrt:master' into master 2023-12-22 23:23:32 +05:30
LICENSES LICENSES: include all used licenses in LICENSES directory 2021-02-14 19:21:38 +01:00
package Merge branch 'openwrt:master' into master 2023-12-22 23:23:32 +05:30
scripts image: fix Linksys image alignment and simplify footer creation 2023-11-26 18:37:20 +01:00
target kernel: bump 6.1 to 6.1.69 2023-12-21 11:26:35 +01:00
toolchain toolchain/gdb: add pthread to CFLAGS/LDFLAGS for zstd 2023-12-19 10:54:19 +01:00
tools tools/cmake: update to 3.28.1 2023-12-18 12:55:28 +01:00
.final_config final config 2023-01-30 03:28:50 +01:00
.gitattributes add .gitattributes to prevent the git autocrlf option from messing with CRLF/LF in files 2012-05-08 13:30:49 +00:00
.gitignore .gitignore: ignore link if target is included from feed 2023-07-26 17:45:11 +02:00
BSDmakefile build: use SPDX license tags 2021-02-05 14:54:47 +01:00
Config.in build: scripts/config - update to kconfig-v5.14 2022-02-19 13:10:01 +01:00
COPYING COPYING: add COPYING file to specify project licenses 2021-02-14 19:21:38 +01:00
dmsbg100.config version: bump to 2.4.8 2023-12-10 20:38:42 +00:00
dx86.config version: bump to 2.1.6, package: add more docker stuff 2023-08-29 17:05:19 +00:00
feeds.conf.default feeds: resolve conflict 2023-05-26 12:13:27 +05:30
Makefile build: fix pkg-config detection when inside of a nix-shell 2023-11-02 20:26:32 +01:00
README.md README: fix logo color 2023-11-28 18:13:23 +05:30
rules.mk rules.mk: make toolchain dirs define more consistent 2023-10-20 16:13:56 +02:00

DifOS - Logo

Build Status

DifOS is part of the Difuse Project, firmware that is based on OpenWrt and is available for use on DMSBG devices.

Download

Built firmware is available for download here.

Development

To build your own firmware you need a GNU/Linux, BSD or MacOSX system (case sensitive filesystem required). Cygwin is unsupported because of the lack of a case sensitive file system.

Requirements

Build System Setup is pretty much identical to that of OpenWRT. Below given are the common packages required to build the firmware.

binutils bzip2 diff find flex gawk gcc-6+ getopt grep install libc-dev libz-dev
make4.1+ perl python3.7+ rsync subversion unzip which

Quickstart

  1. Run ./scripts/feeds update -a to obtain all the latest package definitions defined in feeds.conf / feeds.conf.default

  2. Run ./scripts/feeds install -a to install symlinks for all obtained packages into package/feeds/

  3. Run mv dmsbg100.config .config && make defconfig to use the default configuration for the DMSBG100 device.

  4. Run make to build your firmware. This will download all sources, build the cross-compile toolchain and then cross-compile the GNU/Linux kernel & all chosen applications for your target system.

The main repository uses multiple sub-repositories to manage packages of different categories. All packages are installed via the OpenWrt package manager called opkg. If you're looking to develop the web interface or port packages to OpenWrt, please find the fitting repository below.

Support Community

  • Forum: For usage, projects, discussions and hardware advice.
  • Support Chat: Discord server for support and general discussion.

License

DifOS is licensed under GPL-2.0