1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-17 12:43:56 +02:00

fix KERNELNAME

SVN-Revision: 4584
This commit is contained in:
Felix Fietkau 2006-08-17 18:11:25 +00:00
parent 7fc9230168
commit ffa5ce367c

View File

@ -38,7 +38,7 @@ else
-e 's/armeb/arm/' \
)
KERNELNAME=""
KERNELNAME=
ifneq (,$(findstring x86,$(BOARD)))
KERNELNAME="bzImage"
endif