mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 10:51:51 +00:00
luci.mk: add support for DEFAULT option
The default option allows to activate a package by default in Kconfig. The user is still able to deactivate the option when it is selected by default. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
1
luci.mk
1
luci.mk
@@ -162,6 +162,7 @@ endif
|
||||
$(if $(LUCI_EXTRA_DEPENDS),EXTRA_DEPENDS:=$(LUCI_EXTRA_DEPENDS))
|
||||
$(if $(LUCI_PKGARCH),PKGARCH:=$(LUCI_PKGARCH))
|
||||
$(if $(PKG_PROVIDES),PROVIDES:=$(PKG_PROVIDES))
|
||||
$(if $(LUCI_DEFAULT),DEFAULT:=$(LUCI_DEFAULT))
|
||||
URL:=$(LUCI_URL)
|
||||
MAINTAINER:=$(LUCI_MAINTAINER)
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user