Coder Social home page Coder Social logo

arduino / lede-yun Goto Github PK

View Code? Open in Web Editor NEW
11.0 8.0 4.0 135.49 MB

License: GNU General Public License v2.0

Makefile 15.54% Awk 0.02% Shell 7.40% C 61.55% Assembly 0.37% C++ 6.19% M4 1.18% CMake 0.01% Perl 2.03% Lex 0.06% Yacc 0.13% Python 0.15% Roff 5.35% Objective-C 0.01%
yun arduino lede

lede-yun's Introduction

This is the buildsystem for the OpenWrt Linux distribution.

Please use "make menuconfig" to choose your preferred
configuration for the toolchain and firmware.

You need to have installed gcc, binutils, bzip2, flex, python, perl, make,
find, grep, diff, unzip, gawk, getopt, subversion, libz-dev and libc headers.

Run "./scripts/feeds update -a" to get all the latest package definitions
defined in feeds.conf / feeds.conf.default respectively
and "./scripts/feeds install -a" to install symlinks of all of them into
package/feeds/.

Use "make menuconfig" to configure your image.

Simply running "make" will build your firmware.
It will download all sources, build the cross-compile toolchain, 
the kernel and all choosen applications.

To build your own firmware you need to have access to a Linux, BSD or MacOSX system
(case-sensitive filesystem required). Cygwin will not be supported because of
the lack of case sensitiveness in the file system.


Sunshine!
	Your OpenWrt Community
	http://www.openwrt.org


lede-yun's People

Contributors

acinonyx avatar acoul avatar blogic avatar chunkeey avatar claudyus avatar commodo avatar dangowrt avatar dedeckeh avatar diizzyy avatar embeem avatar ffainelli avatar hauke avatar jow- avatar juhosg avatar kaloz avatar kanjimonster avatar larsclausen avatar ldir-edb0 avatar lperkov avatar mkresin avatar nbd168 avatar neocturne avatar noltari avatar pepe2k avatar rmilecki avatar rwhitby avatar stintel avatar teknoraver avatar wigyori avatar yousong avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

lede-yun's Issues

Arduino YUN rev-2 schematic

Hello,

I'm looking for some unused hardware ports i can hook electronics up to on Arduino Yun Rev-2 board. I have used every pin except PD2 (0-rx) and PD3 (1-tx).

Anybody knows if those two are already being used by the communication channel (UART bridge) between the Linux and the Arduino chip?

Thanks

what i'm making wrong

Hi, adept of the yun from several months, i never could compile lede or other images : I'm not sure what to do to compile the image (on Bash ubuntu on Windows 10) :
i did this :

david@DESKTOP-FGTO8A9:$ ls
david@DESKTOP-FGTO8A9:
$ mkdir yun
david@DESKTOP-FGTO8A9:$ cd yun/
david@DESKTOP-FGTO8A9:
/yun$ git clone https://github.com/arduino/lede-yun.git
Clonage dans 'lede-yun'...
remote: Counting objects: 402714, done.
remote: Total 402714 (delta 0), reused 0 (delta 0), pack-reused 402714
Réception d'objets: 100% (402714/402714), 133.11 MiB | 5.55 MiB/s, fait.
Résolution des deltas: 100% (276153/276153), fait.
Vérification de la connectivité... fait.
Extraction des fichiers: 100% (7120/7120), fait.
david@DESKTOP-FGTO8A9:/yun$ cd lede-yun/
david@DESKTOP-FGTO8A9:
/yun/lede-yun$ make
Checking 'working-make'... ok.
Checking 'case-sensitive-fs'... ok.
Checking 'proper-umask'... ok.
Checking 'gcc'... failed.
Checking 'working-gcc'... failed.
Checking 'g++'... failed.
Checking 'working-g++'... failed.
Checking 'ncurses'... failed.
Checking 'zlib'... failed.
Checking 'perl-thread-queue'... ok.
Checking 'tar'... ok.
Checking 'find'... ok.
Checking 'bash'... ok.
Checking 'patch'... ok.
Checking 'diff'... ok.
Checking 'cp'... ok.
Checking 'seq'... ok.
Checking 'awk'... ok.
Checking 'grep'... ok.
Checking 'getopt'... ok.
Checking 'stat'... ok.
Checking 'unzip'... failed.
Checking 'bzip2'... ok.
Checking 'wget'... ok.
Checking 'perl'... ok.
Checking 'python'... failed.
Checking 'git'... ok.
Checking 'file'... ok.
/home/david/yun/lede-yun/include/prereq-build.mk:157: recipe for target '/home/david/yun/lede-yun/staging_dir/host/bin/mkhash' failed
Prerequisite check failed. Use FORCE=1 to override.
/home/david/yun/lede-yun/include/toplevel.mk:167: recipe for target 'staging_dir/host/.prereq-build' failed
make[2]: *** [staging_dir/host/.prereq-build] Error 1
/home/david/yun/lede-yun/include/toplevel.mk:83: recipe for target 'prepare-tmpinfo' failed
make[1]: *** [prepare-tmpinfo] Error 2
/home/david/yun/lede-yun/include/toplevel.mk:216 : la recette pour la cible « world » a échouée
make: *** [world] Erreur 2
david@DESKTOP-FGTO8A9:~/yun/lede-yun$

