projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc6fc18
)
BR2_ -> CONFIG_
author
mbm
<mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 11 May 2006 23:43:45 +0000
(23:43 +0000)
committer
mbm
<mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 11 May 2006 23:43:45 +0000
(23:43 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3766
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/linux/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/Makefile
b/target/linux/Makefile
index
7922de9
..
d7744f5
100644
(file)
--- a/
target/linux/Makefile
+++ b/
target/linux/Makefile
@@
-31,7
+31,7
@@
$(1)/$(2)-install-ib:
echo '$$$$(eval $$$$(call image_template,$(2),$(1)))' >> $(IB_DIR)/kernel.mk
-ifeq ($(
BR2
_LINUX_$(3)),y)
+ifeq ($(
CONFIG
_LINUX_$(3)),y)
clean: $(1)/$(2)-clean
prepare: $(1)/$(2)-prepare
compile: $(1)/$(2)-compile
@@
-64,7
+64,7
@@
$(BIN_DIR)/$(IB_NAME).tar.bz2:
find $(IB_DIR) -name CVS | xargs rm -rf
(cd $(BUILD_DIR); tar c $(IB_NAME) | bzip2 -c > $(BIN_DIR)/$(IB_NAME).tar.bz2)
-ifeq ($(
BR2
_PACKAGE_IMAGEBUILDER),y)
+ifeq ($(
CONFIG
_PACKAGE_IMAGEBUILDER),y)
install: $(BIN_DIR)/$(IB_NAME).tar.bz2
endif
This page took
0.023622 seconds
and
4
git commands to generate.