Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make unicorn and madwifi tools package optionnal | Olivier Blin | 2005-12-05 | 1 | -1/+4 |
| | |||||
* | use /lib/firmware as default firmware directory | Olivier Blin | 2005-10-03 | 1 | -1/+1 |
| | |||||
* | restart hsf/hcfpci services when needed | Olivier Blin | 2005-09-15 | 1 | -0/+2 |
| | |||||
* | support madwifi drivers | Olivier Blin | 2005-09-15 | 1 | -1/+12 |
| | |||||
* | fix device path for HCF modems | Olivier Blin | 2005-09-13 | 1 | -1/+1 |
| | |||||
* | add more details when the firmware file can't be found | Olivier Blin | 2005-09-11 | 1 | -7/+14 |
| | |||||
* | misc documentation update, fix some incorrect fields | Olivier Blin | 2005-09-11 | 1 | -11/+16 |
| | |||||
* | check that required files are available once the package is installed | Olivier Blin | 2005-09-11 | 1 | -2/+5 |
| | |||||
* | require firmware version 2.3 for ipw2200 driver | Olivier Blin | 2005-09-11 | 1 | -1/+1 |
| | |||||
* | support snd-intel8x0m by writing SLMODEMD_MODULE in /etc/sysconfig/slmodemd | Olivier Blin | 2005-09-09 | 1 | -7/+13 |
| | |||||
* | fix typo | Olivier Blin | 2005-09-08 | 1 | -1/+1 |
| | |||||
* | don't try to install both source/precompiled dkms packages if one of them is ↵ | Olivier Blin | 2005-09-08 | 1 | -6/+13 |
| | | | | installed | ||||
* | really fix sagem/speedtouch detection | Olivier Blin | 2005-09-08 | 1 | -2/+2 |
| | |||||
* | fix installation of eagle-usb package | Olivier Blin | 2005-09-07 | 1 | -2/+2 |
| | |||||
* | our hsf package is called hsfmodem, not hsflinmodem | Olivier Blin | 2005-09-07 | 1 | -1/+1 |
| | |||||
* | sm56 support | Olivier Blin | 2005-09-06 | 1 | -0/+13 |
| | |||||
* | allow to run perl code as post command | Olivier Blin | 2005-09-06 | 1 | -6/+14 |
| | |||||
* | perl_checker fix | Olivier Blin | 2005-08-31 | 1 | -1/+1 |
| | |||||
* | fix ipw data structure and add firmware url | Olivier Blin | 2005-07-19 | 1 | -13/+12 |
| | |||||
* | try to cleanup fs.pm | Pascal Rigaux | 2005-06-28 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | (to have simpler dependencies between modules, esp. have some modules only required by diskdrake): - move some functions from fs to fs::mount (most keep their name, except mount_part and mount_usbfs) - move formatMount_part and formatMount_all from fs to fs::format - move some functions from fs to fs::wild_device (part2wild_device_name -> fs::wild_device::from_part) (subpart_from_wild_device_name -> fs::wild_device::to_subpart) (analyze_wild_device_name -> fs::wild_device::analyse) - formatMount_part(), formatMount_all(), fs::mount::part() don't take a prefix anymore the current situation was quite muddy we now rely on fs::get::mntpoint_prefixed() which will maybe depend on a field in $part for now, we mount every part in chroot, it seems to be what's wanted - fs::format::part() now expect $all_hds instead of $raids - fs::type::carryRootLoopback is now fs::get::carry_root_loopback() - in fs::loopback, most functions don't want a prefix anymore | ||||
* | add some "use xxx;" (the idea is to see what the package needs, but i may ↵ | Pascal Rigaux | 2005-06-10 | 1 | -0/+2 |
| | | | | rollback after understanding better dependencies) | ||||
* | remove non-ASCII character | Olivier Blin | 2005-06-09 | 1 | -1/+1 |
| | |||||
* | add no_club option to specify that no club drivers are available (ECI) | Olivier Blin | 2005-05-30 | 1 | -14/+17 |
| | |||||
* | allow to ask for some configuration fields (useful for "device" in "rtc" ↵ | Olivier Blin | 2005-05-30 | 1 | -1/+6 |
| | | | | category) | ||||
* | initial import of network::thirdparty (this module factorizes the thirdparty ↵ | Olivier Blin | 2005-05-27 | 1 | -0/+443 |
software/drivers/firmwares detection and installation code, it points the user to the relevant packages/documentation/url if needed, and don't allow to configure a device if its requirements aren't satisfied) |