Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -3,8 +3,9 @@ config BR2_PACKAGE_USBMOUNT
|
||||
depends on BR2_PACKAGE_HAS_UDEV
|
||||
select BR2_PACKAGE_LOCKFILE_PROGS
|
||||
help
|
||||
The usbmount package automatically mounts USB mass storage devices
|
||||
when they are plugged in, and unmounts them when they are removed.
|
||||
The usbmount package automatically mounts USB mass storage
|
||||
devices when they are plugged in, and unmounts them when
|
||||
they are removed.
|
||||
|
||||
http://usbmount.alioth.debian.org/
|
||||
|
||||
|
||||
@@ -8,15 +8,15 @@ USBMOUNT_VERSION = 0.0.22
|
||||
USBMOUNT_SOURCE = usbmount_$(USBMOUNT_VERSION).tar.gz
|
||||
USBMOUNT_SITE = http://snapshot.debian.org/archive/debian/20141023T043132Z/pool/main/u/usbmount
|
||||
USBMOUNT_DEPENDENCIES = udev lockfile-progs
|
||||
USBMOUNT_LICENSE = BSD-2c
|
||||
USBMOUNT_LICENSE = BSD-2-Clause
|
||||
USBMOUNT_LICENSE_FILES = debian/copyright
|
||||
|
||||
define USBMOUNT_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -m 0755 -D $(@D)/usbmount $(TARGET_DIR)/usr/share/usbmount/usbmount
|
||||
|
||||
$(INSTALL) -m 0755 -D $(@D)/00_create_model_symlink \
|
||||
$(INSTALL) -m 0755 -D $(@D)/00_create_model_symlink \
|
||||
$(TARGET_DIR)/etc/usbmount/mount.d/00_create_model_symlink
|
||||
$(INSTALL) -m 0755 -D $(@D)/00_remove_model_symlink \
|
||||
$(INSTALL) -m 0755 -D $(@D)/00_remove_model_symlink \
|
||||
$(TARGET_DIR)/etc/usbmount/umount.d/00_remove_model_symlink
|
||||
|
||||
$(INSTALL) -m 0644 -D $(@D)/usbmount.rules $(TARGET_DIR)/lib/udev/rules.d/usbmount.rules
|
||||
|
||||
Reference in New Issue
Block a user