projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
run metadata scanning only once when multiple targets are specified on the command...
[openwrt.git]
/
target
/
linux
/
rdc-2.6
/
image
/
Makefile
diff --git
a/target/linux/rdc-2.6/image/Makefile
b/target/linux/rdc-2.6/image/Makefile
index
13c8718
..
f8398ba
100644
(file)
--- a/
target/linux/rdc-2.6/image/Makefile
+++ b/
target/linux/rdc-2.6/image/Makefile
@@
-7,15
+7,13
@@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/image.mk
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/image.mk
-define Build/Clean
-endef
-
define Image/Prepare
define Image/Prepare
+ $(CP) $(LINUX_DIR)/arch/i386/boot/bzImage $(KDIR)/bzImage
endef
define Image/Build
touch $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).img
endef
define Image/Build
touch $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).img
- $(STAGING_DIR)/bin/airlink -b 0 -j $(
LINUX_DIR)/arch/i386/boot
/bzImage $(KDIR)/root.$(1) $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).img
+ $(STAGING_DIR)/bin/airlink -b 0 -j $(
KDIR)
/bzImage $(KDIR)/root.$(1) $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).img
endef
$(eval $(call BuildImage))
endef
$(eval $(call BuildImage))
This page took
0.019766 seconds
and
4
git commands to generate.