mirror of https://github.com/hak5/openwrt-owl.git
parent
2dbaa28adb
commit
94164d679b
|
@ -56,6 +56,9 @@ KERNELNAME=
|
||||||
ifneq (,$(findstring x86,$(BOARD)))
|
ifneq (,$(findstring x86,$(BOARD)))
|
||||||
KERNELNAME="bzImage"
|
KERNELNAME="bzImage"
|
||||||
endif
|
endif
|
||||||
|
ifneq (,$(findstring rdc,$(BOARD)))
|
||||||
|
KERNELNAME="bzImage"
|
||||||
|
endif
|
||||||
ifneq (,$(findstring ppc,$(BOARD)))
|
ifneq (,$(findstring ppc,$(BOARD)))
|
||||||
KERNELNAME="uImage"
|
KERNELNAME="uImage"
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue