diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2010-11-08 09:44:33 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2010-11-08 09:44:33 +0000 |
commit | 2f2442f323a0f86cf5c2cad9efd1a4cd027dacc8 (patch) | |
tree | cc1b81f3d546cc3de769414e4873e0bdb2018743 /target/linux/x86 | |
parent | 9fc3b4b7fdc1a96730336b502865416d2222d8b7 (diff) | |
download | upstream-2f2442f323a0f86cf5c2cad9efd1a4cd027dacc8.tar.gz upstream-2f2442f323a0f86cf5c2cad9efd1a4cd027dacc8.tar.bz2 upstream-2f2442f323a0f86cf5c2cad9efd1a4cd027dacc8.zip |
x86 kernels target bzImage by default
SVN-Revision: 23926
Diffstat (limited to 'target/linux/x86')
-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, \ |