From: Ricardo Salveti Date: Tue, 2 Sep 2008 20:05:53 +0000 (-0300) Subject: cx3110x: we should call wlan-cal after loading the module X-Git-Tag: Release-2010-05/1~5696^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df0eefb3ba9e2089b164e794631d25124f33c09e;p=openembedded.git cx3110x: we should call wlan-cal after loading the module The problem: wlan-cal tool is also proprietary. Signed-off-by: Ricardo Salveti --- diff --git a/packages/mamona/cx3110x-770he-0.8.1/cx3110x b/packages/mamona/cx3110x-770he-0.8.1/cx3110x index 93e59afa55..592c7032ca 100755 --- a/packages/mamona/cx3110x-770he-0.8.1/cx3110x +++ b/packages/mamona/cx3110x-770he-0.8.1/cx3110x @@ -8,6 +8,10 @@ swap_module () { rmmod cx3110x # Inserting the new one insmod $MODULE + # Setting device options (MAC, default country, etc) + if [ -x /mnt/initfs/usr/bin/wlan-cal ]; then + chroot /mnt/initfs /usr/bin/wlan-cal + fi # Getting up the interface to make the firmware being loaded (stupid, i know) ifconfig wlan0 up else diff --git a/packages/mamona/cx3110x-770he_0.8.1.bb b/packages/mamona/cx3110x-770he_0.8.1.bb index 2cee32b9cc..7f90aad0dd 100644 --- a/packages/mamona/cx3110x-770he_0.8.1.bb +++ b/packages/mamona/cx3110x-770he_0.8.1.bb @@ -1,4 +1,4 @@ -PR = "r0" +PR = "r1" KERVER = "2.6.16" diff --git a/packages/mamona/cx3110x-chinooke-2.0.15/cx3110x b/packages/mamona/cx3110x-chinooke-2.0.15/cx3110x index 93e59afa55..592c7032ca 100755 --- a/packages/mamona/cx3110x-chinooke-2.0.15/cx3110x +++ b/packages/mamona/cx3110x-chinooke-2.0.15/cx3110x @@ -8,6 +8,10 @@ swap_module () { rmmod cx3110x # Inserting the new one insmod $MODULE + # Setting device options (MAC, default country, etc) + if [ -x /mnt/initfs/usr/bin/wlan-cal ]; then + chroot /mnt/initfs /usr/bin/wlan-cal + fi # Getting up the interface to make the firmware being loaded (stupid, i know) ifconfig wlan0 up else diff --git a/packages/mamona/cx3110x-chinooke_2.0.15.bb b/packages/mamona/cx3110x-chinooke_2.0.15.bb index 17bb1f4412..ed991ddb9e 100644 --- a/packages/mamona/cx3110x-chinooke_2.0.15.bb +++ b/packages/mamona/cx3110x-chinooke_2.0.15.bb @@ -1,4 +1,4 @@ -PR = "r0" +PR = "r1" KERVER = "2.6.21"