projects
/
oweals
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60fbb7c
)
* Enabled development mode for Makefile
author
Steven Barth
<steven@midlink.org>
Tue, 6 May 2008 15:17:13 +0000
(15:17 +0000)
committer
Steven Barth
<steven@midlink.org>
Tue, 6 May 2008 15:17:13 +0000
(15:17 +0000)
contrib/package/ffluci/Makefile
patch
|
blob
|
history
diff --git
a/contrib/package/ffluci/Makefile
b/contrib/package/ffluci/Makefile
index 19f1e0028779af3f060992ac56684135c9369265..1b0f80e6b6b946ccf00abb445c8d10f9641f0dec 100644
(file)
--- a/
contrib/package/ffluci/Makefile
+++ b/
contrib/package/ffluci/Makefile
@@
-17,7
+17,8
@@
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
PKG_BUILD_DEPENDS:=lua-luci
-MAKE_ACTION:=compile LUAC=$(BUILD_DIR_HOST)/lua-luci/luac
+# MAKE_ACTION:=compile LUAC=$(BUILD_DIR_HOST)/lua-luci/luac
+MAKE_ACTION:=source
include $(INCLUDE_DIR)/package.mk