diff --git a/packages/sysutils/busybox/config/transmission.conf b/packages/sysutils/busybox/config/transmission.conf deleted file mode 100644 index d50663b4b9..0000000000 --- a/packages/sysutils/busybox/config/transmission.conf +++ /dev/null @@ -1,5 +0,0 @@ -# transmission with uTP support -# please comment out the follow line to activate this values: - -# net.core.wmem_max=1048576 -# net.core.rmem_max=4194304 diff --git a/packages/sysutils/busybox/package.mk b/packages/sysutils/busybox/package.mk index c957ba4786..2d2e414aa7 100644 --- a/packages/sysutils/busybox/package.mk +++ b/packages/sysutils/busybox/package.mk @@ -175,9 +175,6 @@ makeinstall_target() { cp $PKG_DIR/config/httpd.conf $INSTALL/etc cp $PKG_DIR/config/suspend-modules.conf $INSTALL/etc - mkdir -p $INSTALL/usr/config/sysctl.d - cp $PKG_DIR/config/transmission.conf $INSTALL/usr/config/sysctl.d - # /etc/fstab is needed by... touch $INSTALL/etc/fstab