Skip to content

Commit 0d60adc

Browse files
[bot] AutoMerging: merge all upstream's changes:
* https://github.com/coolsnowwolf/lede: automount: add kmod-fs-ntfs3 (coolsnowwolf#10671) n2n: move to `packages` feeds (coolsnowwolf#10611)
2 parents db7880a + 5acc561 commit 0d60adc

File tree

6 files changed

+2
-265
lines changed

6 files changed

+2
-265
lines changed

package/lean/automount/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=automount
1111
PKG_VERSION:=1
12-
PKG_RELEASE:=39
12+
PKG_RELEASE:=40
1313
PKG_ARCH:=all
1414

1515
include $(INCLUDE_DIR)/package.mk
@@ -18,7 +18,7 @@ define Package/automount
1818
TITLE:=Mount autoconfig hotplug script.
1919
MAINTAINER:=Lean
2020
DEPENDS:=+block-mount +kmod-fs-exfat +kmod-fs-ext4 +kmod-fs-vfat +libblkid \
21-
+kmod-usb-storage +kmod-usb-storage-extras +!TARGET_ramips:kmod-usb-storage-uas
21+
+kmod-usb-storage +kmod-usb-storage-extras +!TARGET_ramips:kmod-usb-storage-uas +kmod-fs-ntfs3
2222
endef
2323

2424
define Package/automount/description

package/lean/n2n/Makefile

-82
This file was deleted.

package/lean/n2n/files/n2n-migrate-conf.sh

-4
This file was deleted.

package/lean/n2n/files/n2n.config

-24
This file was deleted.

package/lean/n2n/files/n2n.init

-142
This file was deleted.

package/lean/n2n/patches/100-dynamic-libcap.patch

-11
This file was deleted.

0 commit comments

Comments
 (0)