projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix dependency on zlib
[openwrt.git]
/
include
/
kernel-build.mk
diff --git
a/include/kernel-build.mk
b/include/kernel-build.mk
index
c06ca39
..
6aec7c7
100644
(file)
--- a/
include/kernel-build.mk
+++ b/
include/kernel-build.mk
@@
-13,7
+13,7
@@
include $(INCLUDE_DIR)/prereq.mk
LINUX_CONFIG ?= ./config/default
LINUX_CONFIG ?= ./config/default
--include $(
GENERIC_PLATFORM_DIR
)/config-template
+-include $(
TOPDIR)/target/linux/generic-$(KERNEL
)/config-template
-include $(LINUX_CONFIG)
ifneq ($(CONFIG_ATM),)
-include $(LINUX_CONFIG)
ifneq ($(CONFIG_ATM),)
@@
-221,10
+221,10
@@
define Profile
echo "Target-Profile: $(1)"; \
echo "Target-Profile-Name: $(NAME)"; \
echo "Target-Profile-Packages: $(PACKAGES)"; \
echo "Target-Profile: $(1)"; \
echo "Target-Profile-Name: $(NAME)"; \
echo "Target-Profile-Packages: $(PACKAGES)"; \
- echo "Target-Profile-Description:"; \
if [ -f ./config/profile-$(1) ]; then \
echo "Target-Profile-Kconfig: yes"; \
fi; \
if [ -f ./config/profile-$(1) ]; then \
echo "Target-Profile-Kconfig: yes"; \
fi; \
+ echo "Target-Profile-Description:"; \
getvar "$(call shvar,Profile/$(1)/Description)"; \
echo "@@"; \
echo;
getvar "$(call shvar,Profile/$(1)/Description)"; \
echo "@@"; \
echo;
This page took
0.021401 seconds
and
4
git commands to generate.