X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=utils%2Fpetitboot%2FMakefile;fp=utils%2Fpetitboot%2FMakefile;h=4ae52e89ff5c0eb06fc6b4f67505e6ffe9a97822;hb=7f2cae5f491a5acc65d7d01aabfb80ca3aeffe63;hp=4e072ea8e760d5aadd52683b5057761941e4c992;hpb=90b484f2d8c9be36d461855ca4c6a6ee77c0a5c7;p=packages.git diff --git a/utils/petitboot/Makefile b/utils/petitboot/Makefile index 4e072ea8e..4ae52e89f 100644 --- a/utils/petitboot/Makefile +++ b/utils/petitboot/Makefile @@ -72,7 +72,7 @@ petitboot-install-autorun-$(CONFIG_PETITBOOT_AUTORUN_GUI) = \ ln -sf pb-twin $(1)/usr/sbin/petitboot CONFIGURE_ARGS += $(petitboot-config-args-y) \ - PACKAGE_VERSION=$(shell echo ${HOSTNAME})-$(shell date +%y.%m.%d-%H.%M) + PACKAGE_VERSION=$(shell uname -n)-$(shell date +%y.%m.%d-%H.%M) EXTRA_CPPFLAGS += $(petitboot-cppflags-y)