Questions tagged [openwrt]

OpenWRT is a Linux-based firmware program for embedded devices such as residential gateways and routers. It is very modular and feature-rich, but not all chipsets are supported.

966 questions
-1
votes
1 answer

Error in cross compiling for adding libpcap to mipsel

I compiled C and link libpcap after adding the library. I use the following line to compile my code. mipsel-openwrt-linux-gcc -c -Wall -I…
Moh. Qaid
  • 13
  • 5
-1
votes
1 answer

how to include in program?

when I develop on openwrt , I include ieee80211.h in my program, but when I compile ,the console reminds me ieee80211.h not found.Then I set the include path like this…
wiliam xu
  • 11
  • 1
-1
votes
1 answer

Client load balancing on Openwrt routers

I have some access points (APs) run on Openwrt firmware and I want access points share clients together. Ex: There are 20 clients and 2 APs, I want AP1 associates to 10 clients and AP2 associates 10 clients. How can I do this? Best regard!
Be Be
  • 1
  • 1
-1
votes
2 answers

Using OpenWRT with OLSR to connect routers using HNA

As you may assume I need a little assistance here. I have four routers (TP-Link WDR3600) that I need to use to create an Ad-Hoc network. Currently I am only dealing with two of the four routers for simplicity. All of the routers have OpenWRT Chaos…
Jason
  • 51
  • 10
-1
votes
1 answer

How can I build package in OpenWRT BuildRoot

I have installed on CentOS the OpenWRT BuildRoot for crosscompile. In menu config I've chosen architecture of my OpenWRT device and now I don't know how to build a HelloWorld package to deploy on my device. Can someone tell me step-by-step…
antropoff
  • 111
  • 2
  • 3
  • 14
-1
votes
2 answers

Changing MAC address for wifi interface in OpenWrt Chaos Calmer 15.05.1

I have configured one OpenWrt (lets call it child) to boot from sd card which has the firmware and software re-imaged from another OpenWrt (lets call it maker) as per following: http://labs.mediatek.com/forums/posts/list/3619.page#p7191. Everything…
Shashank Singhal
  • 170
  • 1
  • 2
  • 9
-1
votes
1 answer

C++: ifstream getline issue crosscompiling into an OpenWRT distro

I'm trying to compile a simple C++ code inside my customized OpenWRT distro, but I have an error with the getline instruction. Here it is a snapshot of my code: #include
neoben
  • 743
  • 12
  • 30
-1
votes
1 answer

Creating a library for openwrt environment

I am working on a project where in I create a C library(compiled through Makefile), then I write another C program (that uses the above C library ) and compile. I did all the above in a linux x86_64 system and it worked. Unfortunately I had to do…
kewal
  • 39
  • 9
-1
votes
1 answer

You must have either have gettext support in your C library

I have this error checking libintl.h presence... no checking for libintl.h... no configure: error: * You must have either have gettext support in your C library, or use the * GNU gettext library. (​http://www.gnu.org/software/gettext/gettext.html I…
Adib
  • 19
  • 1
  • 6
-1
votes
1 answer

Executable works on compiling machine, not on 2nd machine

I have 2 systems; a OpenWrt and a Busybox. I'm trying to compile a simple gcc executable on the OpenWrt, to copy it and run it on the Busybox machine. They seem to have very similar CPU so I assume my plan should work. root@OpenWrt:/# cat…
EDP
  • 309
  • 1
  • 6
  • 18
-1
votes
1 answer

android 5.1 capitve portal on open wrt - redirect does not work due to browser cache?

I am running a captive portal based on open wrt with nodogsplash. Since the new Android 5 update there is the following problem: New android devices (5.0 and 5.1) that have already visited the network before, are not redirected to the captive portal…
-1
votes
2 answers

ChilliSpot on OpenWRT

I'm trying to configure ChillySpot on OpenWRT and not sure what I'm doing wrong. So far what I've done. 1. Added ChilliSpot via web menu to OpenWRT. 2. Added configuration to /etc/init.d/S45firewall from…
Andrew_Lvov
  • 4,621
  • 2
  • 25
  • 31
-1
votes
1 answer

libcurl error (negative value) while compiling

I am trying to compile a custom package which depends heavily on libcurl an pcap, on my machine it works great,but when i try to compile it using the toolchain i get this errors: $…
Karlovalentin
  • 321
  • 1
  • 3
  • 14
-1
votes
2 answers

duplicate grep output when comparing two files

I have literally been at this for 5 hours, I have busybox on my device, and I unfortunately do not have -X in grep to make my life easier. edit; I have two list both of them have mac addresses, essentially I am just wanting to achieve offline mac…
andyADD
  • 610
  • 1
  • 6
  • 20
-1
votes
1 answer

Linux shell: save input line from Serial Port each minute and send to remote server

I have Arduino connected to computer over RS-232 (only TxD, RxD and GND). Arduino only send data to computer and computer receive it. Computer do not transmit anything to Arduino. Computer is WiFi router with OpenWrt linux with 16MB RAM and 4MB…
martin
  • 1,707
  • 6
  • 34
  • 62