Git Product home page Git Product logo

Comments (6)

facchinm avatar facchinm commented on June 11, 2024 1

Hi @ShadowXVII ,
if you update your Yun to https://github.com/arduino/lede-yun the package linked by @nxhack can be compiled seamlessly. The link for the new cross toolchain is https://downloads.arduino.cc/openwrtyun/17.11/packages/targets/ar71xx/generic/ledeyun-sdk-17.11-ar71xx-generic_gcc-5.5.0_musl.Linux-x86_64.tar.xz

from openwrt-packages-yun.

nxhack avatar nxhack commented on June 11, 2024 1

@ShadowXVII

If you just build the package,
https://openwrt.org/docs/guide-developer/build-system/install-buildsystem

In the case of Debian 9.3 Stretch:

sudo apt install build-essential libncurses5-dev gawk git subversion libssl-dev gettext zlib1g-dev
mkdir Build_Path_Some_Where
cd Build_Path_Some_Where
wget https://downloads.arduino.cc/openwrtyun/17.11/packages/targets/ar71xx/generic/ledeyun-sdk-17.11-ar71xx-generic_gcc-5.5.0_musl.Linux-x86_64.tar.xz
tar xfJ ledeyun-sdk-17.11-ar71xx-generic_gcc-5.5.0_musl.Linux-x86_64.tar.xz
cd ledeyun-sdk-17.11-ar71xx-generic_gcc-5.5.0_musl.Linux-x86_64
echo "src-git mycustom https://github.com/nxhack/openwrt-custom-packages.git" >> feeds.conf.default
./scripts/feeds update -a
./scripts/feeds install -a
make package/feeds/mycustom/python-netifaces/{download,prepare,compile} V=s

ls -l ./bin/packages/mips_24kc/mycustom/

Perhaps you will also need lede-yun firmware for this environment.
There may be comments from @facchinm

from openwrt-packages-yun.

nxhack avatar nxhack commented on June 11, 2024

LEDE-17.01 & LEDE trunk with musl is working. For your information.

https://github.com/nxhack/openwrt-custom-packages/blob/master/python-netifaces/Makefile

from openwrt-packages-yun.

XVII avatar XVII commented on June 11, 2024

Oh sweet didn't realise there was a LEDE version of the Yun image. I'll give it a go. Thanks :)

from openwrt-packages-yun.

XVII avatar XVII commented on June 11, 2024

Great got the new image setup.

⚠️Stupid question -- how do I compile/use that repo :P :) #PackageN00b
Also, where do I get the distribute package from 🤔

from openwrt-packages-yun.

XVII avatar XVII commented on June 11, 2024

That worked -- thanks @nxhack 👍

from openwrt-packages-yun.

Related Issues (20)

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.