1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[buildroot] make targets provide their KERNELNAME

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23919 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2010-11-08 07:31:25 +00:00
parent f802d1905d
commit 3ca8fd6798
4 changed files with 6 additions and 9 deletions
+2
View File
@@ -20,4 +20,6 @@ define Target/Description
Build firmware images for ATNGW100 board
endef
KERNELNAME:=uImage
$(eval $(call BuildTarget))
+2
View File
@@ -16,6 +16,8 @@ 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
+2
View File
@@ -16,6 +16,8 @@ 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, \