projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
remove hardcoded package names; use wildcard
[openwrt.git]
/
target
/
linux
/
kernel.mk
diff --git
a/target/linux/kernel.mk
b/target/linux/kernel.mk
index
b1ac947
..
5406fae
100644
(file)
--- a/
target/linux/kernel.mk
+++ b/
target/linux/kernel.mk
@@
-114,3
+114,8
@@
clean:
rm -f $(STAMP_DIR)/.linux-compile
rm -rf $(LINUX_BUILD_DIR)
rm -f $(TARGETS)
rm -f $(STAMP_DIR)/.linux-compile
rm -rf $(LINUX_BUILD_DIR)
rm -f $(TARGETS)
+
+package/%:
+ $(MAKE) -C $(TOPDIR)/target/linux/package \
+ $(KPKG_MAKEOPTS) \
+ $(patsubst package/%,%,$@)
This page took
0.02161 seconds
and
4
git commands to generate.