[LEDE-DEV] Problem creating packages
Luca Bertoncello
lucabert at lucabert.de
Thu Mar 1 04:57:00 PST 2018
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:=Blah blah
endef
Well, if I compile it, it works, but I cannot "install" it (= create
the .ipk-files) since make says that package "bash" does not exists...
What do I do wrong?
Thanks
Luca Bertoncello
(lucabert at lucabert.de)
More information about the Lede-dev
mailing list