Browse Source

x86 kernels target bzImage by default

SVN-Revision: 23926
Imre Kaloz 15 years ago
parent
commit
2f2442f323
2 changed files with 0 additions and 4 deletions
  1. 0 2
      target/linux/rdc/Makefile
  2. 0 2
      target/linux/x86/Makefile

+ 0 - 2
target/linux/rdc/Makefile

@@ -16,8 +16,6 @@ LINUX_VERSION:=2.6.32.25
 
 include $(INCLUDE_DIR)/target.mk
 
-KERNELNAME:=bzImage
-
 DEFAULT_PACKAGES += wpad-mini kmod-libphy kmod-r6040 kmod-input-core \
 		    kmod-input-polldev kmod-input-gpio-buttons kmod-button-hotplug \
 		    kmod-rdc321x-wdt

+ 0 - 2
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, \