Skip to content
Snippets Groups Projects
Commit ed552b52 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

Correctly handle OpenWRT profile package list (with negative selection)

parent 34f4be30
Branches
Tags
No related merge requests found
......@@ -68,7 +68,8 @@ endef
include $(GLUONDIR)/profiles.mk
# Generate Gluon package list
# Generate package list s
$(eval $(call merge-lists,BASE_PACKAGES,DEFAULT_PACKAGES $(PROFILE)_PACKAGES))
$(eval $(call merge-lists,GLUON_PACKAGES,GLUON_DEFAULT_PACKAGES GLUON_SITE_PACKAGES GLUON_$(PROFILE)_DEFAULT_PACKAGES GLUON_$(PROFILE)_SITE_PACKAGES))
include $(INCLUDE_DIR)/image.mk
......@@ -97,7 +98,7 @@ package_install: FORCE
$(OPKG) install $(PACKAGE_DIR)/libc_*.ipk
$(OPKG) install $(PACKAGE_DIR)/kernel_*.ipk
$(OPKG) install $(DEFAULT_PACKAGES) $($(PROFILE)_PACKAGES)
$(OPKG) install $(BASE_PACKAGES)
$(NO_TRACE_MAKE) enable_initscripts ENABLE_INITSCRIPTS_FROM=%
$(OPKG) install $(GLUON_PACKAGES)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment