mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-16 22:45:29 +08:00
automount: add kmod-usb-storage-uas
This commit is contained in:
parent
c50725fb75
commit
5799a958db
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=automount
|
PKG_NAME:=automount
|
||||||
PKG_VERSION:=1
|
PKG_VERSION:=1
|
||||||
PKG_RELEASE:=29
|
PKG_RELEASE:=30
|
||||||
PKG_ARCH:=all
|
PKG_ARCH:=all
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
@ -17,7 +17,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
define Package/automount
|
define Package/automount
|
||||||
TITLE:=Mount autoconfig hotplug script.
|
TITLE:=Mount autoconfig hotplug script.
|
||||||
MAINTAINER:=Lean
|
MAINTAINER:=Lean
|
||||||
DEPENDS:=+block-mount +kmod-usb-storage +kmod-usb-storage-extras +kmod-fs-vfat +kmod-fs-ext4 +kmod-fs-exfat +ntfs-3g
|
DEPENDS:=+block-mount +kmod-usb-storage +kmod-usb-storage-extras +kmod-usb-storage-uas +kmod-fs-vfat +kmod-fs-ext4 +kmod-fs-exfat +ntfs-3g
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/automount/description
|
define Package/automount/description
|
||||||
|
@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=luci-app-ssr-plus
|
PKG_NAME:=luci-app-ssr-plus
|
||||||
PKG_VERSION:=164
|
PKG_VERSION:=164
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
|
||||||
|
|
||||||
@ -11,27 +11,27 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
define Package/$(PKG_NAME)/config
|
define Package/$(PKG_NAME)/config
|
||||||
config PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks
|
config PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks
|
||||||
bool "Include Shadowsocks New Version"
|
bool "Include Shadowsocks New Version"
|
||||||
default y if x86_64
|
default y if x86||x86_64||arm||aarch64
|
||||||
|
|
||||||
config PACKAGE_$(PKG_NAME)_INCLUDE_Simple_obfs
|
config PACKAGE_$(PKG_NAME)_INCLUDE_Simple_obfs
|
||||||
bool "Include Shadowsocks Simple-obfs Plugin"
|
bool "Include Shadowsocks Simple-obfs Plugin"
|
||||||
default y if x86_64
|
default y if x86||x86_64||arm||aarch64
|
||||||
|
|
||||||
config PACKAGE_$(PKG_NAME)_INCLUDE_V2ray_plugin
|
config PACKAGE_$(PKG_NAME)_INCLUDE_V2ray_plugin
|
||||||
bool "Include Shadowsocks V2ray Plugin"
|
bool "Include Shadowsocks V2ray Plugin"
|
||||||
default y if x86_64
|
default y if x86||x86_64||arm||aarch64
|
||||||
|
|
||||||
config PACKAGE_$(PKG_NAME)_INCLUDE_V2ray
|
config PACKAGE_$(PKG_NAME)_INCLUDE_V2ray
|
||||||
bool "Include V2ray"
|
bool "Include V2ray"
|
||||||
default y if x86_64
|
default y if x86||x86_64||arm||aarch64
|
||||||
|
|
||||||
config PACKAGE_$(PKG_NAME)_INCLUDE_Trojan
|
config PACKAGE_$(PKG_NAME)_INCLUDE_Trojan
|
||||||
bool "Include Trojan"
|
bool "Include Trojan"
|
||||||
default y if x86_64
|
default y if x86||x86_64||arm||aarch64
|
||||||
|
|
||||||
config PACKAGE_$(PKG_NAME)_INCLUDE_Redsocks2
|
config PACKAGE_$(PKG_NAME)_INCLUDE_Redsocks2
|
||||||
bool "Include Redsocks2"
|
bool "Include Redsocks2"
|
||||||
default y if x86_64
|
default y if x86||x86_64||arm||aarch64
|
||||||
|
|
||||||
config PACKAGE_$(PKG_NAME)_INCLUDE_Kcptun
|
config PACKAGE_$(PKG_NAME)_INCLUDE_Kcptun
|
||||||
bool "Include Kcptun"
|
bool "Include Kcptun"
|
||||||
@ -39,11 +39,11 @@ config PACKAGE_$(PKG_NAME)_INCLUDE_Kcptun
|
|||||||
|
|
||||||
config PACKAGE_$(PKG_NAME)_INCLUDE_ShadowsocksR_Server
|
config PACKAGE_$(PKG_NAME)_INCLUDE_ShadowsocksR_Server
|
||||||
bool "Include ShadowsocksR Server"
|
bool "Include ShadowsocksR Server"
|
||||||
default y if x86_64
|
default y if x86||x86_64||arm||aarch64
|
||||||
|
|
||||||
config PACKAGE_$(PKG_NAME)_INCLUDE_DNS2SOCKS
|
config PACKAGE_$(PKG_NAME)_INCLUDE_DNS2SOCKS
|
||||||
bool "Include DNS2SOCKS"
|
bool "Include DNS2SOCKS"
|
||||||
default y if x86_64
|
default y if x86||x86_64||arm||aarch64
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/$(PKG_NAME)
|
define Package/$(PKG_NAME)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user