* Added Quick&Dirty hack for head-revisioned FFLuCI

This commit is contained in:
Steven Barth 2008-04-01 07:58:44 +00:00
parent 184f13334f
commit 9e5ab8f339

View file

@ -48,6 +48,7 @@ define Package/ffluci/install
$(CP) $(PKG_BUILD_DIR)/contrib/uci/luci_fw $(1)/etc/config/luci_fw $(CP) $(PKG_BUILD_DIR)/contrib/uci/luci_fw $(1)/etc/config/luci_fw
$(CP) -a ./ipkg/ffluci.postinst $(1)/CONTROL/postinst $(CP) -a ./ipkg/ffluci.postinst $(1)/CONTROL/postinst
$(CP) -a ./ipkg/conffiles $(1)/CONTROL/conffiles $(CP) -a ./ipkg/conffiles $(1)/CONTROL/conffiles
rm $(DL_DIR)/$(PKG_SOURCE)
endef endef
$(eval $(call BuildPackage,ffluci)) $(eval $(call BuildPackage,ffluci))