summary refs log tree commit diff
path: root/pkgs/os-specific/linux/atheros
Commit message (Collapse)AuthorAge
* * Include the kernel version in kernel-specific packages so that theyEelco Dolstra2012-02-17
| | | | | | can be distinguished in nix-env -qa output. svn path=/nixpkgs/trunk/; revision=32352
* * ltrace: updated to 0.5.3.Eelco Dolstra2010-07-29
| | | | | | | | | | | | | | * libdbi / libdbi-drivers: updated to 0.8.3, and make it compile with SQLite. * qemu-image: fix the URL. * gdmap: make it build again (requires an older GTK+). * rlwrap: updated to 0.37. * smbfs-fuse -> fusesmb to match the upstream name. * x11vnc: updated to 0.9.10. * clearlyU: fix the URL. * Various packages: follow the coding conventions. svn path=/nixpkgs/trunk/; revision=22814
* * composedArgsAndFun -> makeOverridable for consistency.Eelco Dolstra2010-07-29
| | | | | | * Rename a few single-version packages to "default.nix". svn path=/nixpkgs/trunk/; revision=22803
* * Removed selectVersion. There's no good reason to writeEelco Dolstra2009-11-18
| | | | | | | | | | | | `selectVersion ./foo "bar"' instead of `import ./foo/bar.nix'. * Replaced `with args' with formal function arguments in several packages. * Renamed several files to `default.nix'. As a general rule, version numbers should only be included in the filename when there is a reason to keep multiple versions of a package in Nixpkgs. Otherwise, it just makes it harder to update the package. svn path=/nixpkgs/trunk/; revision=18403
* big breaking change: renaming lib.getAttr to lib.attrByPathMarc Weber2009-05-24
| | | | | | | | getAttr was ambiguous. It's also a builtin function fix svn path=/nixpkgs/trunk/; revision=15692
* FullDepEntry -> fullDepEntry, PackEntry -> packEntryMarc Weber2009-05-19
| | | | svn path=/nixpkgs/trunk/; revision=15662
* * Cleaned up a lot of description fields that contained newlines.Eelco Dolstra2009-03-03
| | | | | | | | | | | | | | | | | Some of these should be longDescriptions, but most others just shouldn't contain newlines. E.g. write description = "Bla"; and not description = '' Bla ''; This pollutes "nix-env -qa --description" output. svn path=/nixpkgs/trunk/; revision=14310
* meta.function -> passthru.function, not killing other contents of passthruMichael Raskin2008-11-04
| | | | svn path=/nixpkgs/trunk/; revision=13190
* One more Atheros snapshotMichael Raskin2008-11-02
| | | | svn path=/nixpkgs/trunk/; revision=13174
* Added atheros injection patches (from aircrack)Michael Raskin2008-10-28
| | | | svn path=/nixpkgs/trunk/; revision=13127
* Atheros update..Michael Raskin2008-08-22
| | | | svn path=/nixpkgs/trunk/; revision=12692
* Changed builderDefs to use composedArgsAndFun, reduced number of nulls, made ↵Michael Raskin2008-08-19
| | | | | | overrides in builderDefsPackage to work in an intuitive manner. svn path=/nixpkgs/trunk/; revision=12655
* Added updated Atheros and fresh HAL versionMichael Raskin2008-06-03
| | | | svn path=/nixpkgs/trunk/; revision=11953
* Updated Atheros MadWiFi driverMichael Raskin2008-04-26
| | | | svn path=/nixpkgs/trunk/; revision=11727
* Minor updatesMichael Raskin2008-04-24
| | | | svn path=/nixpkgs/trunk/; revision=11708
* Added src to meta for builderDefs-based packages.Michael Raskin2008-03-02
| | | | svn path=/nixpkgs/trunk/; revision=10913
* Fixed Atheros to export utilities in PATHMichael Raskin2008-03-02
| | | | svn path=/nixpkgs/trunk/; revision=10902
* Some review of builder-defs and dependent files. No rebuild needed. Now it ↵Michael Raskin2008-01-18
| | | | | | should be possible to override elements in builderDefs svn path=/nixpkgs/trunk/; revision=10214
* Various changes to Atheros driver. Supports binary patched 2756 revision now ↵Michael Raskin2008-01-11
| | | | | | for 5006EG. Latest SVN release and stable are also supported. svn path=/nixpkgs/trunk/; revision=10117
* Some progress in Atheros (no practical result), added a pulled from ↵Michael Raskin2008-01-10
| | | | | | freedesktop us keymap patch (level 3 deadkeys) svn path=/nixpkgs/trunk/; revision=10109
* Added MadWiFi.Michael Raskin2008-01-10
svn path=/nixpkgs/trunk/; revision=10107