aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2018-08-05 10:49:33 +0200
committerNuno Goncalves <nunojpg@gmail.com>2018-08-05 10:49:33 +0200
commiteded6ed7cfb15ad31c0a6b0623ef992d61895fd9 (patch)
treeeb927f18e0590fb702afb752163f0f1744c2ec8b /net
parent2eb25c44f4b5c86eb6d418562917dd8fc411ab81 (diff)
usbip: remove nonshared flag (#6681)
Since https://git.openwrt.org/d0e0b7049f88774e67c3d5ad6b573f7070e5f900, OpenWrt SDKs ship the appropriate sources for building usbip userspace packages, so special nonshared handling is not required anymore. Sucessfully tested by compiling usbip utilities for various architectures using self built SDKs after applying the change linked above. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'net')
-rw-r--r--net/usbip/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/usbip/Makefile b/net/usbip/Makefile
index 612917cf0..11a242dab 100644
--- a/net/usbip/Makefile
+++ b/net/usbip/Makefile
@@ -32,7 +32,6 @@ Hooks/Prepare/Pre += prepare_source_directory
PKG_FIXUP:=autoreconf
PKG_INSTALL:=1
-PKG_FLAGS:=nonshared
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/nls.mk