is there any prepackage image ? --> ok : https://github.com/arduino/yun-go-updater/tree/master/tftp
could you guide me . thxs

Yùn with linino

Could it be possible to have a system as well had with the Linino-Yun boards :
I don't know really how it works but a bathos-mcuio (.hex) https://github.com/linino/bathos-mcuio is installed on the Arduino part and communicate with the Linux side filesystem via serial.

My goal is that way i Can have many programs starting as linux service and not only one that WE must erase each time WE want a new functionnalities . I made some multiusers games that act with servos, chat, and other webapps (Polymer) with nodejs that Can bé accès by user smartphone through the Yùn hotspot, but it could be in python, or shell...
https://github.com/scenaristeur/lininoapps/

I don't really know about want config un Uboot or différent paramètres images intégrées tftp . I have broken to Yùn trying to put Linino system Into the last Lede
The Doc is here https://wiki.linino.org/doku.php?id=wiki:upgradeimage
The last downloads are here but are outdated http://download.linino.org/linino_distro/

Why i'm asking that ?
I know that doing this, i don't program Arduino anymore and will lost realtime due to linux latency and i'm closer to a Raspberry Pi.
But i don't really need realtime, and i think that lot's of the webdevs could be interested with .
For me it's an iot that Can be easily acceded and that Can push a lot of people in 'the programming' expérience .
Perharps, it Could also be made with johnny5, cylon or firmata?
But i never could be Victorious with those ones

So please put Linino back in Lede with nodejs, or give me a way to do the same thing :
One program on Arduino side , and nodejs with a good library to communicate within.
Txs

Broken images on luci-webpanel

On LuCI lede-17.01 branch (git-17.315.61305-a9bddc4) / LEDEYun Reboot 17.11 r5461-ce9089c (Arduino-Webpanel) some images are broken, with src(unknown) in their img tags

(Image Attached)
captura de tela de 2017 12 15 01 05 40 1

@facchinm Can you fix this bug?

difference between this config and OpenWRT18.06

Hi, what are the differences between this repo and the one from Openwrt ( LEDE ) 18.06 in terms of the Yun's configuration, especially the serial console interface ?

I've built an image form 18.06 and it boots but seems to reconfigure the baudrate at some stage during the kernel boot ( it starts at 250000 baud and one can see kernel messages then after about 2 seconds it goes to 9600 baud )

stty reports that 250000 is an invaid baudrate, but this can be set by manually running

reset-serial /dev/ttyATH0

after boot ( from SSH ) or in rc.local.

How is the console configured in this version vs what is done in the mainstream Openwrt one so that the serial console works from this image , but not from the other one ?

-Ive also included the yun-config and yun-scripts in that build and built them into the kernel [*] and not as modules.

a forum post on is here, but no luck with Yun specific information from their side : https://forum.openwrt.org/t/arduino-yun-uart-console-baudrate-issue/19002/5
-Daniel

Is this for Arduino YUN Rev-2??

Hello,

Im trying to find the official OpenWRT for Arduino YUN rev-2 hardware?

Is this the one, or can you tell me the git hub link to it?

Thanks

Error using POSIX mqueue on Arduino Yun Rev 2 LEDEyun 17.11

I have been cross-compiling using this buildroot and have successfully gotten most of my code running, however I seem to have an error when I attempt to utilize the mqueue library on the yun after copying the executable over.

when calling mq_open() I get this error

