Bump buidlroot version to 2018.02.6

This commit is contained in:
jbnadal
2018-10-22 14:55:59 +02:00
parent 222960cedb
commit bec94fdb63
6150 changed files with 84803 additions and 117446 deletions

View File

@@ -5,11 +5,10 @@
################################################################################
# source included in buildroot
HOST_FAKEDATE_LICENSE = GPLv2+
HOST_FAKEDATE_LICENSE = GPL-2.0+
define HOST_FAKEDATE_INSTALL_CMDS
$(INSTALL) -D -m 755 package/fakedate/fakedate $(HOST_DIR)/usr/bin/fakedate
ln -sfn fakedate $(HOST_DIR)/usr/bin/date
$(INSTALL) -D -m 755 package/fakedate/fakedate $(HOST_DIR)/bin/date
endef
$(eval $(host-generic-package))