yes I was deploying the firmware again on the machine after doing
make package/mac80211/update.

Also, there was no info on packages page that one has to do
make package/mac80211/compile ?

I was interested in knowing do I have to change anything in makefiles if I
add another header file in the folder as a part of patch ?
or is it that if a corresponding .c file is present, its .h file is taken by
default(as in usual make) ?

Abhinav

On Mon, Oct 10, 2011 at 4:00 PM, Adam Porter <[email protected]> wrote:

> 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
>
>
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to