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!!
how to add package from openwrt to compile
Moderator: Moderators
Re: how to add package from openwrt to compile
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.
Or manually modify the config files for the target in question.
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
Please be respectful when posting. I do this in my free time on a volunteer basis.
Re: how to add package from openwrt to compile
hi: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.
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.