main:33: (mqd_t)-1 != mq: Function not implemented

Here is the example code that triggers the error.

#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <errno.h>
#include <mqueue.h>
#include <stdio.h> 
#include <string.h> 
#include <stdlib.h>

#include <fcntl.h>

#include "common.h"

int main(int argc, char **argv)
{
    mqd_t mq;
    struct mq_attr attr;
    char buffer[MAX_SIZE + 1];
    int must_stop = 0;

    /* initialize the queue attributes */
    attr.mq_flags = 0;
    attr.mq_maxmsg = 10;
    attr.mq_msgsize = MAX_SIZE;
    attr.mq_curmsgs = 0;

    /* create the message queue */
    mq = mq_open(QUEUE_NAME, O_CREAT | O_RDONLY, 0644, &attr);
    CHECK((mqd_t)-1 != mq);

    do {
        ssize_t bytes_read;

        /* receive the message */
        bytes_read = mq_receive(mq, buffer, MAX_SIZE, NULL);
        CHECK(bytes_read >= 0);

        buffer[bytes_read] = '\0';
        if (! strncmp(buffer, MSG_STOP, strlen(MSG_STOP)))
        {
            must_stop = 1;
        }
        else
        {
            printf("Received: %s\n", buffer);
        }
    } while (!must_stop);

    /* cleanup */
    CHECK((mqd_t)-1 != mq_close(mq));
    CHECK((mqd_t)-1 != mq_unlink(QUEUE_NAME));

    return 0;
}

Missing dependencies?

Hello,

I recently cloned this repo, i tried executing these commands " ./scripts/feeds update -a" (runs ok), but when i execute "./scripts/feeds install -a" it has a bunch of missing dependencies.

Please ignore the strike thru text, i dont know why thats there.

Is this a problem?

