Skip to content
Snippets Groups Projects
Commit b1f1f7c5 authored by Florian Fainelli's avatar Florian Fainelli
Browse files

remove board name hack (#5823)

SVN-Revision: 17652
parent 76c655e9
No related branches found
No related tags found
No related merge requests found
......@@ -82,7 +82,6 @@ $(TOPDIR)/tmp/ipkg.conf: FORCE
@echo 'src packages file:$(PACKAGE_DIR)' >> $@
BUILD_PACKAGES:=$(sort $(DEFAULT_PACKAGES) $($(PROFILE)_PACKAGES) kernel)
BUILD_PACKAGES:=$(patsubst base-files,base-files-$(BOARD),$(BUILD_PACKAGES))
# "-pkgname" in the package list means remove "pkgname" from the package list
BUILD_PACKAGES:=$(filter-out $(filter -%,$(BUILD_PACKAGES)) $(patsubst -%,%,$(filter -%,$(BUILD_PACKAGES))),$(BUILD_PACKAGES))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment