aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2020-11-02 18:10:45 -0800
committerDaniel Golle <dangowrt@users.noreply.github.com>2020-11-03 12:38:12 +0000
commit4a94d960c9e913f8e1ee84ddba39401a46b5b5f0 (patch)
tree9ce7225083115c112c1b7a77e0e4c5f6e9ca0757 /net
parent881aa28fa10812abcc7ec6ef1ba17db50e9512bd (diff)
usbip: remove no longer necessary udev hack
It's not only unnecessary, it interferes with libudev-zero. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'net')
-rw-r--r--net/usbip/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/net/usbip/Makefile b/net/usbip/Makefile
index 904434423..a21d529b3 100644
--- a/net/usbip/Makefile
+++ b/net/usbip/Makefile
@@ -9,8 +9,8 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=usbip
-PKG_RELEASE:=11
-PKG_LICENSE:=GPL-2.0
+PKG_RELEASE:=12
+PKG_LICENSE:=GPL-2.0-only
# Since kernel 2.6.39.1 userspace tools are inside the kernel tree
# Package Automatic match version in kernel
@@ -70,8 +70,6 @@ endef
CONFIGURE_PATH:=.
MAKE_PATH:=.
LIBTOOL_PATHS:=.
-MAKE_FLAGS+=CFLAGS='-Dudev_device_get_devpath\(x\)=udev_device_get_syspath\(x\)+strlen\(\"/sys\"\) \
- -DSIGCLD=SIGCHLD'
CONFIGURE_ARGS+= --disable-silent-rules
define Build/Configure