The problem: wlan-cal tool is also proprietary.
Signed-off-by: Ricardo Salveti <ricardo.salveti@openbossa.org>
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
-PR = "r0"\r
+PR = "r1"\r
\r
KERVER = "2.6.16"\r
\r
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
-PR = "r0"\r
+PR = "r1"\r
\r
KERVER = "2.6.21"\r
\r