From df0eefb3ba9e2089b164e794631d25124f33c09e Mon Sep 17 00:00:00 2001 From: Ricardo Salveti Date: Tue, 2 Sep 2008 17:05:53 -0300 Subject: [PATCH] cx3110x: we should call wlan-cal after loading the module The problem: wlan-cal tool is also proprietary. Signed-off-by: Ricardo Salveti --- packages/mamona/cx3110x-770he-0.8.1/cx3110x | 4 ++++ packages/mamona/cx3110x-770he_0.8.1.bb | 2 +- packages/mamona/cx3110x-chinooke-2.0.15/cx3110x | 4 ++++ packages/mamona/cx3110x-chinooke_2.0.15.bb | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) 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" -- 2.39.5