Page 1 of 1

how to add package from openwrt to compile

Posted: Thu Sep 29, 2016 12:33 am
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!!

Re: how to add package from openwrt to compile

Posted: Thu Sep 29, 2016 4:08 am
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.

Re: how to add package from openwrt to compile

Posted: Thu Sep 29, 2016 7:19 am
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.