Are you building a new firmware image after recompiling mac80211?

Rebuilding one package does not update the firmware image. Besides, using
whole firmware images is a slow process... why not use the kmod-ath9k
package (which is updated after you rebuild the package) and install it via
opkg? Built packages are located in your bin/ dir.

On Mon, Oct 10, 2011 at 8:30 AM, abhinav narain
<[email protected]>wrote:

> Ok. I have them as modules, not in one binary.
> So, this won't work i believe.
> But thanks for the information.
>
> Abhinav
>
>
> On Mon, Oct 10, 2011 at 1:25 AM, harish badrinath <
> [email protected]> wrote:
>
>> Hello,
>> > @Harish :
>> > I am not sure how to trigger monolithic kernel, but i dont get any
>> output of
>> > strings ... because vmlinux does not exist
>> > monolithic kernel ? option
>>
>> My way of saying .. if you compiled everything you needed into the
>> kernel binary instead of compiling it as (optional) modules.
>>
>> > strings vmlinux | grep abhinav
>> > Note: vmlinux is not vmlinuz ..
>>
>> find . -name "vmlinux" -exec strings {} \; | grep -i LINUX
>> find . -name "*.ko" -exec strings {} \; | grep -i LINUX
>>
>> replace linux with your name or other notable string. Of course this
>> assumes that you are doing this from openrwrt build root, in other
>> words $PWD should be openwrt build root directory.
>> _______________________________________________
>> openwrt-devel mailing list
>> [email protected]
>> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
>>
>
>
> _______________________________________________
> openwrt-devel mailing list
> [email protected]
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
>
>
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to