summaryrefslogtreecommitdiffstats
path: root/target/image/x86
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-06-21 14:02:29 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-06-21 14:02:29 +0000
commita8de4fb9f24fea095e80a3fcd5c69bd6029e39d2 (patch)
treea16d02a1e5f3bbadde4f85f030dce15958e4ba6e /target/image/x86
parentb0107120a73002d99673d1ce0ea22dc9c646472e (diff)
move target/linux/image to target/image
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4040 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/image/x86')
-rw-r--r--target/image/x86/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/target/image/x86/Makefile b/target/image/x86/Makefile
new file mode 100644
index 000000000..e4b3a9e44
--- /dev/null
+++ b/target/image/x86/Makefile
@@ -0,0 +1,9 @@
+include $(TOPDIR)/rules.mk
+include $(INCLUDE_DIR)/image.mk
+
+define Image/Build
+ cp $(KDIR)/root.$(1) $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(1).img
+ cp $(KDIR)/vmlinux $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-vmlinuz
+endef
+
+$(eval $(call BuildImage))