[luci] LUCI Build on PC

Venkatesh K kaevee at gmail.com
Sun Jun 3 04:43:35 CEST 2012


Hi,

Due to changes in uhttpd trunk, the new uhttpd needs libubox. We cannot
build LUCI on PC as libubox is not included in the libraries. Till libubox
is included in the LUCI libraries, here is a patch to build LUCI on PC.

------------- Cut here ---------------------------------------------
--- Makefile.orig 2012-06-03 08:08:48.251056360 +0530
+++ Makefile 2012-06-03 08:09:30.151059167 +0530
@@ -2,6 +2,7 @@
 include ../../build/gccconfig.mk

 UHTTPD_SRC = svn://svn.openwrt.org/openwrt/trunk/package/uhttpd/src
+UHTTPD_REL = 31571
 UHTTPD_DIR = uhttpd-src
 UHTTPD_PATCHDIR = patches

@@ -10,7 +11,7 @@
 include ../../build/module.mk

 $(UHTTPD_DIR)/Makefile:
- svn co $(UHTTPD_SRC) $(UHTTPD_DIR)
+ svn co -r $(UHTTPD_REL) $(UHTTPD_SRC) $(UHTTPD_DIR)

 $(UHTTPD_DIR)/.prepared: $(UHTTPD_DIR)/Makefile
  (cd $(UHTTPD_PATCHDIR); ls *.patch | sort > series) || true
----------- end of patch -----------------------------------------------

Regards,

Venkatesh. K
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.subsignal.org/pipermail/luci/attachments/20120603/562baf8b/attachment.html>


More information about the luci mailing list