fix authenticated wifi on dedede
This commit is contained in:
parent
58faaa5b1d
commit
6c98649c9f
|
@ -32,11 +32,12 @@ Driver support depends on the device you are using shimboot on. This list is for
|
||||||
- 3D acceleration
|
- 3D acceleration
|
||||||
- Bluetooth
|
- Bluetooth
|
||||||
- Zram
|
- Zram
|
||||||
- Wifi (partially)
|
- Wifi
|
||||||
- Suspend (partially)
|
|
||||||
|
|
||||||
### What Doesn't Work:
|
### What Doesn't Work:
|
||||||
- Audio
|
- Audio
|
||||||
|
- Suspend (disabled by the kernel)
|
||||||
|
- Swap (disabled by the kernel)
|
||||||
|
|
||||||
### Development Roadmap:
|
### Development Roadmap:
|
||||||
- ~~build the image automatically~~
|
- ~~build the image automatically~~
|
||||||
|
@ -50,9 +51,10 @@ Driver support depends on the device you are using shimboot on. This list is for
|
||||||
- ~~use debootstrap to install debian~~
|
- ~~use debootstrap to install debian~~
|
||||||
- ~~prompt user for hostname and account when creating the rootfs~~
|
- ~~prompt user for hostname and account when creating the rootfs~~
|
||||||
- ~~auto load iwlmvm~~
|
- ~~auto load iwlmvm~~
|
||||||
- get wifi fully working
|
- ~~get wifi fully working~~
|
||||||
- ~~host prebuilt images~~
|
- ~~host prebuilt images~~
|
||||||
- ~~write detailed documentation~~
|
- ~~write detailed documentation~~
|
||||||
|
- Finish Python TUI rewrite
|
||||||
|
|
||||||
### Long Term Goals:
|
### Long Term Goals:
|
||||||
- eliminate binwalk dependency
|
- eliminate binwalk dependency
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
iwlmvm
|
iwlmvm
|
||||||
|
ccm
|
Loading…
Reference in New Issue