projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76c655e
)
remove board name hack (#5823)
author
Florian Fainelli
<florian@openwrt.org>
Sun, 20 Sep 2009 16:06:53 +0000
(16:06 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Sun, 20 Sep 2009 16:06:53 +0000
(16:06 +0000)
SVN-Revision: 17652
target/imagebuilder/files/Makefile
patch
|
blob
|
history
diff --git
a/target/imagebuilder/files/Makefile
b/target/imagebuilder/files/Makefile
index 859cfcb7b86dd5d28e62d7a48bc110ab0cf82ee3..e003a32f2d58154d7048f70a7cfece77ae37b9eb 100644
(file)
--- a/
target/imagebuilder/files/Makefile
+++ b/
target/imagebuilder/files/Makefile
@@
-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))