mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 06:08:08 +00:00
fix KERNELNAME
SVN-Revision: 4584
This commit is contained in:
parent
7fc9230168
commit
ffa5ce367c
@ -38,7 +38,7 @@ else
|
|||||||
-e 's/armeb/arm/' \
|
-e 's/armeb/arm/' \
|
||||||
)
|
)
|
||||||
|
|
||||||
KERNELNAME=""
|
KERNELNAME=
|
||||||
ifneq (,$(findstring x86,$(BOARD)))
|
ifneq (,$(findstring x86,$(BOARD)))
|
||||||
KERNELNAME="bzImage"
|
KERNELNAME="bzImage"
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user