.config has to include bridge to provide brctl functionality
authorrtrimana <rtrimana@uci.edu>
Fri, 23 Feb 2018 00:33:38 +0000 (16:33 -0800)
committerrtrimana <rtrimana@uci.edu>
Fri, 23 Feb 2018 00:33:38 +0000 (16:33 -0800)
README
vigilia.config

diff --git a/README b/README
index 42f724196e23365fce305a37303284c432b5e7b9..18938ad01e072bcbbd104c39a9acf4d0c537ce98 100644 (file)
--- 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<number-of-proc>",
-e.g. make world -j12.
+3) Do "make world -j<number-of-proc>", 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 
index 8c0297a454af43bb568dfc1bb6d5f6ebf48ef273..ab175d2c92a6d61e9f4a86f3592c9926af03922b 100644 (file)
@@ -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