summary refs log tree commit diff
path: root/lib/systems/platforms.nix
diff options
context:
space:
mode:
authorDrew Hess <web-github@drewhess.com>2017-11-09 08:28:14 -0800
committerTuomas Tynkkynen <tuomas.tynkkynen@iki.fi>2017-11-09 18:28:14 +0200
commit67ba83a934dc04c5f7bafec2370e9080b9a2de8f (patch)
treef2e6f0db1ffd0c9305e922c084c65243d4d4af5d /lib/systems/platforms.nix
parentdfa0bcd9e216399c479fdcbb85d02bb5ffc7ffd7 (diff)
downloadnixpkgs-67ba83a934dc04c5f7bafec2370e9080b9a2de8f.tar
nixpkgs-67ba83a934dc04c5f7bafec2370e9080b9a2de8f.tar.gz
nixpkgs-67ba83a934dc04c5f7bafec2370e9080b9a2de8f.tar.bz2
nixpkgs-67ba83a934dc04c5f7bafec2370e9080b9a2de8f.tar.lz
nixpkgs-67ba83a934dc04c5f7bafec2370e9080b9a2de8f.tar.xz
nixpkgs-67ba83a934dc04c5f7bafec2370e9080b9a2de8f.tar.zst
nixpkgs-67ba83a934dc04c5f7bafec2370e9080b9a2de8f.zip
kernel: add beagleboard.org kernel
And update the existing platform variant to use it
Diffstat (limited to 'lib/systems/platforms.nix')
-rw-r--r--lib/systems/platforms.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/systems/platforms.nix b/lib/systems/platforms.nix
index 9dcd59066d0..fd43ceaa0df 100644
--- a/lib/systems/platforms.nix
+++ b/lib/systems/platforms.nix
@@ -462,7 +462,7 @@ rec {
 
   beaglebone = armv7l-hf-multiplatform // {
     name = "beaglebone";
-    kernelBaseConfig = "omap2plus_defconfig";
+    kernelBaseConfig = "bb.org_defconfig";
     kernelAutoModules = false;
     kernelExtraConfig = ""; # TBD kernel config
     kernelTarget = "zImage";