diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2020-03-23 02:42:56 +0000 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2020-03-22 20:55:37 -0700 |
commit | 37f8c50cdc2e99189c74999319f3a1854d419546 (patch) | |
tree | f8fa8d0e03f24278f52a9ae0c82eff547691a0cc /gnu/system | |
parent | 4ef89d884db8dae3aa300e36a3ad89def374e012 (diff) | |
download | patches-37f8c50cdc2e99189c74999319f3a1854d419546.tar patches-37f8c50cdc2e99189c74999319f3a1854d419546.tar.gz |
gnu: linux-libre-arm-veyron: Deprecate package.
* gnu/packages/linux (linux-libre-arm-veyron): Mark as deprecated package.
(kernel-config-veyron): Remove obsolete function.
* gnu/system/examples/asus-c201.tmpl: Update to use linux-libre-arm-generic.
* gnu/packages/aux-files/linux-libre/5.4-arm-veyron.conf: Delete file.
* Makefile.am (AUX_FILES): Update accordingly.
Diffstat (limited to 'gnu/system')
-rw-r--r-- | gnu/system/examples/asus-c201.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system/examples/asus-c201.tmpl b/gnu/system/examples/asus-c201.tmpl index 098958f4a2..c08f85367f 100644 --- a/gnu/system/examples/asus-c201.tmpl +++ b/gnu/system/examples/asus-c201.tmpl @@ -18,7 +18,7 @@ ;; The ASUS C201PA requires a very particular kernel to boot, ;; as well as the following arguments. - (kernel linux-libre-arm-veyron) + (kernel linux-libre-arm-generic) (kernel-arguments '("console=tty1")) ;; We do not need any special modules for initrd, and the |