petitboot: Use uname for hostname
Signed-off-by: Geoff Levand <geoff@infradead.org> git-svn-id: svn://svn.openwrt.org/openwrt/packages@35742 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
90b484f2d8
commit
7f2cae5f49
@ -72,7 +72,7 @@ petitboot-install-autorun-$(CONFIG_PETITBOOT_AUTORUN_GUI) = \
|
|||||||
ln -sf pb-twin $(1)/usr/sbin/petitboot
|
ln -sf pb-twin $(1)/usr/sbin/petitboot
|
||||||
|
|
||||||
CONFIGURE_ARGS += $(petitboot-config-args-y) \
|
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)
|
EXTRA_CPPFLAGS += $(petitboot-cppflags-y)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user