summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/hw
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2017-11-14 15:36:50 +0100
committermakefu <github@syntax-fehler.de>2017-11-14 15:36:50 +0100
commit1cbc2e5aa359e7e9b4b32c9ef75902576347a6d0 (patch)
tree58e29ebaeb133f176247e50736e3d1a324f57121 /makefu/2configs/hw
parent80aefebe97c1d102369c42e187a14cef29c52b03 (diff)
ma hw/stk1160: rip
Diffstat (limited to 'makefu/2configs/hw')
-rw-r--r--makefu/2configs/hw/stk1160.nix15
1 files changed, 0 insertions, 15 deletions
diff --git a/makefu/2configs/hw/stk1160.nix b/makefu/2configs/hw/stk1160.nix
deleted file mode 100644
index b3a9e1a5..00000000
--- a/makefu/2configs/hw/stk1160.nix
+++ /dev/null
@@ -1,15 +0,0 @@
-{ pkgs, ... }:
-{
- # TODO: un-pin linuxPackages somehow
- boot.kernelPackages = builtins.trace "Warning: overriding kernel Packages with 4.9" pkgs.linuxPackages;
- nixpkgs.config.packageOverrides = pkgs: {
- linux_4_9 = pkgs.linux_4_9.override {
- extraConfig = ''
- MEDIA_ANALOG_TV_SUPPORT y
- VIDEO_STK1160_COMMON m
- VIDEO_STK1160_AC97 y
- VIDEO_STK1160 m
- '';
- };
- };
-}