Top "Openwrt" questions

OpenWRT is a Linux-based firmware program for embedded devices such as residential gateways and routers.

Linux shell script not found, but it does exist

I created a shell script "/etc/aaa" on Openwrt which contains the following code: #!/bin/sh echo "Hello World!" I …

linux shell openwrt
OpenWrt: LuCI: how to implement limited user access

Goal: two users root and user. Root can access everything via web-interface, but user should see only some parts of …

authentication lua openwrt
openwrt buildroot build_dir and staging_dir

I am confused about build_dir and staging_dir in openwrt buildroot. What are they used for? There are feeds …

openwrt
Openwrt : How to add a specific library dependency in new package

I am trying to add a package for directfb tutorials. I followed the instructions in http://wiki.openwrt.org/doc/…

makefile package openwrt directfb
Install LuCI on ubuntu instead of OpenWRT

I have a Linux board with Ubuntu Trusty on it - this board has WiFi, ethernet port and GPRS modem …

ubuntu openwrt luci
Finding the Physical port of an Ethernet device - OPENWRT

I have exhausted all learnings here and I am still coming up stuck. Problem: I would like to find out …

linux networking openwrt
Python scripts on DD-WRT embedded router

I've written two Python (2.x) scripts to perform the following: Custom Proxy server (imports optparse, ConfigParser, TLDextract, SocketServer...) Web admin …

python pyinstaller openwrt dd-wrt
How to install and configure nodogsplash on TP-LINK MR3020 with Openwrt 12.09.02

I am trying to install and run the nodogsplash, I have installed it on my TP-LINK MR3020 Router but not …

configuration installation wifi router openwrt
How do I use nginx to reverse-proxy an IP camera's mjpeg stream?

I'm using nginx on OpenWRT to reverse-proxy a motion-jpeg feed from an IP camera, but I'm experiencing lag of up …

nginx reverse-proxy openwrt
OpenWRT git clone fatal: Unable to find remote helper for 'http'

I'm trying to install LINC-Switch to OpenWRT and stuck on following problem: git clone https://github.com/FlowForwarding/LINC-Switch.git …

git openwrt