user@user-Aspire-8951G:/dev2/rev2/lede-yun$ ./scripts/feeds install -a
WARNING: Makefile 'package/feeds/packages/afalg_engine/Makefile' has a dependency on 'libopenssl-conf', which does not exist
WARNING: Makefile 'package/feeds/packages/aircrack-ng/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/packages/apache/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/packages/apache/Makefile' has a dependency on 'jansson', which does not exist
WARNING: Makefile 'package/feeds/telephony/asterisk/Makefile' has a dependency on 'jansson', which does not exist
WARNING: Makefile 'package/feeds/packages/at/Makefile' has a dependency on 'libelf', which does not exist
WARNING: Makefile 'package/feeds/packages/atftp/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/packages/auc/Makefile' has a dependency on 'ucert', which does not exist
WARNING: Makefile 'package/feeds/packages/audit/Makefile' has a dependency on 'libaudit', which does not exist
WARNING: Makefile 'package/feeds/packages/audit/Makefile' has a dependency on 'libaudit', which does not exist
WARNING: Makefile 'package/feeds/packages/audit/Makefile' has a dependency on 'libaudit', which does not exist
WARNING: Makefile 'package/feeds/packages/avrdude/Makefile' has a dependency on 'libelf', which does not exist
WARNING: Makefile 'package/feeds/arduino/aws-iot-device-sdk/Makefile' has a dependency on 'python-light', which does not exist
WARNING: Makefile 'package/feeds/arduino/aws-iot-runtime-yun/Makefile' has a dependency on 'python-light', which does not exist
WARNING: Makefile 'package/feeds/packages/bandwidthd/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/packages/bcm27xx-eeprom/Makefile' has a dependency on 'bcm27xx-userland', which does not exist
WARNING: Makefile 'package/feeds/packages/clamav/Makefile' has a dependency on 'musl-fts', which does not exist
WARNING: Makefile 'package/feeds/packages/clamav/Makefile' has a dependency on 'musl-fts', which does not exist
WARNING: Makefile 'package/feeds/arduino/cpu-mcu-bridge/Makefile' has a dependency on 'python-light', which does not exist
WARNING: Makefile 'package/feeds/arduino/cwiid/Makefile' has a dependency on 'python', which does not exist
WARNING: Makefile 'package/feeds/arduino/cwiid/Makefile' has a build dependency on 'python', which does not exist
WARNING: Makefile 'package/feeds/packages/czmq/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/packages/dockerd/Makefile' has a dependency on 'kmod-nf-ipvs', which does not exist
WARNING: Makefile 'package/feeds/packages/domoticz/Makefile' has a dependency on 'lua5.3', which does not exist
WARNING: Makefile 'package/feeds/packages/elektra/Makefile' has a dependency on 'lua5.3', which does not exist
WARNING: Makefile 'package/feeds/packages/fdm/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/packages/freeradius3/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/telephony/freeswitch/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/luci/freifunk-p2pblock/Makefile' has a dependency on 'l7-protocols', which does not exist
WARNING: Makefile 'package/feeds/packages/frr/Makefile' has a dependency on 'more', which does not exist
WARNING: Makefile 'package/feeds/packages/gnunet/Makefile' has a dependency on 'jansson', which does not exist
WARNING: Makefile 'package/feeds/packages/gnunet/Makefile' has a dependency on 'jansson', which does not exist
WARNING: Makefile 'package/feeds/packages/gnunet/Makefile' has a dependency on 'jansson', which does not exist
WARNING: Makefile 'package/feeds/packages/gnunet/Makefile' has a dependency on 'jansson', which does not exist
WARNING: Makefile 'package/feeds/packages/gnutls/Makefile' has a dependency on 'kmod-cryptodev', which does not exist
WARNING: Makefile 'package/feeds/packages/grep/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/packages/haproxy/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/packages/haproxy/Makefile' has a dependency on 'liblua5.3', which does not exist
WARNING: Makefile 'package/feeds/packages/haproxy/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/packages/haproxy/Makefile' has a dependency on 'liblua5.3', which does not exist
WARNING: Makefile 'package/feeds/packages/ipvsadm/Makefile' has a dependency on 'kmod-nf-ipvs', which does not exist
WARNING: Makefile 'package/feeds/packages/jose/Makefile' has a dependency on 'jansson', which does not exist
WARNING: Makefile 'package/feeds/juci/juci/Makefile' has a dependency on 'luci-bwc', which does not exist
WARNING: Makefile 'package/feeds/juci/juci-lighttpd/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/juci/juci-lighttpd/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/juci/juci-lighttpd/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/juci/juci-lighttpd/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/telephony/kamailio/Makefile' has a dependency on 'jansson', which does not exist
WARNING: Makefile 'package/feeds/telephony/kamailio/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/telephony/kamailio/Makefile' has a dependency on 'jansson', which does not exist
WARNING: Makefile 'package/feeds/telephony/kamailio/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/telephony/kamailio/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/packages/kismet/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/packages/kismet/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/packages/ksmbd/Makefile' has a dependency on 'kmod-crypto-arc4', which does not exist
WARNING: Makefile 'package/feeds/packages/libcgroup/Makefile' has a dependency on 'musl-fts', which does not exist
WARNING: Makefile 'package/feeds/packages/libreswan/Makefile' has a dependency on 'kmod-xfrm-interface', which does not exist
WARNING: Makefile 'package/feeds/packages/libsearpc/Makefile' has a dependency on 'jansson', which does not exist
WARNING: Makefile 'package/feeds/packages/libyang/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/packages/libzip/Makefile' has a dependency on 'musl-fts', which does not exist
WARNING: Makefile 'package/feeds/packages/lighttpd/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/packages/lighttpd/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/packages/lighttpd/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/packages/lighttpd/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/packages/lighttpd/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/juci/luaposix33/Makefile' has a build dependency on '+lua/host', which does not exist
WARNING: Makefile 'package/feeds/packages/luasocket/Makefile' has a dependency on 'liblua5.3', which does not exist
WARNING: Makefile 'package/feeds/routing/luci-app-cjdns/Makefile' has a dependency on 'luci-compat', which does not exist
WARNING: Makefile 'package/feeds/luci/luci-app-diag-devinfo/Makefile' has a dependency on 'smap', which does not exist
WARNING: Makefile 'package/feeds/luci/luci-app-diag-devinfo/Makefile' has a dependency on 'mac-to-devinfo', which does not exist
WARNING: Makefile 'package/feeds/luci/luci-app-diag-devinfo/Makefile' has a dependency on 'smap-to-devinfo', which does not exist
WARNING: Makefile 'package/feeds/luci/luci-app-diag-devinfo/Makefile' has a dependency on 'netdiscover-to-devinfo', which does not exist
WARNING: Makefile 'package/feeds/luci/luci-app-mmc-over-gpio/Makefile' has a dependency on 'kmod-mmc-over-gpio', which does not exist
WARNING: Makefile 'package/feeds/luci/luci-app-multiwan/Makefile' has a dependency on 'multiwan', which does not exist
WARNING: Makefile 'package/feeds/luci/luci-app-noddos/Makefile' has a dependency on 'noddos', which does not exist
WARNING: Makefile 'package/feeds/luci/luci-app-pbx/Makefile' has a dependency on 'asterisk18', which does not exist
WARNING: Makefile 'package/feeds/luci/luci-app-pbx/Makefile' has a dependency on 'asterisk18-app-authenticate', which does not exist
WARNING: Makefile 'package/feeds/luci/luci-app-pbx/Makefile' has a dependency on 'asterisk18-app-disa', which does not exist
WARNING: Makefile 'package/feeds/luci/luci-app-pbx/Makefile' has a dependency on 'asterisk18-app-setcallerid', which does not exist
WARNING: Makefile 'package/feeds/luci/luci-app-pbx/Makefile' has a dependency on 'asterisk18-app-system', which does not exist
WARNING: Makefile 'package/feeds/luci/luci-app-pbx/Makefile' has a dependency on 'asterisk18-chan-gtalk', which does not exist
WARNING: Makefile 'package/feeds/luci/luci-app-pbx/Makefile' has a dependency on 'asterisk18-codec-a-mu', which does not exist
WARNING: Makefile 'package/feeds/luci/luci-app-pbx/Makefile' has a dependency on 'asterisk18-codec-alaw', which does not exist
WARNING: Makefile 'package/feeds/luci/luci-app-pbx/Makefile' has a dependency on 'asterisk18-func-cut', which does not exist
WARNING: Makefile 'package/feeds/luci/luci-app-pbx/Makefile' has a dependency on 'asterisk18-res-clioriginate', which does not exist
WARNING: Makefile 'package/feeds/luci/luci-app-pbx/Makefile' has a dependency on 'asterisk18-func-channel', which does not exist
WARNING: Makefile 'package/feeds/luci/luci-app-pbx/Makefile' has a dependency on 'asterisk18-chan-local', which does not exist
WARNING: Makefile 'package/feeds/luci/luci-app-pbx/Makefile' has a dependency on 'asterisk18-app-record', which does not exist
WARNING: Makefile 'package/feeds/luci/luci-app-pbx/Makefile' has a dependency on 'asterisk18-app-senddtmf', which does not exist
WARNING: Makefile 'package/feeds/luci/luci-app-pbx/Makefile' has a dependency on 'asterisk18-res-crypto', which does not exist
WARNING: Makefile 'package/feeds/luci/luci-app-pbx-voicemail/Makefile' has a dependency on 'asterisk18', which does not exist
WARNING: Makefile 'package/feeds/luci/luci-app-radvd/Makefile' has a dependency on 'radvd', which does not exist
WARNING: Makefile 'package/feeds/luci/luci-app-shairport/Makefile' has a dependency on 'shairport', which does not exist
WARNING: Makefile 'package/feeds/luci/luci-app-unbound/Makefile' has a dependency on 'unbound', which does not exist
WARNING: Makefile 'package/feeds/luci/luci-app-ushare/Makefile' has a dependency on 'ushare', which does not exist
WARNING: Makefile 'package/feeds/luci/luci-app-wshaper/Makefile' has a dependency on 'wshaper', which does not exist
WARNING: Makefile 'package/feeds/packages/lvm2/Makefile' has a dependency on 'libselinux', which does not exist
WARNING: Makefile 'package/feeds/packages/mariadb/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/packages/mg/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/packages/nfdump/Makefile' has a dependency on 'musl-fts', which does not exist
WARNING: Makefile 'package/feeds/packages/nft-qos/Makefile' has a dependency on 'kmod-nft-netdev', which does not exist
WARNING: Makefile 'package/feeds/packages/nginx/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/packages/nginx/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/packages/nginx/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/packages/nginx-util/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/packages/nmap/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/packages/nmap/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/packages/nmap/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/packages/nmap/Makefile' has a dependency on 'liblua5.3', which does not exist
WARNING: Makefile 'package/feeds/packages/nmap/Makefile' has a dependency on 'liblua5.3', which does not exist
WARNING: Makefile 'package/feeds/packages/open-iscsi/Makefile' has a dependency on 'kmod-iscsi-initiator', which does not exist
WARNING: Makefile 'package/feeds/packages/openvswitch/Makefile' has a dependency on 'kmod-nsh', which does not exist
WARNING: Makefile 'package/feeds/packages/postfix/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/packages/privoxy/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/packages/python3/Makefile' has a dependency on 'ca-certs', which does not exist
WARNING: Makefile 'package/feeds/packages/python3-libselinux/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/packages/python3-libselinux/Makefile' has a dependency on 'musl-fts', which does not exist
WARNING: Makefile 'package/feeds/packages/python3-libselinux/Makefile' has a dependency on 'libselinux', which does not exist
WARNING: Makefile 'package/feeds/packages/python3-libsemanage/Makefile' has a dependency on 'libsemanage', which does not exist
WARNING: Makefile 'package/feeds/telephony/rtpengine/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/telephony/rtpengine/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/packages/samba4/Makefile' has a dependency on 'jansson', which does not exist
WARNING: Makefile 'package/feeds/packages/seafile-ccnet/Makefile' has a dependency on 'jansson', which does not exist
WARNING: Makefile 'package/feeds/packages/seafile-server/Makefile' has a dependency on 'jansson', which does not exist
WARNING: Makefile 'package/feeds/packages/seafile-server/Makefile' has a dependency on 'jansson', which does not exist
WARNING: Makefile 'package/feeds/packages/sed/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/packages/selinux-python/Makefile' has a dependency on 'libselinux', which does not exist
WARNING: Makefile 'package/feeds/packages/selinux-python/Makefile' has a dependency on 'libsepol', which does not exist
WARNING: Makefile 'package/feeds/packages/semodule-utils/Makefile' has a dependency on 'libsepol', which does not exist
WARNING: Makefile 'package/feeds/packages/semodule-utils/Makefile' has a build dependency on 'libsemanage/host', which does not exist
WARNING: Makefile 'package/feeds/packages/setools/Makefile' has a dependency on 'libselinux', which does not exist
WARNING: Makefile 'package/feeds/packages/setools/Makefile' has a dependency on 'libsepol', which does not exist
WARNING: Makefile 'package/feeds/packages/shadowsocks-libev/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/packages/shadowsocks-libev/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/packages/shadowsocks-libev/Makefile' has a build dependency on 'pcre', which does not exist
WARNING: Makefile 'package/feeds/telephony/sipgrep/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/packages/slang2/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/telephony/sngrep/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/packages/snort/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/packages/snort3/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/arduino/spacebrew/Makefile' has a dependency on 'python-light', which does not exist
WARNING: Makefile 'package/feeds/arduino/spacebrew/Makefile' has a dependency on 'simplejson', which does not exist
WARNING: Makefile 'package/feeds/juci/speedtest-cli/Makefile' has a dependency on 'python', which does not exist
WARNING: Makefile 'package/feeds/packages/sslh/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/packages/sslh/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/packages/stubby/Makefile' has a dependency on 'ca-certs', which does not exist
WARNING: Makefile 'package/feeds/packages/syslog-ng/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/arduino/temboo/Makefile' has a dependency on 'python-light', which does not exist
WARNING: Makefile 'package/feeds/packages/ulogd/Makefile' has a dependency on 'jansson', which does not exist
WARNING: Makefile 'package/feeds/packages/uwsgi/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/packages/wget/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/packages/wget/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/packages/yara/Makefile' has a dependency on 'jansson', which does not exist
WARNING: Makefile 'package/feeds/packages/zabbix/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/packages/zabbix/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/packages/zabbix/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/packages/zabbix/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/packages/zabbix/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/packages/zabbix/Makefile' has a dependency on 'libpcre', which does not exist
WARNING: Makefile 'package/feeds/packages/zsh/Makefile' has a dependency on 'libpcre', which does not exist
Installing all packages from feed packages.
Installing all packages from feed luci.
Installing all packages from feed routing.
Installing all packages from feed telephony.
Installing all packages from feed arduino.
Installing all packages from feed custom.
Installing all packages from feed owrt_pub_feeds.
Installing all packages from feed juci.
user@user-Aspire-8951G:
/dev2/rev2/lede-yun$
user@user-Aspire-8951G:/dev2/rev2/lede-yun$
user@user-Aspire-8951G:
/dev2/rev2/lede-yun$

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.