| /OK3568_Linux_fs/buildroot/docs/manual/ |
| H A D | customize-outside-br.txt | 19 the br2-external mechanism and what to provide in a br2-external 22 One can tell Buildroot to use one or more br2-external trees by setting 23 the +BR2_EXTERNAL+ make variable set to the path(s) of the br2-external 25 is automatically saved in the hidden +.br2-external.mk+ file in the output 31 The path to a br2-external tree can be either absolute or relative. 37 If using an br2-external tree from before Buildroot 2016.11, you need to 39 xref:br2-external-converting[] for help on doing so. 47 From now on, definitions from the +/path/to/foo+ br2-external tree 55 We can switch to another br2-external tree at any time: 61 We can also use multiple br2-external trees: [all …]
|
| H A D | migrating.txt | 41 [[br2-external-converting]] 44 Before Buildroot 2016.11, it was possible to use only one br2-external 48 This however means that older br2-external trees are not usable as-is. 49 A minor change has to be made: adding a name to your br2-external tree. 54 br2-external tree, with a single line defining the name of your 55 br2-external tree: 65 * Then, change every occurence of +BR2_EXTERNAL+ in your br2-external 72 Now, your br2-external tree can be used with Buildroot 2016.11 onward. 75 This change makes your br2-external tree incompatible with Buildroot
|
| H A D | customize-directory-structure.txt | 16 it using a br2-external tree. Both options are valid, the choice is up 42 | +-- Config.in (if not using a br2-external tree) 43 | +-- <company>.mk (if not using a br2-external tree) 51 +-- Config.in (if using a br2-external tree) 52 +-- external.mk (if using a br2-external tree) 53 +-- external.desc (if using a br2-external tree) 59 tree but in a br2-external tree, the <company> and possibly <boardname>
|
| H A D | customize-packages.txt | 17 br2-external tree feature (see xref:outside-br-custom[]) the recommended 19 br2-external tree. 55 If using a br2-external tree, refer to xref:outside-br-custom[] for how
|
| H A D | adding-packages-asciidoc.txt | 23 xref:outside-br-custom[br2-external tree]. This allows documentation for 24 a br2-external tree to match the Buildroot documentation, as it will be
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/forwarding/ |
| H A D | mirror_gre_bridge_1d_vlan.sh | 38 ip link add name br2 type bridge vlan_filtering 0 39 ip link set dev br2 up 43 ip link set dev $swp3.555 master br2 44 ip route add 192.0.2.130/32 dev br2 45 ip -6 route add 2001:db8:2::2/128 dev br2 47 ip address add dev br2 192.0.2.129/32 48 ip address add dev br2 2001:db8:2::1/128 58 ip link del dev br2 95 nud permanent dev br2 102 nud permanent dev br2
|
| H A D | mirror_gre_bridge_1d.sh | 68 ip link add name br2 type bridge vlan_filtering 0 69 ip link set dev br2 up 71 ip link set dev $swp3 master br2 72 ip route add 192.0.2.130/32 dev br2 73 ip -6 route add 2001:db8:2::2/128 dev br2 75 ip address add dev br2 192.0.2.129/28 76 ip address add dev br2 2001:db8:2::1/64 88 ip link del dev br2
|
| H A D | vxlan_bridge_1q.sh | 263 ip link add name br2 type bridge vlan_filtering 1 vlan_default_pvid 0 264 ip link set dev br2 up 268 ip link set dev w1 master br2 280 ip link set dev vx10 master br2 291 ip link set dev vx20 master br2
|
| H A D | vxlan_bridge_1d.sh | 202 ip link add name br2 type bridge vlan_filtering 0 203 ip link set dev br2 up 207 ip link set dev w1 master br2 215 ip link set dev vx2 master br2
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/net/mlxsw/ |
| H A D | extack.sh | 49 ip link add name br2 up type bridge vlan_filtering 0 mcast_snooping 0 54 ip link set dev vx2 master br2 57 ip link set dev $swp2 master br2 74 ip link del dev br2 146 ip link add name br2 up type bridge vlan_filtering 1 153 ip link set dev $swp2 master br2 2>&1 > /dev/null \ 159 ip link del dev br2
|
| H A D | qos_pfc.sh | 243 ip link add name br2 type bridge vlan_filtering 0 244 ip link set dev $swp2.111 master br2 245 ip link set dev $swp4.111 master br2 246 ip link set dev br2 up 263 ip link set dev br2 down 266 ip link del dev br2
|
| /OK3568_Linux_fs/buildroot/support/scripts/ |
| H A D | br2-external | 155 local br2_name br2_desc br2_ext br2 169 for br2 in "${items[@]}"; do 176 } >"${outputdir}/.br2-external.in.${br2}"
|
| /OK3568_Linux_fs/buildroot/package/jpeg/ |
| H A D | Config.in | 41 # libjpeg from br2-external trees, if any 42 source "$BR2_BASE_DIR/.br2-external.in.jpeg"
|
| /OK3568_Linux_fs/buildroot/package/openssl/ |
| H A D | Config.in | 49 # openssl from br2-external trees, if any 50 source "$BR2_BASE_DIR/.br2-external.in.openssl"
|
| /OK3568_Linux_fs/buildroot/support/kconfig/patches/ |
| H A D | 19-merge_config.sh-add-br2-external-support.patch | 5 merge_config.sh: add br2-external support 23 + echo " -e colon-separated list of br2-external trees to use (optional)"
|
| H A D | series | 10 19-merge_config.sh-add-br2-external-support.patch
|
| H A D | 20-merge_config.sh-Allow-to-define-config-prefix.patch | 8 echo " -e colon-separated list of br2-external trees to use (optional)"
|
| /OK3568_Linux_fs/buildroot/package/avrdude/ |
| H A D | avrdude.hash | 2 sha256 2a09913450c6457c3fe8d43d5141de579d4e57d67e593e7399a4cd3768cc60f9 avrdude-r1450-br2.tar.gz
|
| /OK3568_Linux_fs/buildroot/package/libxmlrpc/ |
| H A D | libxmlrpc.hash | 2 sha256 626e36295f43b320082bc7bdd961b46f39fbe2719535b5a417975a8e50c8f7f3 libxmlrpc-r3119-br2.tar.gz
|
| /OK3568_Linux_fs/buildroot/board/arcturus/aarch64-ucls1012a/ |
| H A D | post-image.sh | 4 MKIMAGE_IN=${BINARIES_DIR}/br2-ucls1012a.its
|
| H A D | post-build.sh | 5 cp -f ${BUILD_DIR}/linux-custom/br2-ucls1012a.its ${BINARIES_DIR}/
|
| /OK3568_Linux_fs/buildroot/toolchain/toolchain-external/ |
| H A D | Config.in | 50 # architecture, but before toolchains from br2-external trees. 53 # Toolchains from br2-external trees, if any 54 source "$BR2_BASE_DIR/.br2-external.in.toolchains"
|
| /OK3568_Linux_fs/buildroot/linux/ |
| H A D | Config.ext.in | 151 # kernel extensions from br2-external trees, if any 152 source "$BR2_BASE_DIR/.br2-external.in.linux"
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | cmpxchg.h | 40 #define CMPXCHG_GEN(type, sfx, br, br2, cl) \ argument 63 br2 \
|
| /OK3568_Linux_fs/buildroot/package/ |
| H A D | pkg-download.mk | 23 BR_FMT_VERSION_svn = -br2
|