diff options
Diffstat (limited to 'target/linux/mcs814x/Makefile')
-rw-r--r-- | target/linux/mcs814x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mcs814x/Makefile b/target/linux/mcs814x/Makefile index 6b1b40e486..25c778afa6 100644 --- a/target/linux/mcs814x/Makefile +++ b/target/linux/mcs814x/Makefile @@ -26,6 +26,6 @@ DEFAULT_PACKAGES := $(filter-out ppp%,$(DEFAULT_PACKAGES)) \ kmod-nls-utf8 \ kmod-mcs814x-wdt kmod-ledtrig-usbdev -KERNELNAME:="zImage dtbs" +KERNELNAME:=zImage dtbs $(eval $(call BuildTarget)) |