diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-05-07 14:11:16 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-05-07 14:11:16 +0200 |
commit | 423e1381b426eb63695b1bc36c2d60aaf4001cf0 (patch) | |
tree | 0d66f41a974a7f132d3a572c301a92e5d6d629a6 | |
parent | fcbb098a0c87337752afdd5cb76bd9714a9873eb (diff) | |
download | buildroot-423e1381b426eb63695b1bc36c2d60aaf4001cf0.tar.gz buildroot-423e1381b426eb63695b1bc36c2d60aaf4001cf0.zip |
configs/armadeus_apf9328_defconfig: remove RPC option
The BR2_TOOLCHAIN_BUILDROOT_INET_RPC has been removed in commit
98f7de8796b282e72d42d3fc4d82d8eec43c6053, following the removal from
upstream uClibc-ng of the RPC support.
However, armadeus_apf9328_defconfig was selecting this option, causing a
build failure due to the selection of a legacy option. We simply remove
it as anyway defconfigs should not needlessly enable toolchain options.
Fixes:
https://gitlab.com/buildroot.org/buildroot/builds/15762159
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | configs/armadeus_apf9328_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/armadeus_apf9328_defconfig b/configs/armadeus_apf9328_defconfig index fbc98643bf..8abfcfd452 100644 --- a/configs/armadeus_apf9328_defconfig +++ b/configs/armadeus_apf9328_defconfig @@ -6,7 +6,6 @@ BR2_arm920t=y BR2_PACKAGE_GDB=y BR2_PACKAGE_HOST_GDB=y BR2_ENABLE_LOCALE_PURGE=y -BR2_TOOLCHAIN_BUILDROOT_INET_RPC=y BR2_TOOLCHAIN_BUILDROOT_LOCALE=y BR2_TOOLCHAIN_BUILDROOT_CXX=y |