On Mon, Aug 02, 2010 at 12:35:28PM -0400, Robert P. J. Day wrote:
>   i have an ARM-based technologic TS-7260 board running technologic's
> TS-linux and i'd like to use luci as a GUI admin tool to configure it.
> as i see it, the easiest way to do that is to simply configure and
> build all of openwrt with luci bundled in for that architecture, then
> extract the luci-related parts i care about.
> 
>   anyone done this, or anything equivalent to it?  i'd really like to
> get luci up and running for this system, so if anyone's gone down that
> road before, i'd love to get the details.  thanks.

That should work fine.  You should be able to do just
    make package/luci/compile
rather than build the entire firmware (kernel and user land).

One thing to watch out for: OpenWrt will build luci as dynamically
linked against uclibc and lua:
    # ldd /www/cgi-bin/luci 
        liblua.so.5.1.4 => /usr/lib/liblua.so.5.1.4 (0x2aabe000)
        libm.so.0 => /lib/libm.so.0 (0x2ab01000)
        libcrypt.so.0 => /lib/libcrypt.so.0 (0x2ab2a000)
        libdl.so.0 => /lib/libdl.so.0 (0x2ab4e000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x2ab61000)
        libc.so.0 => /lib/libc.so.0 (0x2ab81000)
        ld-uClibc.so.0 => /lib/ld-uClibc.so.0 (0x2aaa8000)
So you'll have to have all those libraries on your TS-7260 board.

-- 
Eric Cooper             e c c @ c m u . e d u
_______________________________________________
openwrt-users mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-users

Reply via email to