1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-10 16:09:43 +02:00

make the openwrt package dir install the shared includes into the staging dir

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1117 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2005-05-30 20:50:17 +00:00
parent 5f26a699ff
commit f1dd90e442

View File

@ -67,6 +67,8 @@ $(IPKG_STATE_DIR)/info/$(PKG_NAME).list: $(PKG_IPK)
source: $(DL_DIR)/$(LINKSYS_WLCONF_TGZ)
prepare: $(LINKSYS_WLCONF_DIR)/.unpacked
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 \
$(TARGET_DIR)/usr/sbin/wlconf \
$(IPKG_STATE_DIR)/info/$(PKG_NAME).list \