ltib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Ltib] Problems adding hostapd package to LTIB


From: Peter Barada
Subject: Re: [Ltib] Problems adding hostapd package to LTIB
Date: Mon, 31 Oct 2011 11:39:43 -0400
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.23) Gecko/20110922 Lightning/1.0b2 Thunderbird/3.1.15

On 10/31/2011 11:12 AM, twebb wrote:
> Peter,
>
> Can you offer any details on the steps you went through to get
> OpenWRT's libnl-tiny building/installing under LTIB?  I'm also trying
> to get hostapd building/installing under LTIB and am running into the
> same issues you did.  Any suggestions you can offer would be
> appreciated.
>
> twebb

Attached are the spec files and patches to hostapd-0.7.3/libnl-2.0 that
I use.  You'll have to modify config/userspace/packages.lkc to add:

config PKG_HOSTAPD
    bool "hostapd"
    select PKG_LIBNL
    select PKG_OPENSSL
    help
      hostapd is a packge that allows using a WiFi adapter in "master" mode
      as an access point using the NL_80211 driver interface to the WiFi
device.

config PKG_LIBNL
    bool "libnl"
    help
        Libnl supplies a collection of libraries providing APIs to
    netlink protocol based Linux kernel interfaces.

as well as add the following to config/userspace/pkg_map:

PKG_LIBNL                        = libnl
PKG_HOSTAPD                      = hostapd

Note that PKG_HOSTAPD has to go after PKG_OPENSSL since it uses it.

Hope this helps...

-- 
Peter Barada
address@hidden

Attachment: libnl-2.0-vlan_flag_reorder_hdr.patch.md5
Description: Text document

Attachment: libnl-2.0-limits.patch
Description: Text Data

Attachment: hostapd-0.7.3-config.patch.md5
Description: Text document

Attachment: hostapd-0.7.3-config.patch
Description: Text Data

Attachment: hostapd-0.7.3-makefile.patch.md5
Description: Text document

Attachment: hostapd-0.7.3-makefile.patch
Description: Text Data

Attachment: hostapd.spec
Description: Text Data

Attachment: libnl-2.0-limits.patch.md5
Description: Text document

Attachment: libnl-2.0-relink.patch
Description: Text Data

Attachment: libnl-2.0-vlan_flag_reorder_hdr.patch
Description: Text Data

Attachment: libnl-2.0-pktloc_syntax.patch.md5
Description: Text document

Attachment: libnl-2.0-pktloc_syntax.patch
Description: Text Data

Attachment: hostapd-0.7.3-distclean.patch.md5
Description: Text document

Attachment: hostapd-0.7.3-distclean.patch
Description: Text Data

Attachment: libnl-2.0-relink.patch.md5
Description: Text document

Attachment: libnl.spec
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]