#19418: does luci really need to depend on luci-app-firewall?
--------------------------+-----------------------------------
  Reporter:  brian@…      |      Owner:  developers
      Type:  defect       |     Status:  new
  Priority:  normal       |  Milestone:
 Component:  base system  |    Version:  Barrier Breaker 14.07
Resolution:               |   Keywords:
--------------------------+-----------------------------------

Comment (by chris5560):

 Hi Brian,

 I think you read the dependencies the wrong way.
 Inside firewall's Makefile is nothing written about luci. Here a copy:
 {{{
 define Package/firewall
   SECTION:=net
   CATEGORY:=Base system
   TITLE:=OpenWrt C Firewall
   DEPENDS:=+libubox +libubus +libuci +libip4tc +IPV6:libip6tc +libxtables
 +kmod-ipt-core +kmod-ipt-nat
 endef
 }}}

 It works the other way around. If you select luci-app-firewall it depends
 on firewall. and this is correct because why to install an luci-app
 without service this app should configure.
 Luci-app-firewall needs the luci-admin-full and luci-base packages because
 otherwise the app does not function.
 Do NOT select a luci collection because this will select multiple apps and
 modules: It's a collection ;-)

 Christian

 P.S.: If this fixes your problem please close the ticket.

--
Ticket URL: <https://dev.openwrt.org/ticket/19418#comment:1>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to