The underlying operating system for DifuseHQ's embedded routing devices
Find a file
2025-02-05 17:13:11 +04:00
.forgejo/workflows Update .forgejo/workflows/dmsbg-100.yml 2024-11-14 07:01:03 +00:00
config build: add option for building with stack-protector-all 2024-01-19 21:27:14 +01:00
configs version: bump to 2.7.0 2025-02-05 17:13:11 +04:00
include u-boot: use custom version 2024-05-20 19:09:09 +05:30
LICENSES LICENSES: include all used licenses in LICENSES directory 2021-02-14 19:21:38 +01:00
package u-boot: use custom version 2024-05-20 19:09:09 +05:30
scripts scripts/rstrip.sh: ignore /lib/firmware 2024-01-22 13:01:31 +01:00
target generic: 5.15: backport upstream Aquantia PHY firmware loader patches 2024-01-26 17:52:24 +01:00
toolchain toolchain: glibc: add --enable-stack-protector=all option for glibc 2024-01-19 21:28:53 +01:00
tools tools/mkimage: update to 2024.01 2024-01-25 16:07:42 +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 actions: add dmsbg-100 workflow, ignore: .secrets 2024-03-07 12:40:56 +05:30
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
feeds.conf.default feeds: update to new URLs 2024-06-09 01:47:32 +05:30
Makefile build: fix pkg-config detection when inside of a nix-shell 2023-11-02 20:26:32 +01:00
README.md docs: fix command in readme, version: bump to 2.5.4 2024-03-25 22:42:51 +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 cp -rf configs/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