mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/aufs{-util}: remove package
Remove support for aufs, as it is outdated and unmaintained in Buildroot. Users are encouraged to use overlayfs in place of aufs. This patch removes support for aufs package providing sources for the kernel extension, the related Buildroot kernel extension configuration, as well as the userspace utilities. This also allows to remove some special cases in configuration utilities. Signed-off-by: Titouan Christophe <titouan.christophe@mind.be> [Romain: fix legacy handling text] Signed-off-by: Romain Naour <romain.naour@smile.fr>
This commit is contained in:
committed by
Romain Naour
parent
289dd6bd76
commit
72c95d947f
@@ -75,9 +75,6 @@ def test_Ifdef(testname, filename, string, expected):
|
||||
|
||||
|
||||
get_package_prefix_from_filename = [
|
||||
('linux extension',
|
||||
'linux/linux-ext-aufs.mk',
|
||||
['aufs', 'AUFS']),
|
||||
('linux tool',
|
||||
'package/linux-tools/linux-tool-gpio.mk.in',
|
||||
['gpio', 'GPIO']),
|
||||
|
||||
Reference in New Issue
Block a user