projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cdc1b3
)
install libshared into the staging dir (required by wrt-radauth)
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 5 Aug 2008 22:32:26 +0000
(22:32 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 5 Aug 2008 22:32:26 +0000
(22:32 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12181
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/broadcom-wl/Makefile
patch
|
blob
|
history
diff --git
a/package/broadcom-wl/Makefile
b/package/broadcom-wl/Makefile
index
04f2960
..
5db45cd
100644
(file)
--- 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