I believe the system.prop file is an output file and the makefiles can alter
what goes in it via lines like:

PRODUCT_PROPERTY_OVERRIDES += \
    wifi.interface = wlan0

R

On Fri, Sep 24, 2010 at 10:48 AM, Elvis Dowson <[email protected]>wrote:

> Hi,
>     I have a custom beagleboard device, and I would like to know if I
> can specific my wifi.interface = wlan0 property somewhere in a file
> located indevice/company/product/ folder, rather than modifying the
> target/board/generic/system.prop file as follows:
>
> target/board/generic/system.prop
>
> target/board/generic/system.prop |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/target/board/generic/system.prop b/target/board/generic/
> system.prop
> index ae2c197..b31e322 100644
> --- a/target/board/generic/system.prop
> +++ b/target/board/generic/system.prop
> @@ -4,3 +4,6 @@
>
>  #rild.libpath=/system/lib/libreference-ril.so
>  #rild.libargs=-d /dev/ttyS0
> +
> +wifi.interface = wlan0
> +
>
> Best regards,
>
> Elvis Dowson
>
> --
> unsubscribe: 
> [email protected]<android-porting%[email protected]>
> website: http://groups.google.com/group/android-porting
>

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

Reply via email to