#18591: Luci default collection requires luci-proto-ppp
-------------------------+-----------------------------------
 Reporter:  anonymous    |      Owner:
     Type:  enhancement  |     Status:  new
 Priority:  high         |  Milestone:  Barrier Breaker 14.07
Component:  luci         |    Version:  Barrier Breaker 14.07
 Keywords:  luci ppp     |
-------------------------+-----------------------------------
 The default luci collection automatically selects "luci-proto-ppp"
 package. Is that a requirement for luci for function? PPP protocol is not
 required for connection to cable modem or dorm WAN socket where IP
 addresses are automatically assigned.

 Can you consider excluding luci-proto-ppp if kmod-ppp and ppp is not
 selected?

 This is the luci Makefile that forced inclusion of luci-proto-ppp:

 {{{
 define collection
   define Package/luci$(if $(1),-$(1))
     SECTION:=luci
     CATEGORY:=LuCI
     TITLE:=LuCI - Lua Configuration Interface
     URL:=http://luci.subsignal.org/
     MAINTAINER:=LuCI Development Team <[email protected]>
     SUBMENU:=1. Collections
     TITLE:=$(if $(2),$(2),LuCI $(if $(1),$(1),general) collection)
     $(if $(3),DEPENDS:=$(3))
   endef

   define Package/luci$(if $(1),-$(1))/install
         true
   endef

   LUCI_BUILD_PACKAGES += luci$(if $(1),-$(1))
 endef

 $(eval $(call collection,,\
         Standard OpenWrt set including full admin with ppp support and the
 \
         default OpenWrt theme,\
         +uhttpd +uhttpd-mod-ubus +luci-mod-admin-full +luci-theme-
 bootstrap \
         +luci-app-firewall +luci-proto-ppp +libiwinfo-lua +luci-lib-
 nixio))
 }}}

--
Ticket URL: <https://dev.openwrt.org/ticket/18591>
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