Skip to content
Snippets Groups Projects
Commit 0cc7199e authored by Felix Fietkau's avatar Felix Fietkau
Browse files

install libshared into the staging dir (required by wrt-radauth)

SVN-Revision: 12181
parent e0b43982
No related branches found
No related tags found
No related merge requests found
......@@ -165,6 +165,11 @@ define Build/Compile
$(TARGET_CC) -o $(PKG_BUILD_DIR)/wl $(PKG_BUILD_DIR)/wl_exe.o
endef
define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_BUILD_DIR)/router/shared/libshared.a $(1)/usr/lib/
endef
define Package/wlc/install
$(CP) ./files/* $(1)/
$(INSTALL_DIR) $(1)/sbin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment