mirror of https://github.com/hak5/openwrt.git
install libshared into the staging dir (required by wrt-radauth)
SVN-Revision: 12181lede-17.01
parent
e0b43982fb
commit
0cc7199e71
|
@ -165,6 +165,11 @@ define Build/Compile
|
||||||
$(TARGET_CC) -o $(PKG_BUILD_DIR)/wl $(PKG_BUILD_DIR)/wl_exe.o
|
$(TARGET_CC) -o $(PKG_BUILD_DIR)/wl $(PKG_BUILD_DIR)/wl_exe.o
|
||||||
endef
|
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
|
define Package/wlc/install
|
||||||
$(CP) ./files/* $(1)/
|
$(CP) ./files/* $(1)/
|
||||||
$(INSTALL_DIR) $(1)/sbin
|
$(INSTALL_DIR) $(1)/sbin
|
||||||
|
|
Loading…
Reference in New Issue