diff options
author | Philip Balister <philip@balister.org> | 2007-11-20 14:19:17 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2007-11-20 14:19:17 +0000 |
commit | 859ad6c3c019b5c74dcc5fded8f2a787ce90184e (patch) | |
tree | ad5e555cbc33086c532cea79a49b640b36e0aedb /packages/wifistix/wifistix-modules | |
parent | f0ee787ea08ff7cb7a25b7f693119059370cd2f1 (diff) |
wifistix : Sync with gumstix repo.
Diffstat (limited to 'packages/wifistix/wifistix-modules')
-rw-r--r-- | packages/wifistix/wifistix-modules/mcf25 | 2 | ||||
-rw-r--r-- | packages/wifistix/wifistix-modules/wifistix.conf | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/packages/wifistix/wifistix-modules/mcf25 b/packages/wifistix/wifistix-modules/mcf25 new file mode 100644 index 0000000000..b0d5a7ef21 --- /dev/null +++ b/packages/wifistix/wifistix-modules/mcf25 @@ -0,0 +1,2 @@ +mcf25 + diff --git a/packages/wifistix/wifistix-modules/wifistix.conf b/packages/wifistix/wifistix-modules/wifistix.conf index 117d8a2281..7554d4b19f 100644 --- a/packages/wifistix/wifistix-modules/wifistix.conf +++ b/packages/wifistix/wifistix-modules/wifistix.conf @@ -1,4 +1,4 @@ -install pcmcia /sbin/modprobe --ignore-install pcmcia && modprobe pxa2xx-cs - alias wlan0 mcf25 +install cfio /sbin/modprobe proc-gpio && echo GPIO out set > /proc/gpio/GPIO80 && /sbin/pccardctl eject && /sbin/modprobe --ignore-install cfio && /sbin/pccardctl insert && modprobe pxa2xx-cs + |