From 054528b28dcae6632c45dd781b332bd9a60e4295 Mon Sep 17 00:00:00 2001 From: Nicolas Pierron Date: Wed, 27 May 2009 20:27:46 +0000 Subject: [PATCH] Move hardware modules outside of the module directory because these are modules which should be imported only when you need to support some of them. svn path=/nixos/branches/modular-nixos/; revision=15750 --- {modules/hardware => hardware}/network/intel-2200bg.nix | 0 {modules/hardware => hardware}/network/intel-3945abg.nix | 0 {modules/hardware => hardware}/network/intel-4965agn.nix | 0 {modules/hardware => hardware}/network/smc-2632w/default.nix | 0 .../network/smc-2632w/firmware/cis/SMC2632W-v1.02.cis | 0 {modules/hardware => hardware}/network/zydas-zd1211.nix | 0 {modules/hardware => hardware}/video/encoder/wis-go7007.nix | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename {modules/hardware => hardware}/network/intel-2200bg.nix (100%) rename {modules/hardware => hardware}/network/intel-3945abg.nix (100%) rename {modules/hardware => hardware}/network/intel-4965agn.nix (100%) rename {modules/hardware => hardware}/network/smc-2632w/default.nix (100%) rename {modules/hardware => hardware}/network/smc-2632w/firmware/cis/SMC2632W-v1.02.cis (100%) rename {modules/hardware => hardware}/network/zydas-zd1211.nix (100%) rename {modules/hardware => hardware}/video/encoder/wis-go7007.nix (100%) diff --git a/modules/hardware/network/intel-2200bg.nix b/hardware/network/intel-2200bg.nix similarity index 100% rename from modules/hardware/network/intel-2200bg.nix rename to hardware/network/intel-2200bg.nix diff --git a/modules/hardware/network/intel-3945abg.nix b/hardware/network/intel-3945abg.nix similarity index 100% rename from modules/hardware/network/intel-3945abg.nix rename to hardware/network/intel-3945abg.nix diff --git a/modules/hardware/network/intel-4965agn.nix b/hardware/network/intel-4965agn.nix similarity index 100% rename from modules/hardware/network/intel-4965agn.nix rename to hardware/network/intel-4965agn.nix diff --git a/modules/hardware/network/smc-2632w/default.nix b/hardware/network/smc-2632w/default.nix similarity index 100% rename from modules/hardware/network/smc-2632w/default.nix rename to hardware/network/smc-2632w/default.nix diff --git a/modules/hardware/network/smc-2632w/firmware/cis/SMC2632W-v1.02.cis b/hardware/network/smc-2632w/firmware/cis/SMC2632W-v1.02.cis similarity index 100% rename from modules/hardware/network/smc-2632w/firmware/cis/SMC2632W-v1.02.cis rename to hardware/network/smc-2632w/firmware/cis/SMC2632W-v1.02.cis diff --git a/modules/hardware/network/zydas-zd1211.nix b/hardware/network/zydas-zd1211.nix similarity index 100% rename from modules/hardware/network/zydas-zd1211.nix rename to hardware/network/zydas-zd1211.nix diff --git a/modules/hardware/video/encoder/wis-go7007.nix b/hardware/video/encoder/wis-go7007.nix similarity index 100% rename from modules/hardware/video/encoder/wis-go7007.nix rename to hardware/video/encoder/wis-go7007.nix