update buildroot to 2017.02.11

This commit is contained in:
jbnadal
2018-05-22 15:35:47 +02:00
parent 4bf1f5e091
commit a3c10bd762
9257 changed files with 433426 additions and 1701 deletions

View File

@@ -0,0 +1,9 @@
config BR2_PACKAGE_P910ND
bool "p910nd"
depends on BR2_USE_MMU # fork()
help
p910nd is a small printer daemon intended for diskless
workstations. Using ports 9100-9102, it accepts
print jobs and passes them directly to a USB printer.
http://p910nd.sourceforge.net/

View File

@@ -0,0 +1,2 @@
# Locally computed:
sha256 4ac980a3ae24babae6f70f0a692625ece03a4a92c357fbb10d2e368386c3c26f p910nd-0.97.tar.bz2

View File

@@ -0,0 +1,21 @@
################################################################################
#
# p910nd
#
################################################################################
P910ND_VERSION = 0.97
P910ND_SITE = http://downloads.sourceforge.net/project/p910nd/p910nd/$(P910ND_VERSION)
P910ND_SOURCE = p910nd-$(P910ND_VERSION).tar.bz2
P910ND_LICENSE = GPLv2
P910ND_LICENSE_FILES = COPYING
define P910ND_BUILD_CMDS
$(TARGET_MAKE_ENV) $(MAKE) $(TARGET_CONFIGURE_OPTS) -C $(@D)
endef
define P910ND_INSTALL_TARGET_CMDS
$(INSTALL) -D -m 0755 $(@D)/p910nd $(TARGET_DIR)/usr/sbin/p910nd
endef
$(eval $(generic-package))