diff options
| author | Hauke Mehrtens | 2018-09-29 11:32:22 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2018-09-29 15:23:11 +0000 |
| commit | 247ef4d98bab16a55b046b41e5974234b71e076d (patch) | |
| tree | e30fd756ace1909ae18d827a18f3e46cbd8dce29 | |
| parent | 91a71804f89a238082904ae027fffb52114e3499 (diff) | |
| download | openwrt-247ef4d98bab16a55b046b41e5974234b71e076d.tar.gz | |
sunxi: enable CONFIG_BPF_SYSCALL and CONFIG_EMBEDDED
This takes the options from the generic configuration
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/sunxi/config-4.14 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/sunxi/config-4.14 b/target/linux/sunxi/config-4.14 index 6e318250a7..eb4f7d2bc4 100644 --- a/target/linux/sunxi/config-4.14 +++ b/target/linux/sunxi/config-4.14 @@ -70,7 +70,6 @@ CONFIG_BLK_DEV_LOOP=y CONFIG_BLK_DEV_SD=y CONFIG_BLK_SCSI_REQUEST=y CONFIG_BOUNCE=y -# CONFIG_BPF_SYSCALL is not set CONFIG_CACHE_L2X0=y CONFIG_CAN=y CONFIG_CLKDEV_LOOKUP=y @@ -162,7 +161,6 @@ CONFIG_DYNAMIC_DEBUG=y CONFIG_EDAC_ATOMIC_SCRUB=y CONFIG_EDAC_SUPPORT=y CONFIG_ELF_CORE=y -# CONFIG_EMBEDDED is not set CONFIG_ENABLE_MUST_CHECK=y # CONFIG_ENABLE_WARN_DEPRECATED is not set CONFIG_EXT4_FS=y |