Skip to content
Snippets Groups Projects
Commit 9756b46d authored by Andy Boyett's avatar Andy Boyett
Browse files

remove legacy 2.4-specific behavior, fixes IB on brcm-2.4

SVN-Revision: 16654
parent b7287967
No related branches found
No related tags found
No related merge requests found
......@@ -82,11 +82,7 @@ $(TOPDIR)/tmp/ipkg.conf: FORCE
@echo 'src packages file:$(PACKAGE_DIR)' >> $@
BUILD_PACKAGES:=$(sort $(DEFAULT_PACKAGES) $($(PROFILE)_PACKAGES) kernel)
ifeq ($(KERNEL),2.4)
BUILD_PACKAGES:=$(patsubst base-files,base-files-$(BOARD)-$(KERNEL),$(BUILD_PACKAGES))
else
BUILD_PACKAGES:=$(patsubst base-files,base-files-$(BOARD),$(BUILD_PACKAGES))
endif
# "-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