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
(lucab...@lucabert.de)


_______________________________________________
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev

Reply via email to