X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=utils%2Fmaemo-kexec%2FMakefile;fp=utils%2Fmaemo-kexec%2FMakefile;h=3f31c975556a31551c55b34d7bc785fbfd201f65;hb=8e3869f710beffce25fa773e7e1457bb20ad956c;hp=05b7f50ddca788daf23a082bf4c74ee6072b7c51;hpb=9669b4762e0dbebb6b8b32610ad448b0f3361177;p=packages.git diff --git a/utils/maemo-kexec/Makefile b/utils/maemo-kexec/Makefile index 05b7f50dd..3f31c9755 100644 --- a/utils/maemo-kexec/Makefile +++ b/utils/maemo-kexec/Makefile @@ -50,7 +50,7 @@ MAEMO_KRNL_SRC:=$(if $(CONFIG_MAEMO_KEXEC_DOWNLOAD_KERNEL),\ define Package/maemo-kexec/install $(INSTALL_DIR) $(1)/boot $(1)/sbin - $(INSTALL_BIN) ./files/sbin/boot-maemo $(1)/sbin/ + $(INSTALL_BIN) ./files/sbin/bootmaemo $(1)/sbin/ $(INSTALL_DATA) $(MAEMO_KRNL_SRC) $(1)/boot/maemo.zImage endef