Re: [LEDE-DEV] Problem creating packages

2018-03-01 Thread Luca Bertoncello
Zitat von Jakub Jančo : If you really need dependency on bash package, it is in packages repository. Did you try "./scripts/feeds update && ./scripts/feeds install bash" ? Hi Jakub, It works! Thanks a lot, that was the right tip! Regards Luca Bertoncello (lucab...@lucabert.de) ___

Re: [LEDE-DEV] Problem creating packages

2018-03-01 Thread Jakub Jančo
If you really need dependency on bash package, it is in packages repository. Did you try "./scripts/feeds update && ./scripts/feeds install bash" ? -- S pozdravom Jakub Janco On Thu, Mar 1, 2018 at 1:57 PM, Luca Bertoncello wrote: > Hi list! > > I'm new by building packages on OpenWRT, but I t

[LEDE-DEV] Problem creating packages

2018-03-01 Thread Luca Bertoncello
Hi list! I'm new by building packages on OpenWRT, but I try to create a package (I know how it works on Debian). My package depends on BASH, so I wrote: define Package/blah SECTION:=admin CATEGORY:=Administration DEPENDS:=$(CXX_DEPENDS) +libpq +libopenssl +libopenldap +bash TITLE:=Bla