how to add package from openwrt to compile

Discuss the technical details of Gargoyle and ongoing development

Moderator: Moderators

Post Reply
tbsky
Posts: 4
Joined: Thu Sep 29, 2016 12:21 am

how to add package from openwrt to compile

Post by tbsky »

hi:
when I try to compile gargoyle trunk (1.9.x) with "make custom", I found there are only a few packages. softwares like snmp,perl,bird are not there. due to AP rom size limit, I can not install them via opkg. can I add these packages from openwrt CC and compile them with gargoyle? is there official way for these or I just go to directory like "ar71xx-src" and use "scripts/feeds" to do the job?

thanks for help!!

Lantis
Moderator
Posts: 6753
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: how to add package from openwrt to compile

Post by Lantis »

If you are doing a make custom then you should be able to select the packages from the menu.
Or manually modify the config files for the target in question.
http://lantisproject.com/downloads/gargoyle_ispyisail.php for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

tbsky
Posts: 4
Joined: Thu Sep 29, 2016 12:21 am

Re: how to add package from openwrt to compile

Post by tbsky »

Lantis wrote:If you are doing a make custom then you should be able to select the packages from the menu.
Or manually modify the config files for the target in question.
hi:
gargoyle seems only get some openwrt CC packages. so by default make custom see only partial packages.

anyway I try to use openwrt script to download package at ar71xx/src and enable build options then build. it seems work fine.

Post Reply