summaryrefslogtreecommitdiffhomepage
path: root/contrib
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-04-01 07:58:44 +0000
committerSteven Barth <steven@midlink.org>2008-04-01 07:58:44 +0000
commit9e5ab8f3396e7c765d99a8aec9e42c201ada48c4 (patch)
tree7d1e45445319f2a1646ec32d93606999136c649b /contrib
parent184f13334f470141420a189220dd3b951aac4480 (diff)
* Added Quick&Dirty hack for head-revisioned FFLuCI
Diffstat (limited to 'contrib')
-rw-r--r--contrib/package/ffluci/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/package/ffluci/Makefile b/contrib/package/ffluci/Makefile
index 753fe889a..885411017 100644
--- a/contrib/package/ffluci/Makefile
+++ b/contrib/package/ffluci/Makefile
@@ -48,6 +48,7 @@ define Package/ffluci/install
$(CP) $(PKG_BUILD_DIR)/contrib/uci/luci_fw $(1)/etc/config/luci_fw
$(CP) -a ./ipkg/ffluci.postinst $(1)/CONTROL/postinst
$(CP) -a ./ipkg/conffiles $(1)/CONTROL/conffiles
+ rm $(DL_DIR)/$(PKG_SOURCE)
endef
$(eval $(call BuildPackage,ffluci))