diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-05-30 20:50:17 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-05-30 20:50:17 +0000 |
commit | 90ba71f355f2f7fff2ebd9db046a4072d2be8412 (patch) | |
tree | 138342ec6062c41f6ddef76c1242ea5922798d59 | |
parent | a7f1b685ba594d9e21f077e129218ff3a616f47d (diff) | |
download | master-187ad058-90ba71f355f2f7fff2ebd9db046a4072d2be8412.tar.gz master-187ad058-90ba71f355f2f7fff2ebd9db046a4072d2be8412.tar.bz2 master-187ad058-90ba71f355f2f7fff2ebd9db046a4072d2be8412.zip |
make the openwrt package dir install the shared includes into the staging dir
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1117 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/openwrt/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/openwrt/Makefile b/package/openwrt/Makefile index 850c8729af..71edbee3af 100644 --- a/package/openwrt/Makefile +++ b/package/openwrt/Makefile @@ -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 \ |