From: Felix Fietkau Date: Tue, 5 Aug 2008 22:32:26 +0000 (+0000) Subject: install libshared into the staging dir (required by wrt-radauth) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=83ad74e304f0a45883e02630752d54034b7ed041 install libshared into the staging dir (required by wrt-radauth) SVN-Revision: 12181 --- diff --git a/package/broadcom-wl/Makefile b/package/broadcom-wl/Makefile index 04f2960c20..5db45cdba0 100644 --- a/package/broadcom-wl/Makefile +++ b/package/broadcom-wl/Makefile @@ -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