From: rtrimana Date: Fri, 23 Feb 2018 00:33:38 +0000 (-0800) Subject: .config has to include bridge to provide brctl functionality X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c708c7a74d41336330f6d8ef755eee19b5c72583;p=lede.git .config has to include bridge to provide brctl functionality --- diff --git a/README b/README index 42f724196e..18938ad01e 100644 --- a/README +++ b/README @@ -43,8 +43,7 @@ have to do this to make sure that we can push and pull changes correctly. 2) Copy the compilation configuration file vigilia.config into a .config file in the main folder by executing "cp vigilia.config .config". -3) Do "make defconfig" to setup the build options, then do "make world -j", -e.g. make world -j12. +3) Do "make world -j", e.g. make world -j12. 4) After the compilation, the image will be found in bin/targets/ipq806x/generic/lede-ipq806x-R7800-squashfs-factory.img. We can flash diff --git a/vigilia.config b/vigilia.config index 8c0297a454..ab175d2c92 100644 --- a/vigilia.config +++ b/vigilia.config @@ -1903,9 +1903,7 @@ CONFIG_BUSYBOX_CONFIG_FEATURE_PREFER_IPV4_ADDRESS=y CONFIG_BUSYBOX_CONFIG_VERBOSE_RESOLUTION_ERRORS=y # CONFIG_BUSYBOX_CONFIG_ARP is not set # CONFIG_BUSYBOX_CONFIG_ARPING is not set -CONFIG_BUSYBOX_CONFIG_BRCTL=y -CONFIG_BUSYBOX_CONFIG_FEATURE_BRCTL_FANCY=y -CONFIG_BUSYBOX_CONFIG_FEATURE_BRCTL_SHOW=y +# CONFIG_BUSYBOX_CONFIG_BRCTL is not set # CONFIG_BUSYBOX_CONFIG_DNSD is not set # CONFIG_BUSYBOX_CONFIG_ETHER_WAKE is not set # CONFIG_BUSYBOX_CONFIG_FAKEIDENTD is not set