Giter Club home page Giter Club logo

openwrt-insomnia's Introduction

Donate for Corifeus / P3X Contact Corifeus / P3X Corifeus @ Facebook Uptime Robot ratio (30 days)

☕ OpenWrt Insomnia for Linksys WRT

Info

I do not build the firmwares from scratch anymore, I am using the image builder. To build the firmwares:

./init-firmware.sh

Nota bene: switch_from_wolfssl_to_mbedtls_as_default


The main reason is to be able to use the latest NodeJs for Linksys WRT (the default NodeJs is old) and the crypto accelerator.

UPnP

I could only install it with opkg install miniupnpd-nftables luci-app-upnp.

For /etc/config/upnpd, we better to enable and setup these options:

config upnpd 'config'
	option enabled '1'
	option external_iface 'wan'
	option internal_iface 'lan'

European version

If you have a 3rd Radio and you have the European version of WRT and have a 3rd radio, to get it to work on DFS/Radar, create this file:

/etc/modules.d/mwifiex

with this content:

mwifiex reg_alpha2=FR

Then, set all radio 1 and 2 to be FR as well and the DTS/Radar perfectly works.

Ext-Root

README

Wireguard

README

WPS

README

How I built these Dockers via these links

README

Docker commands

README

Create packages, not neeed anymore

My first package

Create from scratch

README

Linksys WRT Radar Detection

Tested on WRT1900ACSv2 and WRT3200ACM, works.
README

Copy configs

README

Firmware sizes

README

Packages and patches

README

Linksys WRT 3200ACM 160 Mhz

README

Linksys USB-TTL

README

Linksys WRT 3200ACM / WRT32X

For some reason it needs this:

# based on this https://truica-victor.com/dhcp-packet-received-eth0-2-address/
echo "except-interface=eth1.2" >> /etc/dnsmasq.conf

Support Our Open-Source Project ❤️

If you appreciate our work, consider starring this repository or making a donation to support server maintenance and ongoing development. Your support means the world to us—thank you!

Server Availability

Our server may occasionally be down, but please be patient. Typically, it will be back online within 15-30 minutes. We appreciate your understanding.

About My Domains

All my domains, including patrikx3.com and corifeus.com, are developed in my spare time. While you may encounter minor errors, the sites are generally stable and fully functional.

Versioning Policy

Version Structure: We follow a Major.Minor.Patch versioning scheme:

  • Major: Corresponds to the current year.
  • Minor: Set as 4 for releases from January to June, and 10 for July to December.
  • Patch: Incremental, updated with each build.

Important Changes: Any breaking changes are prominently noted in the readme to keep you informed.


P3X-OPENWRT-INSOMNIA Build v2024.4.113

Donate for Corifeus / P3X Contact Corifeus / P3X Like Corifeus @ Facebook

openwrt-insomnia's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

openwrt-insomnia's Issues

Openwrt image for RPI3

Hi!

Do you have the image file of the Openwrt with nodejs for the raspberrypi3?

thank you!

Homebridge, crypto error.

Open to suggestions.. Appreciate the work you've done. No way I ever make it work without you.
Suggestions? I see:
crw------- 1 root root 10, 58 Mar 6 19:08 /dev/crypto

Fri Mar  6 20:09:40 2020 daemon.err homebridge[4766]: Could not open /dev/crypto: Permission denied
Fri Mar  6 20:09:41 2020 daemon.err homebridge[4766]: internal/modules/cjs/loader.js:796
Fri Mar  6 20:09:41 2020 daemon.err homebridge[4766]:     throw err;
Fri Mar  6 20:09:41 2020 daemon.err homebridge[4766]:     ^
Fri Mar  6 20:09:41 2020 daemon.err homebridge[4766]:
Fri Mar  6 20:09:41 2020 daemon.err homebridge[4766]: Error: Cannot find module 'hap-nodejs/lib/util/once'
Fri Mar  6 20:09:41 2020 daemon.err homebridge[4766]: Require stack:
Fri Mar  6 20:09:41 2020 daemon.err homebridge[4766]: - /usr/lib/node/homebridge/lib/server.js
Fri Mar  6 20:09:41 2020 daemon.err homebridge[4766]: - /usr/lib/node/homebridge/lib/cli.js
Fri Mar  6 20:09:41 2020 daemon.err homebridge[4766]: - /usr/lib/node/homebridge/bin/homebridge
Fri Mar  6 20:09:41 2020 daemon.err homebridge[4766]:     at Function.Module._resolveFilename (internal/modules/cjs/loader.js:793:17)
Fri Mar  6 20:09:41 2020 daemon.err homebridge[4766]:     at Function.Module._load (internal/modules/cjs/loader.js:686:27)
Fri Mar  6 20:09:41 2020 daemon.err homebridge[4766]:     at Module.require (internal/modules/cjs/loader.js:848:19)
Fri Mar  6 20:09:41 2020 daemon.err homebridge[4766]:     at require (internal/modules/cjs/helpers.js:74:18)
Fri Mar  6 20:09:41 2020 daemon.err homebridge[4766]:     at Object.<anonymous> (/usr/lib/node/homebridge/lib/server.js:10:12)
Fri Mar  6 20:09:41 2020 daemon.err homebridge[4766]:     at Module._compile (internal/modules/cjs/loader.js:955:30)
Fri Mar  6 20:09:41 2020 daemon.err homebridge[4766]:     at Object.Module._extensions..js (internal/modules/cjs/loader.js:991:10)
Fri Mar  6 20:09:41 2020 daemon.err homebridge[4766]:     at Module.load (internal/modules/cjs/loader.js:811:32)
Fri Mar  6 20:09:41 2020 daemon.err homebridge[4766]:     at Function.Module._load (internal/modules/cjs/loader.js:723:14)
Fri Mar  6 20:09:41 2020 daemon.err homebridge[4766]:     at Module.require (internal/modules/cjs/loader.js:848:19) {
Fri Mar  6 20:09:41 2020 daemon.err homebridge[4766]:   code: 'MODULE_NOT_FOUND',
Fri Mar  6 20:09:41 2020 daemon.err homebridge[4766]:   requireStack: [
Fri Mar  6 20:09:41 2020 daemon.err homebridge[4766]:     '/usr/lib/node/homebridge/lib/server.js',
Fri Mar  6 20:09:41 2020 daemon.err homebridge[4766]:     '/usr/lib/node/homebridge/lib/cli.js',
Fri Mar  6 20:09:41 2020 daemon.err homebridge[4766]:     '/usr/lib/node/homebridge/bin/homebridge'
Fri Mar  6 20:09:41 2020 daemon.err homebridge[4766]:   ]
Fri Mar  6 20:09:41 2020 daemon.err homebridge[4766]: }
```

Still on 19.07.6 but packages not found

Hi! I'm still on OpenWRT Insomina 19.07.6 but doing a package list refresh I get not found for all packages because it seems that repo for 19.07.6 is down.

Is that correct?

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.