mirror of https://github.com/hak5/openwrt-owl.git
make the openwrt package dir install the shared includes into the staging dir
SVN-Revision: 1117owl
parent
d3ff250172
commit
28da628c0d
|
@ -67,6 +67,8 @@ $(IPKG_STATE_DIR)/info/$(PKG_NAME).list: $(PKG_IPK)
|
||||||
source: $(DL_DIR)/$(LINKSYS_WLCONF_TGZ)
|
source: $(DL_DIR)/$(LINKSYS_WLCONF_TGZ)
|
||||||
prepare: $(LINKSYS_WLCONF_DIR)/.unpacked
|
prepare: $(LINKSYS_WLCONF_DIR)/.unpacked
|
||||||
compile: prepare libnvram-compile libshared-compile $(PKG_IPK) $(PKG_WLCOMPAT)
|
compile: prepare libnvram-compile libshared-compile $(PKG_IPK) $(PKG_WLCOMPAT)
|
||||||
|
mkdir -p $(STAGING_DIR)/usr/include
|
||||||
|
cp -a ./include/* $(STAGING_DIR)/usr/include/
|
||||||
install: libnvram-install libshared-install \
|
install: libnvram-install libshared-install \
|
||||||
$(TARGET_DIR)/usr/sbin/wlconf \
|
$(TARGET_DIR)/usr/sbin/wlconf \
|
||||||
$(IPKG_STATE_DIR)/info/$(PKG_NAME).list \
|
$(IPKG_STATE_DIR)/info/$(PKG_NAME).list \
|
||||||
|
|
Loading…
Reference in New Issue