diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-11-08 09:44:33 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-11-08 09:44:33 +0000 |
commit | d9c364a7c794759c3b6a337dad3507ad937fe2ef (patch) | |
tree | 219cc8b11fdaab42d665e58066d5333d70312d0a /target/linux/x86/Makefile | |
parent | b9f738b99716346049c8fbc86f47fd2733859ad1 (diff) |
[x86:rdc]: x86 kernels target bzImage by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23926 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86/Makefile')
-rw-r--r-- | target/linux/x86/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile index fb365dd8ea..3cbed95426 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -16,8 +16,6 @@ LINUX_VERSION:=2.6.32.25 include $(INCLUDE_DIR)/target.mk -KERNELNAME:=bzImage - $(eval $(call BuildTarget)) $(eval $(call $(if $(CONFIG_TARGET_ROOTFS_ISO),RequireCommand,Ignore),mkisofs, \ |