usbip: remove nonshared flag (#6681)
authorJo-Philipp Wich <jo@mein.io>
Sun, 5 Aug 2018 08:49:33 +0000 (10:49 +0200)
committerNuno Goncalves <nunojpg@gmail.com>
Sun, 5 Aug 2018 08:49:33 +0000 (10:49 +0200)
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>
net/usbip/Makefile

index 612917cf07ce5c9fb196432abcd72bc8a7e20c8e..11a242dab25b2e6325b826f51a0f293d5b9b2609 100644 (file)
@@ -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