1
0

Compare commits

..

No commits in common. "83ee488e4c81124380b8bd4ff8183e632f30eb91" and "f0490f37d500fb2996b15badc4ef3928cf41ac6a" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -130,7 +130,6 @@
MVNETA_BM_ENABLE = "y"; MVNETA_BM_ENABLE = "y";
SRAM = "y"; # mmio-sram is "compatible" for bm_bppi reqd by BM SRAM = "y"; # mmio-sram is "compatible" for bm_bppi reqd by BM
PHY_MVEBU_A38X_COMPHY = "y"; # for eth2 PHY_MVEBU_A38X_COMPHY = "y"; # for eth2
MARVELL_PHY = "y";
MVPP2 = "y"; MVPP2 = "y";
MV_XOR = "y"; MV_XOR = "y";

View File

@ -95,7 +95,7 @@ in attrset:
if test -d $dest/persist; then dest=$dest/persist; fi if test -d $dest/persist; then dest=$dest/persist; fi
cp -v -fP \$src/bin/* \$src/etc/* \$dest cp -v -fP \$src/bin/* \$src/etc/* \$dest
${if attrset ? boot then '' ${if attrset ? boot then ''
(cd \$dest && rm ./boot && ln -sf ${lib.strings.removePrefix "/" attrset.boot.target} ./boot) (cd \$prefix && rm ./boot && ln -sf ${lib.strings.removePrefix "/" attrset.boot.target} ./boot)
'' else ""} '' else ""}
EOF EOF
chmod +x $out/bin/install chmod +x $out/bin/install